Trace number 4541777

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 3611.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
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 9629 PB-constraints to clauses...
0.00/0.10	c ============================[ Encoding Statistics ]============================
0.00/0.10	c |  Number of variables:          8442                                         |
0.00/0.10	c |  Number of clauses:           30716                                         |
0.00/0.10	c ===============================================================================
3600.07/3611.00	c *** TERMINATED by signal 15 ***
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c 
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c 
3600.07/3611.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3611.00	c Memory used            : 295.00 MB
3600.07/3611.00	c CPU time               : 3599.14 s
3600.07/3611.00	c Constr Enc: Srt/BDD/Add: 2628 0 0
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	c _______________________________________________________________________________
3600.07/3611.00	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 (62066 MiB free)
  memory of node 1: 64507 MiB (63719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541777-1753211204/watcher-4541777-1753211204 -o /tmp/evaluation-result-4541777-1753211204/solver-4541777-1753211204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159866 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4541777-1753211204.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
Starting watchdog thread
solver pid=159923, runsolver pid=159908
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.07 1.20 1.79 6/265 159924
/proc/meminfo: memFree=128762628/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=36720 memory=20644 CPUtime=0.09 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 4547 0 0 0 9 0 0 0 20 0 1 0 236798103 37601280 5161 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 9180 5161 1216 3139 0 5468 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 36720 KiB
Current children cumulated memory: 20644 KiB

[startup+0.204763 s]*
/proc/loadavg: 1.07 1.20 1.79 6/265 159924
/proc/meminfo: memFree=128762556/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=38256 memory=21924 CPUtime=0.19 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 4877 0 0 0 19 0 0 0 20 0 1 0 236798103 39174144 5481 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 9564 5481 1216 3139 0 5852 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 38256 KiB
Current children cumulated memory: 21924 KiB

[startup+0.304615 s]*
/proc/loadavg: 1.07 1.20 1.79 7/265 159924
/proc/meminfo: memFree=128761800/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=38256 memory=21924 CPUtime=0.29 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 4878 0 0 0 29 0 0 0 20 0 1 0 236798103 39174144 5481 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 9564 5481 1216 3139 0 5852 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 38256 KiB
Current children cumulated memory: 21924 KiB

[startup+0.700107 s]
/proc/loadavg: 1.07 1.20 1.79 6/265 159924
/proc/meminfo: memFree=128758952/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=37836 memory=21552 CPUtime=0.69 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 6150 0 0 0 68 1 0 0 20 0 1 0 236798103 38744064 5388 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 9459 5388 1216 3139 0 5747 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 37836 KiB
Current children cumulated memory: 21552 KiB

[startup+1.50013 s]
/proc/loadavg: 1.07 1.20 1.79 6/265 159924
/proc/meminfo: memFree=128758196/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=41056 memory=24784 CPUtime=1.49 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 7384 0 0 0 148 1 0 0 20 0 1 0 236798103 42041344 6196 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 10264 6196 1216 3139 0 6552 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 41056 KiB
Current children cumulated memory: 24784 KiB

[startup+3.10449 s]
/proc/loadavg: 1.30 1.24 1.80 6/265 159924
/proc/meminfo: memFree=128752744/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=42264 memory=25960 CPUtime=3.09 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 8526 0 0 0 308 1 0 0 20 0 1 0 236798103 43278336 6490 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 10566 6490 1216 3139 0 6854 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42264 KiB
Current children cumulated memory: 25960 KiB

[startup+6.3001 s]
/proc/loadavg: 1.30 1.24 1.80 6/265 159924
/proc/meminfo: memFree=128750204/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=42572 memory=26348 CPUtime=6.27 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 10096 0 0 0 626 1 0 0 20 0 1 0 236798103 43593728 6587 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 10643 6587 1216 3139 0 6931 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 42572 KiB
Current children cumulated memory: 26348 KiB

[startup+12.7001 s]
/proc/loadavg: 1.52 1.29 1.81 6/265 159924
/proc/meminfo: memFree=128735556/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=46980 memory=30836 CPUtime=12.66 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 11198 0 0 0 1264 2 0 0 20 0 1 0 236798103 48107520 7709 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 11745 7709 1216 3139 0 8033 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 46980 KiB
Current children cumulated memory: 30836 KiB

[startup+25.5001 s]
/proc/loadavg: 2.14 1.44 1.85 6/265 159924
/proc/meminfo: memFree=128712048/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=66496 memory=50300 CPUtime=25.42 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 16594 0 0 0 2539 3 0 0 20 0 1 0 236798103 68091904 12575 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 16624 12575 1216 3139 0 12912 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 66496 KiB
Current children cumulated memory: 50300 KiB

[startup+51.1048 s]
/proc/loadavg: 2.77 1.65 1.91 6/265 159924
/proc/meminfo: memFree=128679068/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=61744 memory=45576 CPUtime=50.95 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 18033 0 0 0 5092 3 0 0 20 0 1 0 236798103 63225856 11394 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 15436 11394 1216 3139 0 11724 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 61744 KiB
Current children cumulated memory: 45576 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 2.03 2.03 6/265 159926
/proc/meminfo: memFree=128667916/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=83836 memory=67724 CPUtime=102 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 19755 0 0 0 10195 5 0 0 20 0 1 0 236798103 85848064 16931 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 20959 16931 1216 3139 0 17247 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 83836 KiB
Current children cumulated memory: 67724 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.40 2.16 6/265 159928
/proc/meminfo: memFree=128602400/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=94908 memory=78880 CPUtime=161.81 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 21258 0 0 0 16176 5 0 0 20 0 1 0 236798103 97185792 19720 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 23727 19720 1216 3139 0 20015 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 94908 KiB
Current children cumulated memory: 78880 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.71 2.28 6/265 159930
/proc/meminfo: memFree=128593312/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=103272 memory=87200 CPUtime=221.65 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 24703 0 0 0 22158 7 0 0 20 0 1 0 236798103 105750528 21800 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 25818 21800 1216 3139 0 22106 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 103272 KiB
Current children cumulated memory: 87200 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.98 2.40 6/264 159933
/proc/meminfo: memFree=128556196/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=118096 memory=102048 CPUtime=281.5 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 26055 0 0 0 28142 8 0 0 20 0 1 0 236798103 120930304 25512 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 29524 25512 1216 3139 0 25812 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 118096 KiB
Current children cumulated memory: 102048 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.18 2.51 5/263 160025
/proc/meminfo: memFree=128568628/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=118864 memory=102816 CPUtime=341.34 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 26283 0 0 0 34126 8 0 0 20 0 1 0 236798103 121716736 25704 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 29716 25704 1216 3139 0 26004 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 118864 KiB
Current children cumulated memory: 102816 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.37 2.62 5/264 160028
/proc/meminfo: memFree=128566892/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=118864 memory=102816 CPUtime=401.17 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 26288 0 0 0 40109 8 0 0 20 0 1 0 236798103 121716736 25704 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 29716 25704 1216 3139 0 26004 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 118864 KiB
Current children cumulated memory: 102816 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.50 2.71 5/264 160030
/proc/meminfo: memFree=128500380/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=127452 memory=111544 CPUtime=461.01 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 27050 0 0 0 46093 8 0 0 20 0 1 0 236798103 130510848 27886 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 31863 27886 1216 3139 0 28151 0
Current children cumulated CPU time: 461.01 s

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

Current children cumulated memory: 171380 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.12 4.05 5/264 160146
/proc/meminfo: memFree=128125836/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=198492 memory=179732 CPUtime=2853.76 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 66346 0 0 0 285300 76 0 0 20 0 1 0 236798103 203255808 44933 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 49623 44933 1216 3139 0 45911 0
Current children cumulated CPU time: 2853.76 s
Current children cumulated vsize: 198492 KiB
Current children cumulated memory: 179732 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.13 4.06 5/264 160148
/proc/meminfo: memFree=128077972/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=211460 memory=192816 CPUtime=2913.57 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 67266 0 0 0 291279 78 0 0 20 0 1 0 236798103 216535040 48204 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 52865 48204 1216 3139 0 49153 0
Current children cumulated CPU time: 2913.57 s
Current children cumulated vsize: 211460 KiB
Current children cumulated memory: 192816 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.12 4.06 5/264 160150
/proc/meminfo: memFree=128076992/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=208884 memory=190240 CPUtime=2973.37 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 67921 0 0 0 297258 79 0 0 20 0 1 0 236798103 213897216 47560 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 52221 47560 1216 3139 0 48509 0
Current children cumulated CPU time: 2973.37 s
Current children cumulated vsize: 208884 KiB
Current children cumulated memory: 190240 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.11 4.06 5/264 160159
/proc/meminfo: memFree=128034292/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=249108 memory=231060 CPUtime=3033.19 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 68456 0 0 0 303238 81 0 0 20 0 1 0 236798103 255086592 57765 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 62277 57765 1216 3139 0 58565 0
Current children cumulated CPU time: 3033.19 s
Current children cumulated vsize: 249108 KiB
Current children cumulated memory: 231060 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.06 5/263 160161
/proc/meminfo: memFree=128071616/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=210172 memory=192056 CPUtime=3092.99 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 69440 0 0 0 309217 82 0 0 20 0 1 0 236798103 215216128 48014 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 52543 48014 1216 3139 0 48831 0
Current children cumulated CPU time: 3092.99 s
Current children cumulated vsize: 210172 KiB
Current children cumulated memory: 192056 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/264 160164
/proc/meminfo: memFree=128099872/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=200740 memory=182624 CPUtime=3152.8 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 69599 0 0 0 315197 83 0 0 20 0 1 0 236798103 205557760 45656 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 50185 45656 1216 3139 0 46473 0
Current children cumulated CPU time: 3152.8 s
Current children cumulated vsize: 200740 KiB
Current children cumulated memory: 182624 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.09 4.06 5/266 160169
/proc/meminfo: memFree=128035464/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=197956 memory=179840 CPUtime=3212.61 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 70753 0 0 0 321176 85 0 0 20 0 1 0 236798103 202706944 44960 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 49489 44960 1216 3139 0 45777 0
Current children cumulated CPU time: 3212.61 s
Current children cumulated vsize: 197956 KiB
Current children cumulated memory: 179840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.09 4.06 5/266 160182
/proc/meminfo: memFree=128037356/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=205124 memory=187076 CPUtime=3272.42 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 71042 0 0 0 327156 86 0 0 20 0 1 0 236798103 210046976 46769 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 51281 46769 1216 3139 0 47569 0
Current children cumulated CPU time: 3272.42 s
Current children cumulated vsize: 205124 KiB
Current children cumulated memory: 187076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.06 5/266 160184
/proc/meminfo: memFree=128047324/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=202796 memory=184680 CPUtime=3332.22 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 71740 0 0 0 333135 87 0 0 20 0 1 0 236798103 207663104 46170 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 50699 46170 1216 3139 0 46987 0
Current children cumulated CPU time: 3332.22 s
Current children cumulated vsize: 202796 KiB
Current children cumulated memory: 184680 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.06 5/266 160186
/proc/meminfo: memFree=128073120/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=218716 memory=200668 CPUtime=3392.04 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 72556 0 0 0 339114 90 0 0 20 0 1 0 236798103 223965184 50167 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 54679 50167 1216 3139 0 50967 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 218716 KiB
Current children cumulated memory: 200668 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.09 4.06 5/265 160188
/proc/meminfo: memFree=127954272/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=232260 memory=216192 CPUtime=3451.84 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 72934 0 0 0 345093 91 0 0 20 0 1 0 236798103 237834240 54048 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 58065 54048 1216 3139 0 54353 0
Current children cumulated CPU time: 3451.84 s
Current children cumulated vsize: 232260 KiB
Current children cumulated memory: 216192 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.06 5/263 160191
/proc/meminfo: memFree=128010336/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=220620 memory=204552 CPUtime=3511.64 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 73464 0 0 0 351072 92 0 0 20 0 1 0 236798103 225914880 51138 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 55155 51138 1216 3139 0 51443 0
Current children cumulated CPU time: 3511.64 s
Current children cumulated vsize: 220620 KiB
Current children cumulated memory: 204552 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.06 5/263 160193
/proc/meminfo: memFree=128006812/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=220312 memory=203492 CPUtime=3571.46 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 73712 0 0 0 357052 94 0 0 20 0 1 0 236798103 225599488 50873 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 55078 50873 1216 3139 0 51366 0
Current children cumulated CPU time: 3571.46 s
Current children cumulated vsize: 220312 KiB
Current children cumulated memory: 203492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.10 4.09 4.06 4/260 160209
/proc/meminfo: memFree=128185460/131249996 swapFree=33003468/33010684
[pid=159923] ppid=159908 vsize=220312 memory=203492 CPUtime=3600.07 cores=1,3
/proc/159923/stat : 159923 (uwrmaxsat-scip) R 159908 159923 159853 0 -1 4194304 73712 0 0 0 359913 94 0 0 20 0 1 0 236798103 225599488 50873 18446744073709551615 4198400 17051741 140734297299808 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 49164288 140734297303352 140734297303522 140734297303522 140734297309126 0
/proc/159923/statm: 55078 50873 1216 3139 0 51366 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 220312 KiB
Current children cumulated memory: 203492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.14 s, system=0.944919 s

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

Child status: 0

Real time (s): 3611.01
CPU time (s): 3600.09
CPU user time (s): 3599.14
CPU system time (s): 0.944919
CPU usage (%): 99.6975
Max. virtual memory (cumulated for all children) (KiB): 302100
Max. memory (cumulated for all children) (KiB): 283932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.14
system time used= 0.944919
maximum resident set size= 283932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73712
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= 26
involuntary context switches= 5151


# summary of solver processes directly reported to runsolver:
#   pid: 159923
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.14
#   total CPU system time (s): 0.944919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14135 second user time and 15.542 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 21:06:44
IDJOB=4541777
IDBENCH=163377
IDSOLVER=3373
FILE ID=nodeC021/4541777-1753211204
RUNJOBID= nodeC021-1753211204-159866
SLURM_JOB_ID= 9687790
Free space on /tmp= 433024 MiB

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

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=162643081

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.766
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		: 3605.222
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		: 3599.812
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.797
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		: 3517.834
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		: 3598.749
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.904
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		: 3603.210
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:        128811788 kB
MemAvailable:   129640620 kB
Buffers:            1056 kB
Cached:          1564852 kB
SwapCached:           56 kB
Active:          1168368 kB
Inactive:         471976 kB
Active(anon):      57592 kB
Inactive(anon):    38500 kB
Active(file):    1110776 kB
Inactive(file):   433476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66308 kB
Writeback:            12 kB
AnonPages:         77580 kB
Mapped:           103980 kB
Shmem:             21656 kB
KReclaimable:     247236 kB
Slab:             343428 kB
SReclaimable:     247236 kB
SUnreclaim:        96192 kB
KernelStack:        4080 kB
PageTables:         3048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     359500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 432956 MiB
End job on nodeC021 at 2025-07-22 22:06:55