Trace number 4541972

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.02 3610.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-24diag_spec_greater.opb
MD5SUM873561b121a1050aedee7e68f97b01fd
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 benchmark2.02679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1848
Total number of constraints2354
Number of constraints which are clauses1728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints626
Minimum length of a constraint2
Maximum length of a constraint624
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 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421311
Number of bits of the biggest sum of numbers49
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.05	c Converting 2979 PB-constraints to clauses...
0.30/0.38	c ============================[ Encoding Statistics ]============================
0.30/0.38	c |  Number of variables:          7807                                         |
0.30/0.38	c |  Number of clauses:           38825                                         |
0.30/0.38	c ===============================================================================
3600.00/3610.80	c *** TERMINATED by signal 15 ***
3600.00/3610.80	c _______________________________________________________________________________
3600.00/3610.80	c 
3600.00/3610.80	c _______________________________________________________________________________
3600.00/3610.80	c 
3600.00/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3610.80	c Memory used            : 295.00 MB
3600.00/3610.80	c CPU time               : 3598.83 s
3600.00/3610.80	c Constr Enc: Srt/BDD/Add: 626 0 0
3600.00/3610.80	c _______________________________________________________________________________
3600.00/3610.80	c _______________________________________________________________________________
3600.00/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: 63794 MiB (46086 MiB free)
  memory of node 1: 64507 MiB (50947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541972-1753213495/watcher-4541972-1753213495 -o /tmp/evaluation-result-4541972-1753213495/solver-4541972-1753213495 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182342 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4541972-1753213495.opb -no-par -scip-delay=300 -scip-cpu=900 -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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=182745, runsolver pid=182735

[startup+0.100067 s]*
/proc/loadavg: 4.09 4.10 4.13 5/247 182751
/proc/meminfo: memFree=99349876/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=25360 memory=9848 CPUtime=0.09 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 1458 0 0 0 9 0 0 0 20 0 1 0 237029295 25968640 2462 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 6340 2462 1216 3139 0 2628 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25360 KiB
Current children cumulated memory: 9848 KiB

[startup+0.214265 s]*
/proc/loadavg: 4.09 4.10 4.13 6/246 182753
/proc/meminfo: memFree=99348144/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=26284 memory=10616 CPUtime=0.21 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 1674 0 0 0 20 1 0 0 20 0 1 0 237029295 26914816 2654 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 6571 2654 1216 3139 0 2859 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 26284 KiB
Current children cumulated memory: 10616 KiB

[startup+0.31325 s]*
/proc/loadavg: 4.09 4.10 4.13 6/249 182757
/proc/meminfo: memFree=99347892/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=27608 memory=11900 CPUtime=0.3 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 2081 0 0 0 29 1 0 0 20 0 1 0 237029295 28270592 2975 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 6902 2975 1216 3139 0 3190 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27608 KiB
Current children cumulated memory: 11900 KiB

[startup+0.7003 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182762
/proc/meminfo: memFree=99339324/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=36476 memory=19620 CPUtime=0.67 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 4516 0 0 0 65 2 0 0 20 0 1 0 237029295 37351424 4905 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 9119 4905 1216 3139 0 5407 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 36476 KiB
Current children cumulated memory: 19620 KiB

[startup+1.50033 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182762
/proc/meminfo: memFree=99327232/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=36924 memory=20148 CPUtime=1.48 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 5017 0 0 0 145 3 0 0 20 0 1 0 237029295 37810176 5037 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 9231 5037 1216 3139 0 5519 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36924 KiB
Current children cumulated memory: 20148 KiB

[startup+3.11263 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182762
/proc/meminfo: memFree=99311596/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=41520 memory=25220 CPUtime=3.07 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 8057 0 0 0 304 3 0 0 20 0 1 0 237029295 42516480 6305 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 10380 6305 1248 3139 0 6668 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 41520 KiB
Current children cumulated memory: 25220 KiB

[startup+6.30034 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182762
/proc/meminfo: memFree=99310248/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=45648 memory=29264 CPUtime=6.25 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 9017 0 0 0 622 3 0 0 20 0 1 0 237029295 46743552 7316 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 11412 7316 1248 3139 0 7700 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 45648 KiB
Current children cumulated memory: 29264 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.10 4.13 6/251 182762
/proc/meminfo: memFree=99303956/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=47092 memory=30756 CPUtime=12.64 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 9878 0 0 0 1260 4 0 0 20 0 1 0 237029295 48222208 7689 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 11773 7689 1248 3139 0 8061 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47092 KiB
Current children cumulated memory: 30756 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.11 4.13 6/251 182762
/proc/meminfo: memFree=99280708/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=58480 memory=42064 CPUtime=25.4 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 13164 0 0 0 2535 5 0 0 20 0 1 0 237029295 59883520 10516 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 14620 10516 1248 3139 0 10908 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 58480 KiB
Current children cumulated memory: 42064 KiB

[startup+51.1127 s]
/proc/loadavg: 4.09 4.10 4.13 6/251 182763
/proc/meminfo: memFree=99252780/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=61672 memory=45264 CPUtime=50.94 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 16954 0 0 0 5088 6 0 0 20 0 1 0 237029295 63152128 11316 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 15418 11316 1248 3139 0 11706 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 61672 KiB
Current children cumulated memory: 45264 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.12 6/251 182765
/proc/meminfo: memFree=99200528/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=78308 memory=61904 CPUtime=101.96 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 19121 0 0 0 10189 7 0 0 20 0 1 0 237029295 80187392 15476 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 19577 15476 1248 3139 0 15865 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 78308 KiB
Current children cumulated memory: 61904 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.09 4.12 6/251 182767
/proc/meminfo: memFree=99148088/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=72240 memory=56068 CPUtime=161.78 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 20964 0 0 0 16170 8 0 0 20 0 1 0 237029295 73973760 14017 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 18060 14017 1248 3139 0 14348 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 72240 KiB
Current children cumulated memory: 56068 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.12 6/252 182771
/proc/meminfo: memFree=99053604/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=97784 memory=81624 CPUtime=221.6 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 23292 0 0 0 22151 9 0 0 20 0 1 0 237029295 100130816 20406 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 24446 20406 1248 3139 0 20734 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 97784 KiB
Current children cumulated memory: 81624 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.11 4.12 6/252 182773
/proc/meminfo: memFree=99041484/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=87392 memory=71020 CPUtime=281.42 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 26698 0 0 0 28131 11 0 0 20 0 1 0 237029295 89489408 17755 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 21848 17755 1248 3139 0 18136 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 87392 KiB
Current children cumulated memory: 71020 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.12 4.12 5/252 182865
/proc/meminfo: memFree=99053880/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=103560 memory=87524 CPUtime=341.22 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 30483 0 0 0 34107 15 0 0 20 0 1 0 237029295 106045440 21881 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 25890 21881 1248 3139 0 22178 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 103560 KiB
Current children cumulated memory: 87524 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182866
/proc/meminfo: memFree=98981888/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=121116 memory=105048 CPUtime=401.01 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 30816 0 0 0 40086 15 0 0 20 0 1 0 237029295 124022784 26262 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 30279 26262 1248 3139 0 26567 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 121116 KiB
Current children cumulated memory: 105048 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/251 182868
/proc/meminfo: memFree=98949496/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=121116 memory=105080 CPUtime=460.8 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 31568 0 0 0 46064 16 0 0 20 0 1 0 237029295 124022784 26270 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 30279 26270 1248 3139 0 26567 0

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

Current children cumulated memory: 188544 KiB

[startup+2862.3 s]
/proc/loadavg: 4.39 4.22 4.19 5/250 183082
/proc/meminfo: memFree=98908348/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=209068 memory=186564 CPUtime=2853.72 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 80722 0 0 0 285277 95 0 0 20 0 1 0 237029295 214085632 46641 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 52267 46641 1248 3139 0 48555 0
Current children cumulated CPU time: 2853.72 s
Current children cumulated vsize: 209068 KiB
Current children cumulated memory: 186564 KiB

[startup+2922.3 s]
/proc/loadavg: 4.60 4.29 4.21 5/250 183083
/proc/meminfo: memFree=98899532/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=208380 memory=187924 CPUtime=2913.54 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 81078 0 0 0 291258 96 0 0 20 0 1 0 237029295 213381120 46981 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 52095 46981 1248 3139 0 48383 0
Current children cumulated CPU time: 2913.54 s
Current children cumulated vsize: 208380 KiB
Current children cumulated memory: 187924 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.25 4.20 5/250 183085
/proc/meminfo: memFree=98604128/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=217856 memory=195436 CPUtime=2973.37 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 81645 0 0 0 297239 98 0 0 20 0 1 0 237029295 223084544 48859 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 54464 48859 1248 3139 0 50752 0
Current children cumulated CPU time: 2973.37 s
Current children cumulated vsize: 217856 KiB
Current children cumulated memory: 195436 KiB

[startup+3042.3 s]
/proc/loadavg: 4.42 4.31 4.22 5/251 183094
/proc/meminfo: memFree=98531784/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=214072 memory=191652 CPUtime=3033.19 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 82420 0 0 0 303219 100 0 0 20 0 1 0 237029295 219209728 47913 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 53518 47913 1248 3139 0 49806 0
Current children cumulated CPU time: 3033.19 s
Current children cumulated vsize: 214072 KiB
Current children cumulated memory: 191652 KiB

[startup+3102.3 s]
/proc/loadavg: 4.20 4.26 4.21 5/250 183096
/proc/meminfo: memFree=98503364/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=211972 memory=189552 CPUtime=3093.02 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 83315 0 0 0 309199 103 0 0 20 0 1 0 237029295 217059328 47388 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 52993 47388 1248 3139 0 49281 0
Current children cumulated CPU time: 3093.02 s
Current children cumulated vsize: 211972 KiB
Current children cumulated memory: 189552 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.23 4.20 5/251 183099
/proc/meminfo: memFree=98490644/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=224600 memory=203352 CPUtime=3152.83 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 84002 0 0 0 315179 104 0 0 20 0 1 0 237029295 229990400 50838 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 56150 50838 1248 3139 0 52438 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 224600 KiB
Current children cumulated memory: 203352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.20 4.19 5/251 183101
/proc/meminfo: memFree=98516000/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=217760 memory=196512 CPUtime=3212.66 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 84950 0 0 0 321159 107 0 0 20 0 1 0 237029295 222986240 49128 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 54440 49128 1248 3139 0 50728 0
Current children cumulated CPU time: 3212.66 s
Current children cumulated vsize: 217760 KiB
Current children cumulated memory: 196512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.18 4.18 5/251 183103
/proc/meminfo: memFree=98505268/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=219196 memory=197948 CPUtime=3272.48 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 85253 0 0 0 327140 108 0 0 20 0 1 0 237029295 224456704 49487 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 54799 49487 1248 3139 0 51087 0
Current children cumulated CPU time: 3272.48 s
Current children cumulated vsize: 219196 KiB
Current children cumulated memory: 197948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/250 183105
/proc/meminfo: memFree=98463540/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=245028 memory=223344 CPUtime=3332.3 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 86816 0 0 0 333120 110 0 0 20 0 1 0 237029295 250908672 55836 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 61257 55836 1248 3139 0 57545 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 245028 KiB
Current children cumulated memory: 223344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/250 183107
/proc/meminfo: memFree=98478816/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=231192 memory=209552 CPUtime=3392.13 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 87092 0 0 0 339101 112 0 0 20 0 1 0 237029295 236740608 52388 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 57798 52388 1248 3139 0 54086 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 231192 KiB
Current children cumulated memory: 209552 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/249 183109
/proc/meminfo: memFree=98489880/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=234388 memory=212748 CPUtime=3451.95 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 87710 0 0 0 345082 113 0 0 20 0 1 0 237029295 240013312 53187 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 58597 53187 1248 3139 0 54885 0
Current children cumulated CPU time: 3451.95 s
Current children cumulated vsize: 234388 KiB
Current children cumulated memory: 212748 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/250 183112
/proc/meminfo: memFree=98482664/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=242768 memory=221128 CPUtime=3511.77 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 88305 0 0 0 351061 116 0 0 20 0 1 0 237029295 248594432 55282 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 60692 55282 1248 3139 0 56980 0
Current children cumulated CPU time: 3511.77 s
Current children cumulated vsize: 242768 KiB
Current children cumulated memory: 221128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/250 183114
/proc/meminfo: memFree=98480172/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=240372 memory=222820 CPUtime=3571.59 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 89861 0 0 0 357041 118 0 0 20 0 1 0 237029295 246140928 55705 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 60093 55705 1248 3139 0 56381 0
Current children cumulated CPU time: 3571.59 s
Current children cumulated vsize: 240372 KiB
Current children cumulated memory: 222820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.14 4.14 4.17 5/250 183115
/proc/meminfo: memFree=98474392/131382116 swapFree=33010684/33010684
[pid=182745] ppid=182735 vsize=240372 memory=222820 CPUtime=3600 cores=1,3
/proc/182745/stat : 182745 (uwrmaxsat-scip) R 182735 182745 182330 0 -1 4194304 89861 0 0 0 359882 118 0 0 20 0 1 0 237029295 246140928 55705 18446744073709551615 4198400 17051741 140735200300864 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 27910144 140735200303416 140735200303586 140735200303586 140735200309190 0
/proc/182745/statm: 60093 55705 1248 3139 0 56381 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 240372 KiB
Current children cumulated memory: 222820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.83 s, system=1.19019 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.02
CPU user time (s): 3598.83
CPU system time (s): 1.19019
CPU usage (%): 99.7013
Max. virtual memory (cumulated for all children) (KiB): 302108
Max. memory (cumulated for all children) (KiB): 284476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.83
system time used= 1.19019
maximum resident set size= 284476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89861
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= 25
involuntary context switches= 1426


# summary of solver processes directly reported to runsolver:
#   pid: 182745
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.83
#   total CPU system time (s): 1.19019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.9555 second user time and 29.6459 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 21:44:56
IDJOB=4541972
IDBENCH=163695
IDSOLVER=3373
FILE ID=nodeC011/4541972-1753213495
RUNJOBID= nodeC011-1753209881-182342
SLURM_JOB_ID= 9687771
Free space on /tmp= 432780 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-24diag_spec_greater.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-4541972-1753213495/watcher-4541972-1753213495 -o /tmp/evaluation-result-4541972-1753213495/solver-4541972-1753213495 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182342 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4541972-1753213495.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
RANDOM SEED=684873033

nodeC011 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.383
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	: 6984.20
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.287
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	: 6984.20
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		: 1197.296
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	: 6984.20
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.403
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	: 6984.20
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		: 3591.442
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	: 6984.20
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.292
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	: 6984.20
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.425
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	: 6984.20
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		: 1197.282
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99365176 kB
MemAvailable:   129688332 kB
Buffers:            3276 kB
Cached:         31093060 kB
SwapCached:            0 kB
Active:           784764 kB
Inactive:       30577356 kB
Active(anon):     289872 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30575280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33384 kB
Writeback:             0 kB
AnonPages:        268912 kB
Mapped:           113720 kB
Shmem:             26152 kB
KReclaimable:     184840 kB
Slab:             278380 kB
SReclaimable:     184840 kB
SUnreclaim:        93540 kB
KernelStack:        3936 kB
PageTables:         3408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     570128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432748 MiB
End job on nodeC011 at 2025-07-22 22:45:07