Trace number 4515327

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.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
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.60/0.69	c Converting 522 PB-constraints to clauses...
0.68/0.73	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
11.26/11.37	c ============================[ Encoding Statistics ]============================
11.26/11.37	c |  Number of variables:        379094                                         |
11.26/11.37	c |  Number of clauses:         2540115                                         |
11.26/11.37	c ===============================================================================
311.75/312.71	c Starting SCIP solver  (with time-limit: 900s) ...
1208.66/1212.72	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.02/3612.40	c *** TERMINATED by signal 15 ***
3600.02/3612.40	c _______________________________________________________________________________
3600.02/3612.40	c 
3600.02/3612.40	c _______________________________________________________________________________
3600.02/3612.40	c 
3600.02/3612.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3612.40	c Memory used            : 1628.00 MB
3600.02/3612.40	c CPU time               : 3596.97 s
3600.02/3612.40	c Constr Enc: Srt/BDD/Add: 9 0 168
3600.02/3612.40	c _______________________________________________________________________________
3600.02/3612.40	c _______________________________________________________________________________
3600.02/3612.40	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: 63837 MiB (61386 MiB free)
  memory of node 1: 64465 MiB (53340 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=32948, runsolver pid=32945
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 4.09 4.09 4.09 5/251 32949
/proc/meminfo: memFree=117476272/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=30680 memory=14440 CPUtime=0.1 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 2970 0 0 0 10 0 0 0 20 0 1 0 37777549 31416320 3610 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 7670 3610 1120 3139 0 3958 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30680 KiB
Current children cumulated memory: 14440 KiB

[startup+0.213267 s]*
/proc/loadavg: 4.08 4.09 4.09 5/251 32949
/proc/meminfo: memFree=117470476/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=35152 memory=19176 CPUtime=0.22 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 4151 0 0 0 21 1 0 0 20 0 1 0 37777549 35995648 4794 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 8788 4794 1120 3139 0 5076 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35152 KiB
Current children cumulated memory: 19176 KiB

[startup+0.313073 s]*
/proc/loadavg: 4.08 4.09 4.09 6/251 32949
/proc/meminfo: memFree=117468460/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=38112 memory=20968 CPUtime=0.32 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 4593 0 0 0 31 1 0 0 20 0 1 0 37777549 39026688 5242 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 9528 5242 1120 3139 0 5816 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 38112 KiB
Current children cumulated memory: 20968 KiB

[startup+0.700292 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 32949
/proc/meminfo: memFree=117464428/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=53648 memory=30184 CPUtime=0.68 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 6879 0 0 0 67 1 0 0 20 0 1 0 37777549 54935552 7546 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 13445 7546 1152 3139 0 9733 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 53648 KiB
Current children cumulated memory: 30184 KiB

[startup+1.5003 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 32949
/proc/meminfo: memFree=117402940/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=125080 memory=107132 CPUtime=1.48 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 28092 0 0 0 142 6 0 0 20 0 1 0 37777549 128081920 26783 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 31270 26783 2688 3139 0 27558 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 125080 KiB
Current children cumulated memory: 107132 KiB

[startup+3.11288 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 32949
/proc/meminfo: memFree=117427864/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=132024 memory=108668 CPUtime=3.09 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 28473 0 0 0 303 6 0 0 20 0 1 0 37777549 135192576 27167 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 33006 27167 2688 3139 0 29294 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 132024 KiB
Current children cumulated memory: 108668 KiB

[startup+6.30029 s]
/proc/loadavg: 4.08 4.08 4.09 5/251 32949
/proc/meminfo: memFree=117407132/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=144156 memory=123936 CPUtime=6.27 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 29316 0 0 0 620 7 0 0 20 0 1 0 37777549 147615744 30984 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 36039 30984 2688 3139 0 32327 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 144156 KiB
Current children cumulated memory: 123936 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 32949
/proc/meminfo: memFree=117048720/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=627428 memory=593856 CPUtime=12.66 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 100127 0 0 0 1241 25 0 0 20 0 1 0 37777549 642486272 148464 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 156857 148464 2688 3139 0 153145 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 627428 KiB
Current children cumulated memory: 593856 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 32949
/proc/meminfo: memFree=116752084/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=666920 memory=633528 CPUtime=25.42 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 109522 0 0 0 2499 43 0 0 20 0 1 0 37777549 682926080 158382 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 166730 158382 2720 3139 0 163018 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 666920 KiB
Current children cumulated memory: 633528 KiB

[startup+51.1131 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 32950
/proc/meminfo: memFree=116842804/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=663012 memory=629620 CPUtime=50.95 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 123657 0 0 0 5022 73 0 0 20 0 1 0 37777549 678924288 157405 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 165753 157405 2720 3139 0 162041 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 663012 KiB
Current children cumulated memory: 629620 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/251 32957
/proc/meminfo: memFree=116834184/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=651708 memory=618348 CPUtime=101.98 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 135292 0 0 0 10093 105 0 0 20 0 1 0 37777549 667348992 154587 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 162927 154587 2720 3139 0 159215 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 651708 KiB
Current children cumulated memory: 618348 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/250 32959
/proc/meminfo: memFree=116759460/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=680636 memory=647276 CPUtime=161.8 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 147957 0 0 0 16041 139 0 0 20 0 1 0 37777549 696971264 161819 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 170159 161819 2720 3139 0 166447 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 680636 KiB
Current children cumulated memory: 647276 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 32961
/proc/meminfo: memFree=116911232/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=660048 memory=626688 CPUtime=221.62 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 158671 0 0 0 21991 171 0 0 20 0 1 0 37777549 675889152 156672 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 165012 156672 2720 3139 0 161300 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 660048 KiB
Current children cumulated memory: 626688 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 32963
/proc/meminfo: memFree=116847952/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=683448 memory=650088 CPUtime=281.44 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 166954 0 0 0 27944 200 0 0 20 0 1 0 37777549 699850752 162522 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 170862 162522 2720 3139 0 167150 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 683448 KiB
Current children cumulated memory: 650088 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/250 33010
/proc/meminfo: memFree=114851744/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1146868 memory=1066660 CPUtime=341.26 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 249267 0 0 0 33898 228 0 0 20 0 1 0 37777549 1174392832 266665 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 286717 266665 3296 3139 0 283005 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 1146868 KiB
Current children cumulated memory: 1066660 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/249 33012
/proc/meminfo: memFree=115270844/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1167468 memory=1086204 CPUtime=401.1 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 288725 0 0 0 39875 235 0 0 20 0 1 0 37777549 1195487232 271551 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 291867 271551 3296 3139 0 288155 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 1167468 KiB
Current children cumulated memory: 1086204 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.09 4/248 33105
/proc/meminfo: memFree=115451664/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1268028 memory=1176316 CPUtime=460.9 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 311369 0 0 0 45851 239 0 0 20 0 1 0 37777549 1298460672 294079 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 317007 294079 3296 3139 0 313295 0
Current children cumulated CPU time: 460.9 s

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

Current children cumulated memory: 1164044 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/250 34532
/proc/meminfo: memFree=115364960/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1233256 memory=1196604 CPUtime=2852.49 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 344250 0 0 0 284989 260 0 0 20 0 1 0 37777549 1262854144 299151 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 308314 299151 3328 3139 0 304602 0
Current children cumulated CPU time: 2852.49 s
Current children cumulated vsize: 1233256 KiB
Current children cumulated memory: 1196604 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.10 5/251 34537
/proc/meminfo: memFree=115408060/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1177412 memory=1165532 CPUtime=2912.28 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 344358 0 0 0 290968 260 0 0 20 0 1 0 37777549 1205669888 291383 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 294353 291383 3328 3139 0 290641 0
Current children cumulated CPU time: 2912.28 s
Current children cumulated vsize: 1177412 KiB
Current children cumulated memory: 1165532 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.14 4.11 5/251 34539
/proc/meminfo: memFree=115395000/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1177412 memory=1165532 CPUtime=2972.07 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 344765 0 0 0 296942 265 0 0 20 0 1 0 37777549 1205669888 291383 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 294353 291383 3328 3139 0 290641 0
Current children cumulated CPU time: 2972.07 s
Current children cumulated vsize: 1177412 KiB
Current children cumulated memory: 1165532 KiB

[startup+3042.3 s]
/proc/loadavg: 4.72 4.30 4.17 5/251 34540
/proc/meminfo: memFree=114946396/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1177412 memory=1165532 CPUtime=3031.86 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 345183 0 0 0 302916 270 0 0 20 0 1 0 37777549 1205669888 291383 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 294353 291383 3328 3139 0 290641 0
Current children cumulated CPU time: 3031.86 s
Current children cumulated vsize: 1177412 KiB
Current children cumulated memory: 1165532 KiB

[startup+3102.3 s]
/proc/loadavg: 4.38 4.27 4.17 5/251 34587
/proc/meminfo: memFree=114990180/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1177412 memory=1165532 CPUtime=3091.66 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 345216 0 0 0 308896 270 0 0 20 0 1 0 37777549 1205669888 291383 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 294353 291383 3328 3139 0 290641 0
Current children cumulated CPU time: 3091.66 s
Current children cumulated vsize: 1177412 KiB
Current children cumulated memory: 1165532 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.29 4.18 4/246 34597
/proc/meminfo: memFree=123924132/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1177412 memory=1165532 CPUtime=3151.47 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 345754 0 0 0 314872 275 0 0 20 0 1 0 37777549 1205669888 291383 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 294353 291383 3328 3139 0 290641 0
Current children cumulated CPU time: 3151.47 s
Current children cumulated vsize: 1177412 KiB
Current children cumulated memory: 1165532 KiB

[startup+3222.3 s]
/proc/loadavg: 4.66 4.40 4.23 5/250 34635
/proc/meminfo: memFree=123732696/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1374900 memory=1363080 CPUtime=3211.24 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 346207 0 0 0 320846 278 0 0 20 0 1 0 37777549 1407897600 340770 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 343725 340770 3328 3139 0 340013 0
Current children cumulated CPU time: 3211.24 s
Current children cumulated vsize: 1374900 KiB
Current children cumulated memory: 1363080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.34 4.21 5/250 34641
/proc/meminfo: memFree=123490896/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1386724 memory=1375240 CPUtime=3271.04 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 348465 0 0 0 326821 283 0 0 20 0 1 0 37777549 1420005376 343810 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 346681 343810 3328 3139 0 342969 0
Current children cumulated CPU time: 3271.04 s
Current children cumulated vsize: 1386724 KiB
Current children cumulated memory: 1375240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.31 4.21 5/250 34643
/proc/meminfo: memFree=123560920/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1200416 memory=1189644 CPUtime=3330.82 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 351671 0 0 0 332792 290 0 0 20 0 1 0 37777549 1229225984 297411 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 300104 297411 3328 3139 0 296392 0
Current children cumulated CPU time: 3330.82 s
Current children cumulated vsize: 1200416 KiB
Current children cumulated memory: 1189644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.26 4.20 5/250 34690
/proc/meminfo: memFree=123786752/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1200416 memory=1192972 CPUtime=3390.61 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 352253 0 0 0 338771 290 0 0 20 0 1 0 37777549 1229225984 298243 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 300104 298243 3328 3139 0 296392 0
Current children cumulated CPU time: 3390.61 s
Current children cumulated vsize: 1200416 KiB
Current children cumulated memory: 1192972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.21 4.18 5/250 34692
/proc/meminfo: memFree=123618928/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1200416 memory=1192972 CPUtime=3450.41 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 352410 0 0 0 344751 290 0 0 20 0 1 0 37777549 1229225984 298243 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 300104 298243 3328 3139 0 296392 0
Current children cumulated CPU time: 3450.41 s
Current children cumulated vsize: 1200416 KiB
Current children cumulated memory: 1192972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.22 4.18 5/250 34738
/proc/meminfo: memFree=123583944/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1431652 memory=1424320 CPUtime=3510.22 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 353852 0 0 0 350722 300 0 0 20 0 1 0 37777549 1466011648 356080 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 357913 356080 3328 3139 0 354201 0
Current children cumulated CPU time: 3510.22 s
Current children cumulated vsize: 1431652 KiB
Current children cumulated memory: 1424320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.22 4.18 5/250 34743
/proc/meminfo: memFree=123431496/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1465324 memory=1457924 CPUtime=3570.02 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 354353 0 0 0 356697 305 0 0 20 0 1 0 37777549 1500491776 364481 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 366331 364481 3328 3139 0 362619 0
Current children cumulated CPU time: 3570.02 s
Current children cumulated vsize: 1465324 KiB
Current children cumulated memory: 1457924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 4.17 4.21 4.18 5/250 34745
/proc/meminfo: memFree=123717804/131382116 swapFree=33010684/33010684
[pid=32948] ppid=32945 vsize=1259644 memory=1223444 CPUtime=3600.02 cores=0,2
/proc/32948/stat : 32948 (uwrmaxsat-scip) R 32945 32948 30286 0 -1 4194304 354961 0 0 0 359696 306 0 0 20 0 1 0 37777549 1289875456 305861 18446744073709551615 4198400 17051741 140734697761968 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 53391360 140734697769274 140734697769444 140734697769444 140734697775046 0
/proc/32948/statm: 314911 305861 3328 3139 0 311199 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1259644 KiB
Current children cumulated memory: 1223444 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.97 s, system=3.08337 s

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

Child status: 0

Real time (s): 3612.42
CPU time (s): 3600.05
CPU user time (s): 3596.97
CPU system time (s): 3.08337
CPU usage (%): 99.6577
Max. virtual memory (cumulated for all children) (KiB): 1667384
Max. memory (cumulated for all children) (KiB): 1659940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.08337
maximum resident set size= 1659940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354961
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= 147
involuntary context switches= 8191


# summary of solver processes directly reported to runsolver:
#   pid: 32948
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.97
#   total CPU system time (s): 3.08337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5231 second user time and 34.1031 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 20:16:24
IDJOB=4515327
IDBENCH=164400
IDSOLVER=3373
FILE ID=nodeC004/4515327-1751220983
RUNJOBID= nodeC004-1751215847-30296
SLURM_JOB_ID= 9587653
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.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-4515327-1751220983/watcher-4515327-1751220983 -o /tmp/evaluation-result-4515327-1751220983/solver-4515327-1751220983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751215847-30296 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4515327-1751220983.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=1235839323

nodeC004 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.218
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	: 6983.74
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.504
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	: 6983.74
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.526
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	: 6983.74
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.583
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	: 6983.74
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		: 3491.808
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	: 6983.74
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.499
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	: 6983.74
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		: 3700.000
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	: 6983.74
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		: 3700.000
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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        117480004 kB
MemAvailable:   119108096 kB
Buffers:            3280 kB
Cached:          2431356 kB
SwapCached:            0 kB
Active:         11105452 kB
Inactive:        2133132 kB
Active(anon):   10821924 kB
Inactive(anon):        0 kB
Active(file):     283528 kB
Inactive(file):  2133132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17572 kB
Writeback:             0 kB
AnonPages:      10805488 kB
Mapped:           140000 kB
Shmem:             17976 kB
KReclaimable:     102116 kB
Slab:             184880 kB
SReclaimable:     102116 kB
SUnreclaim:        82764 kB
KernelStack:        4048 kB
PageTables:        24256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12373768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6144000 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC004 at 2025-06-29 21:16:36