Trace number 4541699

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
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.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
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 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
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.08	c Converting 4941 PB-constraints to clauses...
0.10/0.20	c ============================[ Encoding Statistics ]============================
0.10/0.20	c |  Number of variables:          6186                                         |
0.10/0.20	c |  Number of clauses:           22982                                         |
0.10/0.20	c ===============================================================================
3600.04/3610.80	c *** TERMINATED by signal 15 ***
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c 
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c 
3600.04/3610.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.80	c Memory used            : 242.00 MB
3600.04/3610.80	c CPU time               : 3599.75 s
3600.04/3610.80	c Constr Enc: Srt/BDD/Add: 1457 0 0
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	c _______________________________________________________________________________
3600.04/3610.80	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (46210 MiB free)
  memory of node 1: 64507 MiB (50815 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=182455, runsolver pid=182452

[startup+0.100068 s]*
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99347340/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=27900 memory=12336 CPUtime=0.1 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 2546 0 0 0 10 0 0 0 20 0 1 0 236698288 28569600 3084 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 6975 3084 1216 3139 0 3263 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27900 KiB
Current children cumulated memory: 12336 KiB

[startup+0.213232 s]*
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99343560/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=30180 memory=14508 CPUtime=0.21 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 3400 0 0 0 20 1 0 0 20 0 1 0 236698288 30904320 3627 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 7545 3627 1216 3139 0 3833 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30180 KiB
Current children cumulated memory: 14508 KiB

[startup+0.312961 s]*
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99343560/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=30752 memory=14764 CPUtime=0.31 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 3471 0 0 0 30 1 0 0 20 0 1 0 236698288 31490048 3691 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 7688 3691 1216 3139 0 3976 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30752 KiB
Current children cumulated memory: 14764 KiB

[startup+0.700273 s]
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99343560/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=32504 memory=16372 CPUtime=0.68 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 4706 0 0 0 67 1 0 0 20 0 1 0 236698288 33284096 4093 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 8126 4093 1216 3139 0 4414 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 32504 KiB
Current children cumulated memory: 16372 KiB

[startup+1.50032 s]
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99342304/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=34424 memory=18188 CPUtime=1.48 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 5421 0 0 0 147 1 0 0 20 0 1 0 236698288 35250176 4547 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 8606 4547 1216 3139 0 4894 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 34424 KiB
Current children cumulated memory: 18188 KiB

[startup+3.11287 s]
/proc/loadavg: 4.06 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99339456/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=35892 memory=19752 CPUtime=3.09 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 7722 0 0 0 307 2 0 0 20 0 1 0 236698288 36753408 4938 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 8973 4938 1216 3139 0 5261 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 35892 KiB
Current children cumulated memory: 19752 KiB

[startup+6.3003 s]
/proc/loadavg: 4.05 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99338952/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=34664 memory=18524 CPUtime=6.26 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 9668 0 0 0 624 2 0 0 20 0 1 0 236698288 35495936 4631 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 8666 4631 1216 3139 0 4954 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 34664 KiB
Current children cumulated memory: 18524 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 3.92 4.01 5/250 182456
/proc/meminfo: memFree=99339772/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=42608 memory=26396 CPUtime=12.65 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 12724 0 0 0 1262 3 0 0 20 0 1 0 236698288 43630592 6599 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 10652 6599 1216 3139 0 6940 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 42608 KiB
Current children cumulated memory: 26396 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 3.94 4.02 5/250 182456
/proc/meminfo: memFree=99323972/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=44336 memory=28080 CPUtime=25.41 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 16704 0 0 0 2537 4 0 0 20 0 1 0 236698288 45400064 7020 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 11084 7020 1216 3139 0 7372 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 44336 KiB
Current children cumulated memory: 28080 KiB

[startup+51.1129 s]
/proc/loadavg: 4.07 3.95 4.01 5/250 182457
/proc/meminfo: memFree=99290216/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=49716 memory=32588 CPUtime=50.94 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 21825 0 0 0 5089 5 0 0 20 0 1 0 236698288 50909184 8147 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 12429 8147 1216 3139 0 8717 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 49716 KiB
Current children cumulated memory: 32588 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 3.97 4.01 5/250 182460
/proc/meminfo: memFree=99265840/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=69468 memory=53408 CPUtime=101.97 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 27883 0 0 0 10190 7 0 0 20 0 1 0 236698288 71135232 13352 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 17367 13352 1216 3139 0 13655 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 69468 KiB
Current children cumulated memory: 53408 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.00 4.02 5/250 182462
/proc/meminfo: memFree=99276548/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=73988 memory=57888 CPUtime=161.79 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 30733 0 0 0 16170 9 0 0 20 0 1 0 236698288 75763712 14472 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 18497 14472 1216 3139 0 14785 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 73988 KiB
Current children cumulated memory: 57888 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.02 4.02 5/250 182464
/proc/meminfo: memFree=99232960/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=93524 memory=77492 CPUtime=221.61 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 31047 0 0 0 22152 9 0 0 20 0 1 0 236698288 95768576 19373 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 23381 19373 1216 3139 0 19669 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 93524 KiB
Current children cumulated memory: 77492 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.04 4.02 5/251 182473
/proc/meminfo: memFree=99237364/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=86272 memory=70256 CPUtime=281.44 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 33775 0 0 0 28134 10 0 0 20 0 1 0 236698288 88342528 17564 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 21568 17564 1216 3139 0 17856 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 86272 KiB
Current children cumulated memory: 70256 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.05 4.02 5/251 182475
/proc/meminfo: memFree=99197464/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=82568 memory=66644 CPUtime=341.27 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 36453 0 0 0 34116 11 0 0 20 0 1 0 236698288 84549632 16661 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 20642 16661 1216 3139 0 16930 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 82568 KiB
Current children cumulated memory: 66644 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.05 4.02 5/251 182477
/proc/meminfo: memFree=99182732/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=94576 memory=78576 CPUtime=401.09 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 37952 0 0 0 40098 11 0 0 20 0 1 0 236698288 96845824 19644 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 23644 19644 1216 3139 0 19932 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 94576 KiB
Current children cumulated memory: 78576 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.06 4.02 5/250 182479
/proc/meminfo: memFree=99177352/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=101552 memory=85740 CPUtime=460.93 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 39701 0 0 0 46080 13 0 0 20 0 1 0 236698288 103989248 21435 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 25388 21435 1216 3139 0 21676 0
Current children cumulated CPU time: 460.93 s

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

Current children cumulated memory: 187512 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.19 4.17 5/251 182604
/proc/meminfo: memFree=98890224/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=203452 memory=187512 CPUtime=2853.8 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 61228 0 0 0 285351 29 0 0 20 0 1 0 236698288 208334848 46878 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 50863 46878 1216 3139 0 47151 0
Current children cumulated CPU time: 2853.8 s
Current children cumulated vsize: 203452 KiB
Current children cumulated memory: 187512 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.17 4.17 5/251 182606
/proc/meminfo: memFree=98867096/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=207120 memory=191096 CPUtime=2913.63 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 61650 0 0 0 291334 29 0 0 20 0 1 0 236698288 212090880 47774 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 51780 47774 1216 3139 0 48068 0
Current children cumulated CPU time: 2913.63 s
Current children cumulated vsize: 207120 KiB
Current children cumulated memory: 191096 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/250 182608
/proc/meminfo: memFree=98880284/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=207120 memory=191096 CPUtime=2973.47 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 61650 0 0 0 297318 29 0 0 20 0 1 0 236698288 212090880 47774 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 51780 47774 1216 3139 0 48068 0
Current children cumulated CPU time: 2973.47 s
Current children cumulated vsize: 207120 KiB
Current children cumulated memory: 191096 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.14 4.15 5/250 182610
/proc/meminfo: memFree=98892624/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=212260 memory=196344 CPUtime=3033.3 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 61913 0 0 0 303301 29 0 0 20 0 1 0 236698288 217354240 49086 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53065 49086 1216 3139 0 49353 0
Current children cumulated CPU time: 3033.3 s
Current children cumulated vsize: 212260 KiB
Current children cumulated memory: 196344 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/250 182612
/proc/meminfo: memFree=98884892/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=212260 memory=196344 CPUtime=3093.13 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 61913 0 0 0 309284 29 0 0 20 0 1 0 236698288 217354240 49086 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53065 49086 1216 3139 0 49353 0
Current children cumulated CPU time: 3093.13 s
Current children cumulated vsize: 212260 KiB
Current children cumulated memory: 196344 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.15 5/250 182614
/proc/meminfo: memFree=98890336/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3152.96 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62444 0 0 0 315267 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3152.96 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.10 4.14 5/250 182616
/proc/meminfo: memFree=98881664/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3212.8 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62524 0 0 0 321251 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3212.8 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.10 4.13 5/251 182624
/proc/meminfo: memFree=98873868/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3272.63 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62524 0 0 0 327234 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3272.63 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/251 182762
/proc/meminfo: memFree=99266420/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3332.44 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62524 0 0 0 333215 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3332.44 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.12 5/251 182764
/proc/meminfo: memFree=99201260/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3392.24 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62524 0 0 0 339195 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3392.24 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/251 182766
/proc/meminfo: memFree=99167912/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198392 CPUtime=3452.04 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62524 0 0 0 345175 29 0 0 20 0 1 0 236698288 219529216 49598 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49598 1216 3139 0 49884 0
Current children cumulated CPU time: 3452.04 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/252 182770
/proc/meminfo: memFree=99051132/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198468 CPUtime=3511.84 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62887 0 0 0 351154 30 0 0 20 0 1 0 236698288 219529216 49617 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49617 1216 3139 0 49884 0
Current children cumulated CPU time: 3511.84 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198468 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/252 182772
/proc/meminfo: memFree=99071728/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=214384 memory=198468 CPUtime=3571.64 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62887 0 0 0 357134 30 0 0 20 0 1 0 236698288 219529216 49617 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 53596 49617 1216 3139 0 49884 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 214384 KiB
Current children cumulated memory: 198468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.12 4.11 4.11 5/252 182773
/proc/meminfo: memFree=99131656/131382116 swapFree=33010684/33010684
[pid=182455] ppid=182452 vsize=146780 memory=131072 CPUtime=3600.04 cores=4,6
/proc/182455/stat : 182455 (uwrmaxsat-scip) R 182452 182455 182330 0 -1 4194304 62887 0 0 0 359974 30 0 0 20 0 1 0 236698288 150302720 32768 18446744073709551615 4198400 17051741 140735050846688 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 39112704 140735050848568 140735050848738 140735050848738 140735050854342 0
/proc/182455/statm: 36695 32768 1216 3139 0 32983 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 146780 KiB
Current children cumulated memory: 131072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.75 s, system=0.303886 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.05
CPU user time (s): 3599.75
CPU system time (s): 0.303886
CPU usage (%): 99.7023
Max. virtual memory (cumulated for all children) (KiB): 248540
Max. memory (cumulated for all children) (KiB): 232544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.75
system time used= 0.303886
maximum resident set size= 232544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62887
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= 24
involuntary context switches= 1281


# summary of solver processes directly reported to runsolver:
#   pid: 182455
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.75
#   total CPU system time (s): 0.303886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3997 second user time and 34.9356 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 20:49:46
IDJOB=4541699
IDBENCH=163331
IDSOLVER=3373
FILE ID=nodeC011/4541699-1753210185
RUNJOBID= nodeC011-1753209881-182341
SLURM_JOB_ID= 9687771
Free space on /tmp= 432764 MiB

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

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
RANDOM SEED=684873033

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.454
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.105
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.640
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.377
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.632
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.094
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.293
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.060
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        99354756 kB
MemAvailable:   129676800 kB
Buffers:            3276 kB
Cached:         31091980 kB
SwapCached:            0 kB
Active:           821416 kB
Inactive:       30576288 kB
Active(anon):     326524 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30574212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16640 kB
Writeback:             0 kB
AnonPages:        302536 kB
Mapped:           123540 kB
Shmem:             26152 kB
KReclaimable:     184748 kB
Slab:             278216 kB
SReclaimable:     184748 kB
SUnreclaim:        93468 kB
KernelStack:        3984 kB
PageTables:         3680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     659736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

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