Trace number 4541933

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.09 3609.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm/normalized-17arraycomm_less.opb
MD5SUMb58fe33c06849f09284e381ad8dcab3a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.359773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1802
Total number of constraints2381
Number of constraints which are clauses1734
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints647
Minimum length of a constraint2
Maximum length of a constraint68
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 8589934592
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 34359738367
Number of bits of the biggest sum of numbers35
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 3027 PB-constraints to clauses...
0.00/0.01	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.04	c ============================[ Encoding Statistics ]============================
0.00/0.04	c |  Number of variables:          2956                                         |
0.00/0.04	c |  Number of clauses:           10538                                         |
0.00/0.04	c ===============================================================================
300.03/301.04	c Starting SCIP solver  (with time-limit: 900s) ...
1197.72/1201.04	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.08/3609.90	c *** TERMINATED by signal 15 ***
3600.08/3609.90	c _______________________________________________________________________________
3600.08/3609.90	c 
3600.08/3609.90	c _______________________________________________________________________________
3600.08/3609.90	c 
3600.08/3609.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.08/3609.90	c Memory used            : 179.00 MB
3600.08/3609.90	c CPU time               : 3599.77 s
3600.08/3609.90	c Constr Enc: Srt/BDD/Add: 647 0 0
3600.08/3609.90	c _______________________________________________________________________________
3600.08/3609.90	c _______________________________________________________________________________
3600.08/3609.90	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 (62041 MiB free)
  memory of node 1: 64507 MiB (63619 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=160019, runsolver pid=160015

[startup+0.100059 s]*
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128655752/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=32520 memory=22600 CPUtime=0.09 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 3420 0 0 0 9 0 0 0 20 0 1 0 236828376 33300480 5650 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 8130 5650 2688 3139 0 4418 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32520 KiB
Current children cumulated memory: 22600 KiB

[startup+0.205516 s]*
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128653988/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=32936 memory=23004 CPUtime=0.19 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 3945 0 0 0 19 0 0 0 20 0 1 0 236828376 33726464 5751 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 8234 5751 2720 3139 0 4522 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 32936 KiB
Current children cumulated memory: 23004 KiB

[startup+0.305154 s]*
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128652980/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=33252 memory=23336 CPUtime=0.28 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 4130 0 0 0 28 0 0 0 20 0 1 0 236828376 34050048 5834 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 8313 5834 2720 3139 0 4601 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 33252 KiB
Current children cumulated memory: 23336 KiB

[startup+0.700135 s]
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128651216/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=34420 memory=24620 CPUtime=0.67 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 4816 0 0 0 67 0 0 0 20 0 1 0 236828376 35246080 6155 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 8605 6155 2720 3139 0 4893 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 34420 KiB
Current children cumulated memory: 24620 KiB

[startup+1.50014 s]
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128649452/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=35428 memory=25520 CPUtime=1.46 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 5653 0 0 0 146 0 0 0 20 0 1 0 236828376 36278272 6380 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 8857 6380 2720 3139 0 5145 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 35428 KiB
Current children cumulated memory: 25520 KiB

[startup+3.10539 s]
/proc/loadavg: 4.07 3.06 2.45 5/263 160024
/proc/meminfo: memFree=128645440/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=37628 memory=27720 CPUtime=3.07 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 7075 0 0 0 306 1 0 0 20 0 1 0 236828376 38531072 6930 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 9407 6930 2720 3139 0 5695 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 37628 KiB
Current children cumulated memory: 27720 KiB

[startup+6.30014 s]
/proc/loadavg: 4.06 3.08 2.45 5/263 160025
/proc/meminfo: memFree=128643476/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=37924 memory=28128 CPUtime=6.25 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 8150 0 0 0 624 1 0 0 20 0 1 0 236828376 38834176 7032 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 9481 7032 2720 3139 0 5769 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 37924 KiB
Current children cumulated memory: 28128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 3.09 2.46 5/263 160025
/proc/meminfo: memFree=128631888/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=42224 memory=32308 CPUtime=12.64 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 10830 0 0 0 1262 2 0 0 20 0 1 0 236828376 43237376 8077 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 10556 8077 2720 3139 0 6844 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 42224 KiB
Current children cumulated memory: 32308 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 3.15 2.49 5/263 160025
/proc/meminfo: memFree=128601832/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=50024 memory=40232 CPUtime=25.4 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 13121 0 0 0 2538 2 0 0 20 0 1 0 236828376 51224576 10058 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 12506 10058 2720 3139 0 8794 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 50024 KiB
Current children cumulated memory: 40232 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 3.22 2.53 5/263 160025
/proc/meminfo: memFree=128561192/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=54460 memory=44668 CPUtime=50.93 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 15072 0 0 0 5090 3 0 0 20 0 1 0 236828376 55767040 11167 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 13615 11167 2720 3139 0 9903 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 54460 KiB
Current children cumulated memory: 44668 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 3.38 2.62 5/264 160028
/proc/meminfo: memFree=128546412/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=52364 memory=42696 CPUtime=101.95 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 17787 0 0 0 10191 4 0 0 20 0 1 0 236828376 53620736 10674 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 13091 10674 2720 3139 0 9379 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 52364 KiB
Current children cumulated memory: 42696 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.51 2.72 5/264 160030
/proc/meminfo: memFree=128500388/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=76488 memory=66712 CPUtime=161.75 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 22979 0 0 0 16169 6 0 0 20 0 1 0 236828376 78323712 16678 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 19122 16678 2720 3139 0 15410 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 76488 KiB
Current children cumulated memory: 66712 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.61 2.81 5/264 160032
/proc/meminfo: memFree=128446436/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=70544 memory=60696 CPUtime=221.56 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 26302 0 0 0 22148 8 0 0 20 0 1 0 236828376 72237056 15174 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 17636 15174 2720 3139 0 13924 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 70544 KiB
Current children cumulated memory: 60696 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.70 2.89 5/264 160035
/proc/meminfo: memFree=128458252/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=76344 memory=66840 CPUtime=281.37 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 26741 0 0 0 28129 8 0 0 20 0 1 0 236828376 78176256 16710 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 19086 16710 2720 3139 0 15374 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 76344 KiB
Current children cumulated memory: 66840 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.77 2.97 5/265 160044
/proc/meminfo: memFree=128432276/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=76344 memory=69272 CPUtime=341.22 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 26809 0 0 0 34114 8 0 0 20 0 1 0 236828376 78176256 17318 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 19086 17318 3328 3139 0 15374 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 76344 KiB
Current children cumulated memory: 69272 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.85 3.04 5/264 160046
/proc/meminfo: memFree=128376756/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=76344 memory=69272 CPUtime=401.06 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 26826 0 0 0 40098 8 0 0 20 0 1 0 236828376 78176256 17318 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 19086 17318 3328 3139 0 15374 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 76344 KiB
Current children cumulated memory: 69272 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.89 3.11 5/264 160048
/proc/meminfo: memFree=128361800/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=79104 memory=71960 CPUtime=460.91 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 27536 0 0 0 46083 8 0 0 20 0 1 0 236828376 81002496 17990 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 19776 17990 3328 3139 0 16064 0

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

Current children cumulated memory: 90496 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.09 4.05 5/266 160169
/proc/meminfo: memFree=128035464/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=156764 memory=149820 CPUtime=2914.34 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 63318 0 0 0 291409 25 0 0 20 0 1 0 236828376 160526336 37455 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39191 37455 3360 3139 0 35479 0
Current children cumulated CPU time: 2914.34 s
Current children cumulated vsize: 156764 KiB
Current children cumulated memory: 149820 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.10 4.06 5/266 160182
/proc/meminfo: memFree=128037364/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=157160 memory=150204 CPUtime=2974.18 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 63417 0 0 0 297393 25 0 0 20 0 1 0 236828376 160931840 37551 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39290 37551 3360 3139 0 35578 0
Current children cumulated CPU time: 2974.18 s
Current children cumulated vsize: 157160 KiB
Current children cumulated memory: 150204 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.10 4.06 5/266 160184
/proc/meminfo: memFree=128047324/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=157160 memory=150204 CPUtime=3034.02 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 63462 0 0 0 303377 25 0 0 20 0 1 0 236828376 160931840 37551 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39290 37551 3360 3139 0 35578 0
Current children cumulated CPU time: 3034.02 s
Current children cumulated vsize: 157160 KiB
Current children cumulated memory: 150204 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.06 5/266 160186
/proc/meminfo: memFree=128069308/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=116512 memory=109628 CPUtime=3093.85 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 64176 0 0 0 309359 26 0 0 20 0 1 0 236828376 119308288 27407 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 29128 27407 3360 3139 0 25416 0
Current children cumulated CPU time: 3093.85 s
Current children cumulated vsize: 116512 KiB
Current children cumulated memory: 109628 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.06 5/265 160188
/proc/meminfo: memFree=127993680/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=158796 memory=151868 CPUtime=3153.68 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 65038 0 0 0 315342 26 0 0 20 0 1 0 236828376 162607104 37967 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39699 37967 3360 3139 0 35987 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 158796 KiB
Current children cumulated memory: 151868 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.06 5/263 160191
/proc/meminfo: memFree=128010336/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=158796 memory=151868 CPUtime=3213.52 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 65038 0 0 0 321326 26 0 0 20 0 1 0 236828376 162607104 37967 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39699 37967 3360 3139 0 35987 0
Current children cumulated CPU time: 3213.52 s
Current children cumulated vsize: 158796 KiB
Current children cumulated memory: 151868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.06 5/263 160193
/proc/meminfo: memFree=128006972/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=158796 memory=151868 CPUtime=3273.36 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 65038 0 0 0 327310 26 0 0 20 0 1 0 236828376 162607104 37967 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39699 37967 3360 3139 0 35987 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 158796 KiB
Current children cumulated memory: 151868 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.06 5/264 160292
/proc/meminfo: memFree=119392120/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=120680 memory=113952 CPUtime=3333.2 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 65745 0 0 0 333293 27 0 0 20 0 1 0 236828376 123576320 28488 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 30170 28488 3360 3139 0 26458 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 120680 KiB
Current children cumulated memory: 113952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.06 5/264 160294
/proc/meminfo: memFree=116249596/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=143172 memory=136252 CPUtime=3393.04 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68386 0 0 0 339275 29 0 0 20 0 1 0 236828376 146608128 34063 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 35793 34063 3360 3139 0 32081 0
Current children cumulated CPU time: 3393.04 s
Current children cumulated vsize: 143172 KiB
Current children cumulated memory: 136252 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.09 4.07 5/264 160296
/proc/meminfo: memFree=116889408/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=159900 memory=153144 CPUtime=3452.88 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68505 0 0 0 345258 30 0 0 20 0 1 0 236828376 163737600 38286 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 39975 38286 3360 3139 0 36263 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 159900 KiB
Current children cumulated memory: 153144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.07 5/265 160300
/proc/meminfo: memFree=116625396/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=161596 memory=154680 CPUtime=3512.72 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68904 0 0 0 351241 31 0 0 20 0 1 0 236828376 165474304 38670 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 40399 38670 3360 3139 0 36687 0
Current children cumulated CPU time: 3512.72 s
Current children cumulated vsize: 161596 KiB
Current children cumulated memory: 154680 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.07 5/265 160302
/proc/meminfo: memFree=116756420/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=161596 memory=154680 CPUtime=3572.56 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68908 0 0 0 357224 32 0 0 20 0 1 0 236828376 165474304 38670 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 40399 38670 3360 3139 0 36687 0
Current children cumulated CPU time: 3572.56 s
Current children cumulated vsize: 161596 KiB
Current children cumulated memory: 154680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.06 5/265 160302
/proc/meminfo: memFree=117318680/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=161596 memory=154680 CPUtime=3600.08 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68956 0 0 0 359976 32 0 0 20 0 1 0 236828376 165474304 38670 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 40399 38670 3360 3139 0 36687 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 161596 KiB
Current children cumulated memory: 154680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.77 s, system=0.323601 s

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

[startup+3609.9 s]
/proc/loadavg: 4.08 4.08 4.06 5/265 160302
/proc/meminfo: memFree=117318680/131249996 swapFree=33003468/33010684
[pid=160019] ppid=160015 vsize=161596 memory=154680 CPUtime=3600.08 cores=4,6
/proc/160019/stat : 160019 (uwrmaxsat-scip) R 160015 160019 159853 0 -1 4194304 68956 0 0 0 359976 32 0 0 20 0 1 0 236828376 165474304 38670 18446744073709551615 4198400 17051741 140730199451184 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 48574464 140730199460152 140730199460322 140730199460322 140730199465926 0
/proc/160019/statm: 40399 38670 3360 3139 0 36687 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 161596 KiB
Current children cumulated memory: 154680 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.09
CPU user time (s): 3599.77
CPU system time (s): 0.323601
CPU usage (%): 99.7282
Max. virtual memory (cumulated for all children) (KiB): 183896
Max. memory (cumulated for all children) (KiB): 176960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.77
system time used= 0.323601
maximum resident set size= 176960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68956
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= 36
involuntary context switches= 2072


# summary of solver processes directly reported to runsolver:
#   pid: 160019
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.77
#   total CPU system time (s): 0.323601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94941 second user time and 15.4783 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 21:11:47
IDJOB=4541933
IDBENCH=163589
IDSOLVER=3373
FILE ID=nodeC021/4541933-1753211507
RUNJOBID= nodeC021-1753211204-159865
SLURM_JOB_ID= 9687790
Free space on /tmp= 432992 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm/normalized-17arraycomm_less.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-4541933-1753211507/watcher-4541933-1753211507 -o /tmp/evaluation-result-4541933-1753211507/solver-4541933-1753211507 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159865 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4541933-1753211507.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= b58fe33c06849f09284e381ad8dcab3a
RANDOM SEED=689070023

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.773
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.778
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		: 3503.702
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		: 3599.916
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		: 3603.938
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		: 3652.280
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.803
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.820
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:        128675692 kB
MemAvailable:   129505412 kB
Buffers:            1056 kB
Cached:          1565740 kB
SwapCached:           56 kB
Active:          1334256 kB
Inactive:         472848 kB
Active(anon):     223464 kB
Inactive(anon):    38500 kB
Active(file):    1110792 kB
Inactive(file):   434348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33260 kB
Writeback:            56 kB
AnonPages:        241456 kB
Mapped:           113868 kB
Shmem:             21656 kB
KReclaimable:     247236 kB
Slab:             343476 kB
SReclaimable:     247236 kB
SUnreclaim:        96240 kB
KernelStack:        4160 kB
PageTables:         3536 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     580524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 432860 MiB
End job on nodeC021 at 2025-07-22 22:11:57