Trace number 4542907

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 2025-06-04? (TO) 3600.1 3610.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
MD5SUMb02daac0bd5c49ad8b109680e19e1b42
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 benchmark0.041383
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables289
Total number of constraints146
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)144
Number of constraints which are nor clauses,nor cardinality constraints0
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 146 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:          1009                                         |
0.00/0.01	c |  Number of clauses:            5042                                         |
0.00/0.01	c ===============================================================================
3600.09/3610.80	c *** TERMINATED by signal 15 ***
3600.09/3610.80	c _______________________________________________________________________________
3600.09/3610.80	c 
3600.09/3610.80	c _______________________________________________________________________________
3600.09/3610.80	c 
3600.09/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.80	c Memory used            : 199.00 MB
3600.09/3610.80	c CPU time               : 3598.79 s
3600.09/3610.80	c Constr Enc: Srt/BDD/Add: 73 0 0
3600.09/3610.80	c _______________________________________________________________________________
3600.09/3610.80	c _______________________________________________________________________________
3600.09/3610.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63124 MiB free)
  memory of node 1: 64465 MiB (63076 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542907-1753222989/watcher-4542907-1753222989 -o /tmp/evaluation-result-4542907-1753222989/solver-4542907-1753222989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194560 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4542907-1753222989.opb -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=194609, runsolver pid=194600

[startup+0.100072 s]*
/proc/loadavg: 1.18 1.54 2.57 6/250 194618
/proc/meminfo: memFree=129222208/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=5284 memory=4700 CPUtime=0.1 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 843 0 0 0 10 0 0 0 20 0 1 0 237978048 5410816 1175 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 1321 1175 544 484 0 732 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 5284 KiB
Current children cumulated memory: 4700 KiB

[startup+0.213582 s]*
/proc/loadavg: 1.18 1.54 2.57 6/250 194618
/proc/meminfo: memFree=129222208/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=5320 memory=4744 CPUtime=0.21 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 935 0 0 0 21 0 0 0 20 0 1 0 237978048 5447680 1186 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 1330 1186 544 484 0 741 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 5320 KiB
Current children cumulated memory: 4744 KiB

[startup+0.312834 s]*
/proc/loadavg: 1.18 1.54 2.57 6/250 194618
/proc/meminfo: memFree=129222480/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=5416 memory=4868 CPUtime=0.31 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 1140 0 0 0 31 0 0 0 20 0 1 0 237978048 5545984 1217 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 1354 1217 544 484 0 765 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 5416 KiB
Current children cumulated memory: 4868 KiB

[startup+0.700266 s]
/proc/loadavg: 1.40 1.58 2.57 6/250 194618
/proc/meminfo: memFree=129222796/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=6476 memory=5840 CPUtime=0.68 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 1512 0 0 0 68 0 0 0 20 0 1 0 237978048 6631424 1460 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 1619 1460 544 484 0 1030 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 6476 KiB
Current children cumulated memory: 5840 KiB

[startup+1.50027 s]
/proc/loadavg: 1.40 1.58 2.57 6/250 194618
/proc/meminfo: memFree=129222796/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=7180 memory=6548 CPUtime=1.49 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 2355 0 0 0 148 1 0 0 20 0 1 0 237978048 7352320 1637 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 1795 1637 544 484 0 1206 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 7180 KiB
Current children cumulated memory: 6548 KiB

[startup+3.11255 s]
/proc/loadavg: 1.40 1.58 2.57 6/250 194618
/proc/meminfo: memFree=129217512/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=9880 memory=9208 CPUtime=3.09 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 4684 0 0 0 308 1 0 0 20 0 1 0 237978048 10117120 2302 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 2470 2302 544 484 0 1881 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 9880 KiB
Current children cumulated memory: 9208 KiB

[startup+6.30028 s]
/proc/loadavg: 1.61 1.62 2.58 6/250 194618
/proc/meminfo: memFree=129208756/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=15256 memory=14632 CPUtime=6.27 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 10931 0 0 0 625 2 0 0 20 0 1 0 237978048 15622144 3658 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 3814 3658 544 484 0 3225 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 15256 KiB
Current children cumulated memory: 14632 KiB

[startup+12.7003 s]
/proc/loadavg: 1.80 1.66 2.59 6/250 194618
/proc/meminfo: memFree=129185112/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=18196 memory=17668 CPUtime=12.65 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 19385 0 0 0 1261 4 0 0 20 0 1 0 237978048 18632704 4417 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 4549 4417 544 484 0 3960 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 18196 KiB
Current children cumulated memory: 17668 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 1.74 2.61 6/250 194618
/proc/meminfo: memFree=129150032/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=30192 memory=29464 CPUtime=25.41 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 24164 0 0 0 2536 5 0 0 20 0 1 0 237978048 30916608 7366 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 7548 7366 544 484 0 6959 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 29464 KiB

[startup+51.1128 s]
/proc/loadavg: 2.94 1.97 2.66 6/250 194619
/proc/meminfo: memFree=129046364/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=32064 memory=31260 CPUtime=50.95 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 36990 0 0 0 5086 9 0 0 20 0 1 0 237978048 32833536 7815 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 8016 7815 544 484 0 7427 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 32064 KiB
Current children cumulated memory: 31260 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.30 2.74 6/250 194620
/proc/meminfo: memFree=129005820/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=47592 memory=46872 CPUtime=101.99 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 49535 0 0 0 10186 13 0 0 20 0 1 0 237978048 48734208 11718 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 11898 11718 544 484 0 11309 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 47592 KiB
Current children cumulated memory: 46872 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.63 2.82 6/251 194623
/proc/meminfo: memFree=128956440/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=68348 memory=67608 CPUtime=161.79 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 52211 0 0 0 16165 14 0 0 20 0 1 0 237978048 69988352 16902 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 17087 16902 544 484 0 16498 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 68348 KiB
Current children cumulated memory: 67608 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.91 2.91 6/253 194633
/proc/meminfo: memFree=128875332/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=76300 memory=75580 CPUtime=221.61 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 55388 0 0 0 22146 15 0 0 20 0 1 0 237978048 78131200 18895 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 19075 18895 544 484 0 18486 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 76300 KiB
Current children cumulated memory: 75580 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.13 2.99 6/253 194635
/proc/meminfo: memFree=128802964/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=65712 memory=63392 CPUtime=281.41 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 69355 0 0 0 28120 21 0 0 20 0 1 0 237978048 67289088 15848 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 16428 15848 544 484 0 15839 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 65712 KiB
Current children cumulated memory: 63392 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 3.33 3.07 6/252 194637
/proc/meminfo: memFree=128778136/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=55892 memory=55260 CPUtime=341.23 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 84783 0 0 0 34096 27 0 0 20 0 1 0 237978048 57233408 13815 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 13973 13815 544 484 0 13384 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 55892 KiB
Current children cumulated memory: 55260 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.49 3.14 6/252 194639
/proc/meminfo: memFree=128778904/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=71964 memory=71320 CPUtime=401.07 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 90613 0 0 0 40075 32 0 0 20 0 1 0 237978048 73691136 17830 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 17991 17830 544 484 0 17402 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 71964 KiB
Current children cumulated memory: 71320 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.60 3.20 6/251 194641
/proc/meminfo: memFree=128720248/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=111744 memory=111020 CPUtime=460.9 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 92893 0 0 0 46057 33 0 0 20 0 1 0 237978048 114425856 27755 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 27936 27755 544 484 0 27347 0
Current children cumulated CPU time: 460.9 s
Current children cumulated vsize: 111744 KiB

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

Current children cumulated memory: 111324 KiB

[startup+2862.3 s]
/proc/loadavg: 5.75 4.76 4.29 6/250 194771
/proc/meminfo: memFree=128520544/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=109084 memory=107788 CPUtime=2853.82 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 161109 0 0 0 285303 79 0 0 20 0 1 0 237978048 111702016 26947 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 27271 26947 544 484 0 26682 0
Current children cumulated CPU time: 2853.82 s
Current children cumulated vsize: 109084 KiB
Current children cumulated memory: 107788 KiB

[startup+2922.3 s]
/proc/loadavg: 4.75 4.67 4.28 6/250 194773
/proc/meminfo: memFree=128508240/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=144612 memory=143316 CPUtime=2913.64 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 164759 0 0 0 291280 84 0 0 20 0 1 0 237978048 148082688 35829 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36153 35829 544 484 0 35564 0
Current children cumulated CPU time: 2913.64 s
Current children cumulated vsize: 144612 KiB
Current children cumulated memory: 143316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.30 4.56 4.27 6/250 194775
/proc/meminfo: memFree=128497920/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=170568 memory=169864 CPUtime=2973.45 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 168532 0 0 0 297258 87 0 0 20 0 1 0 237978048 174661632 42466 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 42642 42466 544 484 0 42053 0
Current children cumulated CPU time: 2973.45 s
Current children cumulated vsize: 170568 KiB
Current children cumulated memory: 169864 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.47 4.26 6/250 194777
/proc/meminfo: memFree=128513016/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=142800 memory=142060 CPUtime=3033.28 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 171071 0 0 0 303238 90 0 0 20 0 1 0 237978048 146227200 35515 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 35700 35515 544 484 0 35111 0
Current children cumulated CPU time: 3033.28 s
Current children cumulated vsize: 142800 KiB
Current children cumulated memory: 142060 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.41 4.25 6/249 194779
/proc/meminfo: memFree=128488408/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=150128 memory=149480 CPUtime=3093.1 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 175083 0 0 0 309215 95 0 0 20 0 1 0 237978048 153731072 37370 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 37532 37370 544 484 0 36943 0
Current children cumulated CPU time: 3093.1 s
Current children cumulated vsize: 150128 KiB
Current children cumulated memory: 149480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.35 4.24 6/249 194781
/proc/meminfo: memFree=128496764/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=143876 memory=143228 CPUtime=3152.92 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 178117 0 0 0 315192 100 0 0 20 0 1 0 237978048 147329024 35807 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 35969 35807 544 484 0 35380 0
Current children cumulated CPU time: 3152.92 s
Current children cumulated vsize: 143876 KiB
Current children cumulated memory: 143228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.32 4.23 6/252 194792
/proc/meminfo: memFree=128499860/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=146628 memory=145980 CPUtime=3212.73 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 181466 0 0 0 321169 104 0 0 20 0 1 0 237978048 150147072 36495 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36657 36495 544 484 0 36068 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 146628 KiB
Current children cumulated memory: 145980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.29 4.23 6/252 194794
/proc/meminfo: memFree=128497204/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=143876 memory=143228 CPUtime=3272.56 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 185472 0 0 0 327148 108 0 0 20 0 1 0 237978048 147329024 35807 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 35969 35807 544 484 0 35380 0
Current children cumulated CPU time: 3272.56 s
Current children cumulated vsize: 143876 KiB
Current children cumulated memory: 143228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.25 4.21 6/252 194796
/proc/meminfo: memFree=128504248/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=147860 memory=147212 CPUtime=3332.38 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 187263 0 0 0 333127 111 0 0 20 0 1 0 237978048 151408640 36803 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36965 36803 544 484 0 36376 0
Current children cumulated CPU time: 3332.38 s
Current children cumulated vsize: 147860 KiB
Current children cumulated memory: 147212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.23 4.21 6/252 194798
/proc/meminfo: memFree=128484968/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=145264 memory=144616 CPUtime=3392.21 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 190789 0 0 0 339105 116 0 0 20 0 1 0 237978048 148750336 36154 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36316 36154 544 484 0 35727 0
Current children cumulated CPU time: 3392.21 s
Current children cumulated vsize: 145264 KiB
Current children cumulated memory: 144616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.20 4.20 6/252 194800
/proc/meminfo: memFree=128486904/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=148188 memory=146392 CPUtime=3452.03 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 192478 0 0 0 345084 119 0 0 20 0 1 0 237978048 151744512 36598 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 37047 36598 544 484 0 36458 0
Current children cumulated CPU time: 3452.03 s
Current children cumulated vsize: 148188 KiB
Current children cumulated memory: 146392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.18 4.18 6/249 194802
/proc/meminfo: memFree=128484884/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=146692 memory=144896 CPUtime=3511.85 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 195149 0 0 0 351062 123 0 0 20 0 1 0 237978048 150212608 36224 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36673 36224 544 484 0 36084 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 146692 KiB
Current children cumulated memory: 144896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.18 6/249 194804
/proc/meminfo: memFree=128488704/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=145828 memory=144032 CPUtime=3571.67 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 198819 0 0 0 357039 128 0 0 20 0 1 0 237978048 149327872 36008 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 36457 36008 544 484 0 35868 0
Current children cumulated CPU time: 3571.67 s
Current children cumulated vsize: 145828 KiB
Current children cumulated memory: 144032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.08 4.16 4.18 6/249 194805
/proc/meminfo: memFree=128477048/131382116 swapFree=33009904/33010684
[pid=194609] ppid=194600 vsize=151632 memory=149836 CPUtime=3600.09 cores=1,3
/proc/194609/stat : 194609 (uwrmaxsat) R 194600 194609 194548 0 -1 4194304 200334 0 0 0 359879 130 0 0 20 0 1 0 237978048 155271168 37459 18446744073709551615 4198400 6176925 140729969815232 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 6553704 6596784 26607616 140729969822056 140729969822183 140729969822183 140729969827787 0
/proc/194609/statm: 37908 37459 544 484 0 37319 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 151632 KiB
Current children cumulated memory: 149836 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.79 s, system=1.30487 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.1
CPU user time (s): 3598.79
CPU system time (s): 1.30487
CPU usage (%): 99.7036
Max. virtual memory (cumulated for all children) (KiB): 204268
Max. memory (cumulated for all children) (KiB): 203400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.79
system time used= 1.30487
maximum resident set size= 203528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200334
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= 1777


# summary of solver processes directly reported to runsolver:
#   pid: 194609
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.79
#   total CPU system time (s): 1.30487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0039 second user time and 33.8845 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 00:23:09
IDJOB=4542907
IDBENCH=164900
IDSOLVER=3372
FILE ID=nodeC004/4542907-1753222989
RUNJOBID= nodeC004-1753222988-194560
SLURM_JOB_ID= 9687825
Free space on /tmp= 433016 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06/normalized-ec_stargrid_06_012.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542907-1753222989/watcher-4542907-1753222989 -o /tmp/evaluation-result-4542907-1753222989/solver-4542907-1753222989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194560 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4542907-1753222989.opb -mem-lim=31000

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

MD5SUM BENCH= b02daac0bd5c49ad8b109680e19e1b42
RANDOM SEED=1256789901

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.181
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.691
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1198.201
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.214
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.634
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.076
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.209
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1196.945
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129189864 kB
MemAvailable:   129807764 kB
Buffers:            2128 kB
Cached:          1366216 kB
SwapCached:           32 kB
Active:          1136824 kB
Inactive:         299336 kB
Active(anon):      83488 kB
Inactive(anon):    10468 kB
Active(file):    1053336 kB
Inactive(file):   288868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10388 kB
Writeback:             0 kB
AnonPages:         71240 kB
Mapped:           108680 kB
Shmem:             26132 kB
KReclaimable:     230644 kB
Slab:             322656 kB
SReclaimable:     230644 kB
SUnreclaim:        92012 kB
KernelStack:        3796 kB
PageTables:         2652 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149208 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC004 at 2025-07-23 01:23:20