Trace number 4542089

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 3612.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
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.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
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.10/0.13	c Converting 8965 PB-constraints to clauses...
0.22/0.27	c ============================[ Encoding Statistics ]============================
0.22/0.27	c |  Number of variables:          7396                                         |
0.22/0.27	c |  Number of clauses:           28456                                         |
0.22/0.27	c ===============================================================================
3600.04/3612.01	c *** TERMINATED by signal 15 ***
3600.04/3612.01	c _______________________________________________________________________________
3600.04/3612.01	c 
3600.04/3612.01	c _______________________________________________________________________________
3600.04/3612.01	c 
3600.04/3612.01	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3612.01	c Memory used            : 205.00 MB
3600.04/3612.01	c CPU time               : 3599.65 s
3600.04/3612.01	c Constr Enc: Srt/BDD/Add: 2296 0 0
3600.04/3612.01	c _______________________________________________________________________________
3600.04/3612.01	c _______________________________________________________________________________
3600.04/3612.01	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 (46269 MiB free)
  memory of node 1: 64507 MiB (50734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542089-1753213799/watcher-4542089-1753213799 -o /tmp/evaluation-result-4542089-1753213799/solver-4542089-1753213799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182341 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542089-1753213799.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
solver pid=182832, runsolver pid=182829
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.11 4.11 4.11 4/248 182837
/proc/meminfo: memFree=99337000/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=27720 memory=11904 CPUtime=0.1 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 2000 0 0 0 10 0 0 0 20 0 1 0 237059593 28385280 2976 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 6930 2976 1120 3139 0 3218 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27720 KiB
Current children cumulated memory: 11904 KiB

[startup+0.213184 s]*
/proc/loadavg: 4.11 4.11 4.11 5/250 182848
/proc/meminfo: memFree=99330496/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=32876 memory=17368 CPUtime=0.22 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 3684 0 0 0 21 1 0 0 20 0 1 0 237059593 33665024 4342 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 8219 4342 1216 3139 0 4507 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 32876 KiB
Current children cumulated memory: 17368 KiB

[startup+0.313699 s]*
/proc/loadavg: 4.11 4.11 4.11 5/248 182852
/proc/meminfo: memFree=99329100/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=35252 memory=19548 CPUtime=0.31 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 4385 0 0 0 30 1 0 0 20 0 1 0 237059593 36098048 4887 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 8813 4887 1216 3139 0 5101 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 35252 KiB
Current children cumulated memory: 19548 KiB

[startup+0.700281 s]
/proc/loadavg: 4.11 4.11 4.11 5/247 182855
/proc/meminfo: memFree=99315896/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=36616 memory=20828 CPUtime=0.68 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 4733 0 0 0 67 1 0 0 20 0 1 0 237059593 37494784 5207 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 9154 5207 1216 3139 0 5442 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 36616 KiB
Current children cumulated memory: 20828 KiB

[startup+1.50034 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99296336/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=36724 memory=21056 CPUtime=1.48 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 5713 0 0 0 146 2 0 0 20 0 1 0 237059593 37605376 5264 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 9181 5264 1216 3139 0 5469 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 36724 KiB
Current children cumulated memory: 21056 KiB

[startup+3.11336 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99131436/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=42156 memory=26228 CPUtime=3.09 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 8101 0 0 0 307 2 0 0 20 0 1 0 237059593 43167744 6557 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 10539 6557 1216 3139 0 6827 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42156 KiB
Current children cumulated memory: 26228 KiB

[startup+6.3003 s]
/proc/loadavg: 4.10 4.10 4.11 5/252 182864
/proc/meminfo: memFree=99095600/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=40524 memory=24604 CPUtime=6.26 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 8883 0 0 0 624 2 0 0 20 0 1 0 237059593 41496576 6151 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 10131 6151 1216 3139 0 6419 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 40524 KiB
Current children cumulated memory: 24604 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.12 4.12 5/252 182864
/proc/meminfo: memFree=99077320/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=43464 memory=27548 CPUtime=12.65 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 11854 0 0 0 1262 3 0 0 20 0 1 0 237059593 44507136 6887 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 10866 6887 1216 3139 0 7154 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 43464 KiB
Current children cumulated memory: 27548 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99061320/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=49452 memory=33536 CPUtime=25.41 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 12841 0 0 0 2538 3 0 0 20 0 1 0 237059593 50638848 8384 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 12363 8384 1216 3139 0 8651 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 49452 KiB
Current children cumulated memory: 33536 KiB

[startup+51.113 s]
/proc/loadavg: 4.16 4.12 4.12 5/252 182865
/proc/meminfo: memFree=99021224/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=59292 memory=43312 CPUtime=50.94 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 17204 0 0 0 5090 4 0 0 20 0 1 0 237059593 60715008 10828 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 14823 10828 1216 3139 0 11111 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 59292 KiB
Current children cumulated memory: 43312 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182867
/proc/meminfo: memFree=98982392/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=70256 memory=54660 CPUtime=101.97 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 19363 0 0 0 10192 5 0 0 20 0 1 0 237059593 71942144 13665 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 17564 13665 1216 3139 0 13852 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 70256 KiB
Current children cumulated memory: 54660 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/251 182869
/proc/meminfo: memFree=98941628/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=74308 memory=58720 CPUtime=161.82 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 22454 0 0 0 16175 7 0 0 20 0 1 0 237059593 76091392 14680 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 18577 14680 1216 3139 0 14865 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 74308 KiB
Current children cumulated memory: 58720 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/250 182871
/proc/meminfo: memFree=98913600/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=88204 memory=72580 CPUtime=221.65 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 24912 0 0 0 22157 8 0 0 20 0 1 0 237059593 90320896 18145 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 22051 18145 1216 3139 0 18339 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 88204 KiB
Current children cumulated memory: 72580 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/251 182880
/proc/meminfo: memFree=98901424/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=96020 memory=80388 CPUtime=281.48 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 25359 0 0 0 28140 8 0 0 20 0 1 0 237059593 98324480 20097 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 24005 20097 1216 3139 0 20293 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 96020 KiB
Current children cumulated memory: 80388 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.11 4.10 5/251 182882
/proc/meminfo: memFree=98587428/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=84280 memory=68740 CPUtime=341.33 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 26484 0 0 0 34124 9 0 0 20 0 1 0 237059593 86302720 17185 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 21070 17185 1216 3139 0 17358 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 84280 KiB
Current children cumulated memory: 68740 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 182884
/proc/meminfo: memFree=98379972/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=101492 memory=85900 CPUtime=401.15 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 27233 0 0 0 40106 9 0 0 20 0 1 0 237059593 103927808 21475 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 25373 21475 1216 3139 0 21661 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 101492 KiB
Current children cumulated memory: 85900 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/251 182886
/proc/meminfo: memFree=98237792/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=88860 memory=73220 CPUtime=460.97 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 27725 0 0 0 46087 10 0 0 20 0 1 0 237059593 90992640 18305 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 22215 18305 1216 3139 0 18503 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 175796 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.23 4.20 5/251 183099
/proc/meminfo: memFree=98490648/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=190460 memory=174868 CPUtime=2852.69 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 57768 0 0 0 285231 38 0 0 20 0 1 0 237059593 195031040 43717 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 47615 43717 1216 3139 0 43903 0
Current children cumulated CPU time: 2852.69 s
Current children cumulated vsize: 190460 KiB
Current children cumulated memory: 174868 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.20 4.19 5/251 183101
/proc/meminfo: memFree=98516008/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=152144 memory=136616 CPUtime=2912.5 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 57768 0 0 0 291212 38 0 0 20 0 1 0 237059593 155795456 34154 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 38036 34154 1216 3139 0 34324 0
Current children cumulated CPU time: 2912.5 s
Current children cumulated vsize: 152144 KiB
Current children cumulated memory: 136616 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.18 4.18 5/251 183103
/proc/meminfo: memFree=98505348/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=152144 memory=136616 CPUtime=2972.32 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 58399 0 0 0 297193 39 0 0 20 0 1 0 237059593 155795456 34154 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 38036 34154 1216 3139 0 34324 0
Current children cumulated CPU time: 2972.32 s
Current children cumulated vsize: 152144 KiB
Current children cumulated memory: 136616 KiB

[startup+3042.3 s]
/proc/loadavg: 4.22 4.19 4.18 5/250 183105
/proc/meminfo: memFree=98461012/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=189824 memory=174232 CPUtime=3032.14 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59132 0 0 0 303174 40 0 0 20 0 1 0 237059593 194379776 43558 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 47456 43558 1216 3139 0 43744 0
Current children cumulated CPU time: 3032.14 s
Current children cumulated vsize: 189824 KiB
Current children cumulated memory: 174232 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/250 183107
/proc/meminfo: memFree=98478816/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=152144 memory=136616 CPUtime=3091.96 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59176 0 0 0 309156 40 0 0 20 0 1 0 237059593 155795456 34154 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 38036 34154 1216 3139 0 34324 0
Current children cumulated CPU time: 3091.96 s
Current children cumulated vsize: 152144 KiB
Current children cumulated memory: 136616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/249 183109
/proc/meminfo: memFree=98489880/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=152144 memory=136616 CPUtime=3151.78 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59185 0 0 0 315138 40 0 0 20 0 1 0 237059593 155795456 34154 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 38036 34154 1216 3139 0 34324 0
Current children cumulated CPU time: 3151.78 s
Current children cumulated vsize: 152144 KiB
Current children cumulated memory: 136616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/250 183112
/proc/meminfo: memFree=98482664/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=157204 memory=141572 CPUtime=3211.61 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59435 0 0 0 321121 40 0 0 20 0 1 0 237059593 160976896 35393 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 39301 35393 1216 3139 0 35589 0
Current children cumulated CPU time: 3211.61 s
Current children cumulated vsize: 157204 KiB
Current children cumulated memory: 141572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/250 183114
/proc/meminfo: memFree=98480172/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=157204 memory=141572 CPUtime=3271.44 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59437 0 0 0 327104 40 0 0 20 0 1 0 237059593 160976896 35393 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 39301 35393 1216 3139 0 35589 0
Current children cumulated CPU time: 3271.44 s
Current children cumulated vsize: 157204 KiB
Current children cumulated memory: 141572 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/250 183205
/proc/meminfo: memFree=88302036/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=157204 memory=141572 CPUtime=3331.24 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59437 0 0 0 333084 40 0 0 20 0 1 0 237059593 160976896 35393 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 39301 35393 1216 3139 0 35589 0
Current children cumulated CPU time: 3331.24 s
Current children cumulated vsize: 157204 KiB
Current children cumulated memory: 141572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/251 183214
/proc/meminfo: memFree=86420180/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=163360 memory=147716 CPUtime=3391.04 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 59954 0 0 0 339064 40 0 0 20 0 1 0 237059593 167280640 36929 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 40840 36929 1216 3139 0 37128 0
Current children cumulated CPU time: 3391.04 s
Current children cumulated vsize: 163360 KiB
Current children cumulated memory: 147716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/251 183216
/proc/meminfo: memFree=85938028/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=163360 memory=147716 CPUtime=3450.83 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 60011 0 0 0 345043 40 0 0 20 0 1 0 237059593 167280640 36929 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 40840 36929 1216 3139 0 37128 0
Current children cumulated CPU time: 3450.83 s
Current children cumulated vsize: 163360 KiB
Current children cumulated memory: 147716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.11 4.15 5/250 183218
/proc/meminfo: memFree=86087284/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=169068 memory=153476 CPUtime=3510.62 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 60938 0 0 0 351022 40 0 0 20 0 1 0 237059593 173125632 38369 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 42267 38369 1216 3139 0 38555 0
Current children cumulated CPU time: 3510.62 s
Current children cumulated vsize: 169068 KiB
Current children cumulated memory: 153476 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.10 4.14 5/250 183220
/proc/meminfo: memFree=86428788/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=169068 memory=153476 CPUtime=3570.42 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 60938 0 0 0 357002 40 0 0 20 0 1 0 237059593 173125632 38369 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 42267 38369 1216 3139 0 38555 0
Current children cumulated CPU time: 3570.42 s
Current children cumulated vsize: 169068 KiB
Current children cumulated memory: 153476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 4.16 4.12 4.15 5/250 183222
/proc/meminfo: memFree=85538532/131382116 swapFree=33010684/33010684
[pid=182832] ppid=182829 vsize=169068 memory=153476 CPUtime=3600.04 cores=4,6
/proc/182832/stat : 182832 (uwrmaxsat-scip) R 182829 182832 182330 0 -1 4194304 60938 0 0 0 359964 40 0 0 20 0 1 0 237059593 173125632 38369 18446744073709551615 4198400 17051741 140725923881408 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 40448000 140725923887416 140725923887586 140725923887586 140725923893190 0
/proc/182832/statm: 42267 38369 1216 3139 0 38555 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 169068 KiB
Current children cumulated memory: 153476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.65 s, system=0.405575 s

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

Child status: 0

Real time (s): 3612.01
CPU time (s): 3600.05
CPU user time (s): 3599.65
CPU system time (s): 0.405575
CPU usage (%): 99.6688
Max. virtual memory (cumulated for all children) (KiB): 210340
Max. memory (cumulated for all children) (KiB): 194748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.65
system time used= 0.405575
maximum resident set size= 194748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60938
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= 1318


# summary of solver processes directly reported to runsolver:
#   pid: 182832
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.65
#   total CPU system time (s): 0.405575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2632 second user time and 35.3062 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 21:49:59
IDJOB=4542089
IDBENCH=163785
IDSOLVER=3373
FILE ID=nodeC011/4542089-1753213799
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/diag_comm/normalized-27diagcomm_less_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-4542089-1753213799/watcher-4542089-1753213799 -o /tmp/evaluation-result-4542089-1753213799/solver-4542089-1753213799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182341 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542089-1753213799.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=1613162073

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.213
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:        99344444 kB
MemAvailable:   129667688 kB
Buffers:            3276 kB
Cached:         31093136 kB
SwapCached:            0 kB
Active:           774292 kB
Inactive:       30577444 kB
Active(anon):     279400 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30575368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16832 kB
Writeback:             0 kB
AnonPages:        256436 kB
Mapped:           118864 kB
Shmem:             26152 kB
KReclaimable:     184840 kB
Slab:             278548 kB
SReclaimable:     184840 kB
SUnreclaim:        93708 kB
KernelStack:        4016 kB
PageTables:         3512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     586744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3968 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432636 MiB
End job on nodeC011 at 2025-07-22 22:50:11