Trace number 4541894

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.06 3611.2

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/
array_comm/arraycomm_teq_tvars/normalized-32arraycomm_teq_tvars_greater.opb
MD5SUMb6349d7dce380ae2e08847675885e6d3
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.773453
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6208
Total number of constraints3201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3201
Minimum length of a constraint2
Maximum length of a constraint128
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 9223372036854775808
Number of bits of the biggest number in a constraint 64
Biggest sum of numbers in a constraint 36893488147419103231
Number of bits of the biggest sum of numbers65
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.03	c Converting 6401 PB-constraints to clauses...
0.09/0.10	c ============================[ Encoding Statistics ]============================
0.09/0.10	c |  Number of variables:         10302                                         |
0.09/0.10	c |  Number of clauses:           33982                                         |
0.09/0.10	c ===============================================================================
3600.05/3611.20	c *** TERMINATED by signal 15 ***
3600.05/3611.20	c _______________________________________________________________________________
3600.05/3611.20	c 
3600.05/3611.20	c _______________________________________________________________________________
3600.05/3611.20	c 
3600.05/3611.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3611.20	c Memory used            : 432.00 MB
3600.05/3611.20	c CPU time               : 3597.42 s
3600.05/3611.20	c Constr Enc: Srt/BDD/Add: 3201 0 0
3600.05/3611.20	c _______________________________________________________________________________
3600.05/3611.20	c _______________________________________________________________________________
3600.05/3611.20	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-4541894-1753211507/watcher-4541894-1753211507 -o /tmp/evaluation-result-4541894-1753211507/solver-4541894-1753211507 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4541894-1753211507.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100065 s]*
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128655752/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=35464 memory=19572 CPUtime=0.09 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 5914 0 0 0 9 0 0 0 20 0 1 0 236828376 36315136 4893 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 8866 4893 1216 3139 0 5154 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35464 KiB
Current children cumulated memory: 19572 KiB

[startup+0.205485 s]*
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128653988/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=37868 memory=21896 CPUtime=0.2 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 7036 0 0 0 19 1 0 0 20 0 1 0 236828376 38776832 5474 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 9467 5474 1216 3139 0 5755 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37868 KiB
Current children cumulated memory: 21896 KiB

[startup+0.305392 s]*
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128652980/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=38204 memory=21160 CPUtime=0.3 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 7552 0 0 0 29 1 0 0 20 0 1 0 236828376 39120896 5290 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 9551 5290 1216 3139 0 5839 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38204 KiB
Current children cumulated memory: 21160 KiB

[startup+0.700155 s]
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128651216/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=41304 memory=24276 CPUtime=0.69 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 10356 0 0 0 68 1 0 0 20 0 1 0 236828376 42295296 6069 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 10326 6069 1216 3139 0 6614 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 41304 KiB
Current children cumulated memory: 24276 KiB

[startup+1.50014 s]
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128649452/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=40880 memory=24060 CPUtime=1.48 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 12372 0 0 0 147 1 0 0 20 0 1 0 236828376 41861120 6015 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 10220 6015 1216 3139 0 6508 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40880 KiB
Current children cumulated memory: 24060 KiB

[startup+3.10563 s]
/proc/loadavg: 4.07 3.06 2.45 6/263 160024
/proc/meminfo: memFree=128645440/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=45900 memory=29112 CPUtime=3.09 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 13117 0 0 0 307 2 0 0 20 0 1 0 236828376 47001600 7278 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 11475 7278 1216 3139 0 7763 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 45900 KiB
Current children cumulated memory: 29112 KiB

[startup+6.30016 s]
/proc/loadavg: 4.06 3.08 2.45 6/263 160025
/proc/meminfo: memFree=128643476/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=50180 memory=33228 CPUtime=6.27 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 17254 0 0 0 624 3 0 0 20 0 1 0 236828376 51384320 8307 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 12545 8307 1216 3139 0 8833 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 50180 KiB
Current children cumulated memory: 33228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 3.09 2.46 6/263 160025
/proc/meminfo: memFree=128631888/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=58412 memory=41640 CPUtime=12.65 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 20348 0 0 0 1262 3 0 0 20 0 1 0 236828376 59813888 10410 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 14603 10410 1216 3139 0 10891 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 58412 KiB
Current children cumulated memory: 41640 KiB

[startup+25.5001 s]
/proc/loadavg: 4.11 3.15 2.49 6/263 160025
/proc/meminfo: memFree=128601832/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=66944 memory=50644 CPUtime=25.42 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 24304 0 0 0 2537 5 0 0 20 0 1 0 236828376 68550656 12661 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 16736 12661 1216 3139 0 13024 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 66944 KiB
Current children cumulated memory: 50644 KiB

[startup+51.1054 s]
/proc/loadavg: 4.07 3.22 2.53 6/263 160025
/proc/meminfo: memFree=128561192/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=91476 memory=75220 CPUtime=50.94 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 27381 0 0 0 5089 5 0 0 20 0 1 0 236828376 93671424 18805 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 22869 18805 1216 3139 0 19157 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 91476 KiB
Current children cumulated memory: 75220 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 3.38 2.62 6/264 160028
/proc/meminfo: memFree=128546412/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=115884 memory=99540 CPUtime=101.99 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 34899 0 0 0 10190 9 0 0 20 0 1 0 236828376 118665216 24885 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 28971 24885 1216 3139 0 25259 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 115884 KiB
Current children cumulated memory: 99540 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.51 2.72 6/264 160030
/proc/meminfo: memFree=128500388/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=135476 memory=119124 CPUtime=161.81 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 36759 0 0 0 16172 9 0 0 20 0 1 0 236828376 138727424 29781 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 33869 29781 1216 3139 0 30157 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 135476 KiB
Current children cumulated memory: 119124 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.61 2.81 6/264 160032
/proc/meminfo: memFree=128446436/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=170840 memory=154836 CPUtime=221.62 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 39029 0 0 0 22152 10 0 0 20 0 1 0 236828376 174940160 38709 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 42710 38709 1216 3139 0 38998 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 170840 KiB
Current children cumulated memory: 154836 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.70 2.89 6/264 160035
/proc/meminfo: memFree=128458252/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=160932 memory=121464 CPUtime=281.43 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 43073 0 0 0 28130 13 0 0 20 0 1 0 236828376 164794368 30366 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 40233 30366 1216 3139 0 36521 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 160932 KiB
Current children cumulated memory: 121464 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.77 2.97 6/265 160044
/proc/meminfo: memFree=128432276/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=168176 memory=152188 CPUtime=341.23 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 50669 0 0 0 34101 22 0 0 20 0 1 0 236828376 172212224 38047 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 42044 38047 1216 3139 0 38332 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 168176 KiB
Current children cumulated memory: 152188 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.85 3.04 6/264 160046
/proc/meminfo: memFree=128376756/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=204160 memory=188116 CPUtime=401.01 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 55675 0 0 0 40074 27 0 0 20 0 1 0 236828376 209059840 47029 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 51040 47029 1216 3139 0 47328 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 204160 KiB
Current children cumulated memory: 188116 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.89 3.11 6/264 160048
/proc/meminfo: memFree=128361800/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=208068 memory=192084 CPUtime=460.79 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 56214 0 0 0 46052 27 0 0 20 0 1 0 236828376 213061632 48021 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 52017 48021 1216 3139 0 48305 0
Current children cumulated CPU time: 460.79 s

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

Current children cumulated memory: 313652 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.11 4.06 6/264 160164
/proc/meminfo: memFree=128099368/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=330376 memory=314280 CPUtime=2853.55 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 142791 0 0 0 285128 227 0 0 20 0 1 0 236828376 338305024 78570 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 82594 78570 1216 3139 0 78882 0
Current children cumulated CPU time: 2853.55 s
Current children cumulated vsize: 330376 KiB
Current children cumulated memory: 314280 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.09 4.05 6/266 160169
/proc/meminfo: memFree=128035464/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=331124 memory=315076 CPUtime=2913.37 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 143598 0 0 0 291106 231 0 0 20 0 1 0 236828376 339070976 78769 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 82781 78769 1216 3139 0 79069 0
Current children cumulated CPU time: 2913.37 s
Current children cumulated vsize: 331124 KiB
Current children cumulated memory: 315076 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.10 4.06 6/266 160182
/proc/meminfo: memFree=128037364/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=331864 memory=315768 CPUtime=2973.19 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 144549 0 0 0 297085 234 0 0 20 0 1 0 236828376 339828736 78942 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 82966 78942 1216 3139 0 79254 0
Current children cumulated CPU time: 2973.19 s
Current children cumulated vsize: 331864 KiB
Current children cumulated memory: 315768 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.10 4.06 6/266 160184
/proc/meminfo: memFree=128047324/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=332180 memory=316084 CPUtime=3033.01 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 145823 0 0 0 303064 237 0 0 20 0 1 0 236828376 340152320 79021 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 83045 79021 1216 3139 0 79333 0
Current children cumulated CPU time: 3033.01 s
Current children cumulated vsize: 332180 KiB
Current children cumulated memory: 316084 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.06 6/266 160186
/proc/meminfo: memFree=128069308/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=349648 memory=333504 CPUtime=3092.82 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 148036 0 0 0 309042 240 0 0 20 0 1 0 236828376 358039552 83376 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 87412 83376 1216 3139 0 83700 0
Current children cumulated CPU time: 3092.82 s
Current children cumulated vsize: 349648 KiB
Current children cumulated memory: 333504 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.06 6/265 160188
/proc/meminfo: memFree=127993680/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=349908 memory=333812 CPUtime=3152.64 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 148434 0 0 0 315022 242 0 0 20 0 1 0 236828376 358305792 83453 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 87477 83453 1216 3139 0 83765 0
Current children cumulated CPU time: 3152.64 s
Current children cumulated vsize: 349908 KiB
Current children cumulated memory: 333812 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.06 6/263 160191
/proc/meminfo: memFree=128010336/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=350576 memory=334480 CPUtime=3212.45 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 149419 0 0 0 321000 245 0 0 20 0 1 0 236828376 358989824 83620 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 87644 83620 1216 3139 0 83932 0
Current children cumulated CPU time: 3212.45 s
Current children cumulated vsize: 350576 KiB
Current children cumulated memory: 334480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.06 6/263 160193
/proc/meminfo: memFree=128006972/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=351060 memory=334964 CPUtime=3272.26 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 150651 0 0 0 326978 248 0 0 20 0 1 0 236828376 359485440 83741 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 87765 83741 1216 3139 0 84053 0
Current children cumulated CPU time: 3272.26 s
Current children cumulated vsize: 351060 KiB
Current children cumulated memory: 334964 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.06 6/264 160292
/proc/meminfo: memFree=119392120/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=351916 memory=335820 CPUtime=3332.07 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 151402 0 0 0 332955 252 0 0 20 0 1 0 236828376 360361984 83955 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 87979 83955 1216 3139 0 84267 0
Current children cumulated CPU time: 3332.07 s
Current children cumulated vsize: 351916 KiB
Current children cumulated memory: 335820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.06 6/264 160294
/proc/meminfo: memFree=116249596/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=352104 memory=336008 CPUtime=3391.87 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 151838 0 0 0 338933 254 0 0 20 0 1 0 236828376 360554496 84002 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 88026 84002 1216 3139 0 84314 0
Current children cumulated CPU time: 3391.87 s
Current children cumulated vsize: 352104 KiB
Current children cumulated memory: 336008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.09 4.07 6/264 160296
/proc/meminfo: memFree=116889408/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=352812 memory=336716 CPUtime=3451.66 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 152973 0 0 0 344909 257 0 0 20 0 1 0 236828376 361279488 84179 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 88203 84179 1216 3139 0 84491 0
Current children cumulated CPU time: 3451.66 s
Current children cumulated vsize: 352812 KiB
Current children cumulated memory: 336716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.07 6/265 160300
/proc/meminfo: memFree=116625396/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=359224 memory=343128 CPUtime=3511.46 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 154797 0 0 0 350885 261 0 0 20 0 1 0 236828376 367845376 85782 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 89806 85782 1216 3139 0 86094 0
Current children cumulated CPU time: 3511.46 s
Current children cumulated vsize: 359224 KiB
Current children cumulated memory: 343128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.09 4.07 6/265 160302
/proc/meminfo: memFree=116756420/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=359692 memory=343596 CPUtime=3571.25 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 156011 0 0 0 356861 264 0 0 20 0 1 0 236828376 368324608 85899 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 89923 85899 1216 3139 0 86211 0
Current children cumulated CPU time: 3571.25 s
Current children cumulated vsize: 359692 KiB
Current children cumulated memory: 343596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.07 4.08 4.06 4/262 160317
/proc/meminfo: memFree=117288908/131249996 swapFree=33003468/33010684
[pid=160023] ppid=160016 vsize=359692 memory=343596 CPUtime=3600.05 cores=5,7
/proc/160023/stat : 160023 (uwrmaxsat-scip) R 160016 160023 159853 0 -1 4194304 156011 0 0 0 359741 264 0 0 20 0 1 0 236828376 368324608 85899 18446744073709551615 4198400 17051741 140730232202880 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 26935296 140730232211768 140730232211938 140730232211938 140730232217542 0
/proc/160023/statm: 89923 85899 1216 3139 0 86211 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 359692 KiB
Current children cumulated memory: 343596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.64604 s

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

Child status: 0

Real time (s): 3611.2
CPU time (s): 3600.06
CPU user time (s): 3597.42
CPU system time (s): 2.64604
CPU usage (%): 99.6916
Max. virtual memory (cumulated for all children) (KiB): 442748
Max. memory (cumulated for all children) (KiB): 426620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.64604
maximum resident set size= 426620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156011
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= 28
involuntary context switches= 19062


# summary of solver processes directly reported to runsolver:
#   pid: 160023
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.64604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67659 second user time and 16.0665 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-22 21:11:47
IDJOB=4541894
IDBENCH=163529
IDSOLVER=3373
FILE ID=nodeC021/4541894-1753211507
RUNJOBID= nodeC021-1753211204-159867
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_teq_tvars/normalized-32arraycomm_teq_tvars_greater.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541894-1753211507/watcher-4541894-1753211507 -o /tmp/evaluation-result-4541894-1753211507/solver-4541894-1753211507 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753211204-159867 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4541894-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= b6349d7dce380ae2e08847675885e6d3
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.774
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		: 3598.637
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		: 3599.799
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.774
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.778
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:     580780 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:58