Trace number 4542869

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
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 752 PB-constraints to clauses...
0.00/0.01	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.03	c ============================[ Encoding Statistics ]============================
0.00/0.03	c |  Number of variables:          5251                                         |
0.00/0.03	c |  Number of clauses:           26252                                         |
0.00/0.03	c ===============================================================================
300.11/301.03	c Starting SCIP solver  (with time-limit: 900s) ...
1196.71/1201.04	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.04/3610.80	c *** TERMINATED by signal 15 ***
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c 
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c 
3600.04/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.80	c Memory used            : 1011.00 MB
3600.04/3610.80	c CPU time               : 3599.39 s
3600.04/3610.80	c Constr Enc: Srt/BDD/Add: 750 0 0
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (57465 MiB free)
  memory of node 1: 64507 MiB (63051 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542869-1753219867/watcher-4542869-1753219867 -o /tmp/evaluation-result-4542869-1753219867/solver-4542869-1753219867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542869-1753219867.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
Current StackSize limit: 8192 KiB

solver pid=161047, runsolver pid=161044

[startup+0.100065 s]*
/proc/loadavg: 4.16 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123410020/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=34992 memory=24680 CPUtime=0.09 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 4605 0 0 0 9 0 0 0 20 0 1 0 237664399 35831808 6170 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 8748 6170 2688 3139 0 5036 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 34992 KiB
Current children cumulated memory: 24680 KiB

[startup+0.205466 s]*
/proc/loadavg: 4.16 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123410020/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=34848 memory=24572 CPUtime=0.2 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 4967 0 0 0 20 0 0 0 20 0 1 0 237664399 35684352 6143 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 8712 6143 2688 3139 0 5000 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34848 KiB
Current children cumulated memory: 24572 KiB

[startup+0.305367 s]*
/proc/loadavg: 4.16 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123410020/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=36256 memory=25956 CPUtime=0.3 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 5626 0 0 0 30 0 0 0 20 0 1 0 237664399 37126144 6489 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 9064 6489 2688 3139 0 5352 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36256 KiB
Current children cumulated memory: 25956 KiB

[startup+0.700175 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123410020/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=36556 memory=26456 CPUtime=0.68 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 6099 0 0 0 68 0 0 0 20 0 1 0 237664399 37433344 6614 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 9139 6614 2688 3139 0 5427 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 36556 KiB
Current children cumulated memory: 26456 KiB

[startup+1.50018 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123402312/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=38508 memory=28328 CPUtime=1.48 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 7012 0 0 0 148 0 0 0 20 0 1 0 237664399 39432192 7082 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 9627 7082 2688 3139 0 5915 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 38508 KiB
Current children cumulated memory: 28328 KiB

[startup+3.10525 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123409328/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=37812 memory=27604 CPUtime=3.09 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 9545 0 0 0 308 1 0 0 20 0 1 0 237664399 38719488 6901 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 9453 6901 2688 3139 0 5741 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 37812 KiB
Current children cumulated memory: 27604 KiB

[startup+6.30018 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123409332/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=45580 memory=35492 CPUtime=6.26 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 16964 0 0 0 624 2 0 0 20 0 1 0 237664399 46673920 8873 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 11395 8873 2688 3139 0 7683 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 45580 KiB
Current children cumulated memory: 35492 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 161048
/proc/meminfo: memFree=123388348/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=46252 memory=35628 CPUtime=12.65 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 21759 0 0 0 1262 3 0 0 20 0 1 0 237664399 47362048 8907 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 11563 8907 2688 3139 0 7851 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 46252 KiB
Current children cumulated memory: 35628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 161048
/proc/meminfo: memFree=123374192/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=63144 memory=53028 CPUtime=25.41 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 26771 0 0 0 2537 4 0 0 20 0 1 0 237664399 64659456 13257 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 15786 13257 2688 3139 0 12074 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 63144 KiB
Current children cumulated memory: 53028 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 161048
/proc/meminfo: memFree=123325228/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=78072 memory=67880 CPUtime=50.94 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 29364 0 0 0 5088 6 0 0 20 0 1 0 237664399 79945728 16970 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 19518 16970 2688 3139 0 15806 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 78072 KiB
Current children cumulated memory: 67880 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 161050
/proc/meminfo: memFree=124576340/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=87292 memory=77092 CPUtime=101.99 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 35451 0 0 0 10190 9 0 0 20 0 1 0 237664399 89387008 19273 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 21823 19273 2688 3139 0 18111 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 87292 KiB
Current children cumulated memory: 77092 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 161052
/proc/meminfo: memFree=124535252/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=94208 memory=84004 CPUtime=161.81 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 37195 0 0 0 16172 9 0 0 20 0 1 0 237664399 96468992 21001 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 23552 21001 2688 3139 0 19840 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 94208 KiB
Current children cumulated memory: 84004 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 161054
/proc/meminfo: memFree=124453460/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=120068 memory=109848 CPUtime=221.64 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 44127 0 0 0 22151 13 0 0 20 0 1 0 237664399 122949632 27462 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 30017 27462 2688 3139 0 26305 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 120068 KiB
Current children cumulated memory: 109848 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 161057
/proc/meminfo: memFree=124374436/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=125720 memory=115620 CPUtime=281.46 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 46330 0 0 0 28132 14 0 0 20 0 1 0 237664399 128737280 28905 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 31430 28905 2688 3139 0 27718 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 125720 KiB
Current children cumulated memory: 115620 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 161060
/proc/meminfo: memFree=124271912/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=171172 memory=163608 CPUtime=341.26 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 62780 0 0 0 34107 19 0 0 20 0 1 0 237664399 175280128 40902 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 42793 40902 3296 3139 0 39081 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 171172 KiB
Current children cumulated memory: 163608 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 161062
/proc/meminfo: memFree=124194076/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=218320 memory=208280 CPUtime=401.04 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 73970 0 0 0 40083 21 0 0 20 0 1 0 237664399 223559680 52070 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 54580 52070 3296 3139 0 50868 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 218320 KiB
Current children cumulated memory: 208280 KiB

[startup+462.3 s]
/proc/loadavg: 4.38 4.17 4.11 5/265 161071
/proc/meminfo: memFree=124063136/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=276444 memory=268440 CPUtime=460.82 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 88989 0 0 0 46059 23 0 0 20 0 1 0 237664399 283078656 67110 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 69111 67110 3296 3139 0 65399 0
Current children cumulated CPU time: 460.82 s

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

Current children cumulated memory: 829816 KiB

[startup+2862.3 s]
/proc/loadavg: 2.10 2.31 3.05 3/253 161281
/proc/meminfo: memFree=127679448/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=2853.43 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278126 0 0 0 285279 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 2853.43 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+2922.3 s]
/proc/loadavg: 1.74 2.18 2.96 2/247 161314
/proc/meminfo: memFree=128017128/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=2913.29 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278252 0 0 0 291265 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 2913.29 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+2982.3 s]
/proc/loadavg: 1.37 2.00 2.84 2/247 161316
/proc/meminfo: memFree=128016172/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=2973.13 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278281 0 0 0 297249 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 2973.13 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3042.3 s]
/proc/loadavg: 1.19 1.83 2.73 2/247 161318
/proc/meminfo: memFree=128016708/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3032.98 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278479 0 0 0 303234 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3032.98 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3102.3 s]
/proc/loadavg: 1.18 1.70 2.63 2/247 161320
/proc/meminfo: memFree=128017392/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3092.83 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278625 0 0 0 309219 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3092.83 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3162.3 s]
/proc/loadavg: 1.12 1.59 2.53 2/246 161323
/proc/meminfo: memFree=128017692/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3152.67 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278652 0 0 0 315203 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3152.67 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.49 2.44 2/246 161325
/proc/meminfo: memFree=128017500/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3212.52 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278814 0 0 0 321188 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3212.52 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.43 2.35 2/246 161327
/proc/meminfo: memFree=128017548/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3272.37 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278933 0 0 0 327173 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3272.37 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.37 2.27 2/246 161329
/proc/meminfo: memFree=128017600/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3332.21 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 278982 0 0 0 333157 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3332.21 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.32 2.20 2/246 161331
/proc/meminfo: memFree=128017424/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3392.06 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 279136 0 0 0 339142 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3392.06 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3462.3 s]
/proc/loadavg: 1.47 1.37 2.16 2/246 161339
/proc/meminfo: memFree=128017460/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3451.91 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 279259 0 0 0 345127 64 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3522.3 s]
/proc/loadavg: 1.22 1.32 2.09 2/245 161342
/proc/meminfo: memFree=128017380/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3511.76 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 279294 0 0 0 351111 65 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3511.76 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

[startup+3582.3 s]
/proc/loadavg: 1.19 1.29 2.03 2/245 161344
/proc/meminfo: memFree=128017668/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3571.61 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 279452 0 0 0 357096 65 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3571.61 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 1.11 1.26 2.00 2/245 161344
/proc/meminfo: memFree=128017668/131249996 swapFree=33003468/33010684
[pid=161047] ppid=161044 vsize=837208 memory=829816 CPUtime=3600.04 cores=5,7
/proc/161047/stat : 161047 (uwrmaxsat-scip) R 161044 161047 159853 0 -1 4194304 279453 0 0 0 359939 65 0 0 20 0 1 0 237664399 857300992 207454 18446744073709551615 4198400 17051741 140726483229536 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 58097664 140726483233080 140726483233250 140726483233250 140726483238854 0
/proc/161047/statm: 209302 207454 3296 3139 0 205590 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 837208 KiB
Current children cumulated memory: 829816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.39 s, system=0.653564 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.04
CPU user time (s): 3599.39
CPU system time (s): 0.653564
CPU usage (%): 99.702
Max. virtual memory (cumulated for all children) (KiB): 1035792
Max. memory (cumulated for all children) (KiB): 1024824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.39
system time used= 0.653564
maximum resident set size= 1024824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279453
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= 19404


# summary of solver processes directly reported to runsolver:
#   pid: 161047
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.39
#   total CPU system time (s): 0.653564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24822 second user time and 15.0759 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 23:31:07
IDJOB=4542869
IDBENCH=164739
IDSOLVER=3373
FILE ID=nodeC021/4542869-1753219867
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-05_shuffle/normalized-ec_stargrid_05_075.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-4542869-1753219867/watcher-4542869-1753219867 -o /tmp/evaluation-result-4542869-1753219867/solver-4542869-1753219867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542869-1753219867.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=1860855743

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.694
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.808
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		: 3548.704
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		: 3584.736
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.780
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		: 3605.867
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		: 3600.078
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		: 3599.759
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:        123410212 kB
MemAvailable:   124262360 kB
Buffers:            1056 kB
Cached:          1588104 kB
SwapCached:           56 kB
Active:          6492908 kB
Inactive:         495208 kB
Active(anon):    5382116 kB
Inactive(anon):    38496 kB
Active(file):    1110792 kB
Inactive(file):   456712 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16600 kB
Writeback:             0 kB
AnonPages:       5395284 kB
Mapped:           143888 kB
Shmem:             21656 kB
KReclaimable:     247368 kB
Slab:             343292 kB
SReclaimable:     247368 kB
SUnreclaim:        95924 kB
KernelStack:        4240 kB
PageTables:        13800 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5884980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1654784 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= 433008 MiB
End job on nodeC021 at 2025-07-23 00:31:18