Trace number 4503725

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.29 3611.72

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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...
33.39/33.58	c Converting 5556400 PB-constraints to clauses...
33.99/34.10	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
62.70/62.90	c ============================[ Encoding Statistics ]============================
62.70/62.90	c |  Number of variables:        839321                                         |
62.70/62.90	c |  Number of clauses:         7565583                                         |
62.70/62.90	c ===============================================================================
362.60/363.90	c Starting SCIP solver  (with time-limit: 900s) ...
1397.01/1401.68	c SCIP timeout with lower and upper bounds: [-9223372036854775808, 9223372036854775807]
3600.07/3611.50	c *** TERMINATED by signal 15 ***
3600.07/3611.50	c _______________________________________________________________________________
3600.07/3611.50	c 
3600.07/3611.50	c _______________________________________________________________________________
3600.07/3611.50	c 
3600.07/3611.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3611.50	c Memory used            : 30250.00 MB
3600.07/3611.50	c CPU time               : 3585.94 s
3600.07/3611.50	c Constr Enc: Srt/BDD/Add: 580737 0 0
3600.07/3611.50	c _______________________________________________________________________________
3600.07/3611.50	c _______________________________________________________________________________
3600.07/3611.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56330 MiB free)
  memory of node 1: 64507 MiB (57472 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100066 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116518488/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=37104 memory=21376 CPUtime=0.1 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4371 0 0 0 10 0 0 0 20 0 1 0 32452077 37994496 5344 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 9276 5344 1120 3139 0 5564 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 37104 KiB
Current children cumulated memory: 21376 KiB

[startup+0.205782 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116502360/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=53772 memory=38016 CPUtime=0.2 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 8523 0 0 0 19 1 0 0 20 0 1 0 32452077 55062528 9504 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 13443 9504 1120 3139 0 9731 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53772 KiB
Current children cumulated memory: 38016 KiB

[startup+0.305679 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116486232/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=69652 memory=53760 CPUtime=0.3 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 12477 0 0 0 29 1 0 0 20 0 1 0 32452077 71323648 13440 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 17413 13440 1120 3139 0 13701 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 69652 KiB
Current children cumulated memory: 53760 KiB

[startup+0.700183 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116453976/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=130828 memory=114912 CPUtime=0.68 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 27792 0 0 0 64 4 0 0 20 0 1 0 32452077 133967872 28728 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 32740 28728 1120 3139 0 29028 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 130828 KiB
Current children cumulated memory: 114912 KiB

[startup+1.50018 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116373588/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=256724 memory=240340 CPUtime=1.49 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 59241 0 0 0 138 11 0 0 20 0 1 0 32452077 262885376 60085 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 64181 60085 1120 3139 0 60469 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 256724 KiB
Current children cumulated memory: 240340 KiB

[startup+3.10565 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=116060604/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=509484 memory=491828 CPUtime=3.09 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 122324 0 0 0 288 21 0 0 20 0 1 0 32452077 521711616 122957 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 127371 122957 1120 3139 0 123659 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 509484 KiB
Current children cumulated memory: 491828 KiB

[startup+6.30018 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 18063
/proc/meminfo: memFree=115585316/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=1009628 memory=992844 CPUtime=6.27 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 247458 0 0 0 586 41 0 0 20 0 1 0 32452077 1033859072 248211 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 252407 248211 1120 3139 0 248695 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1009628 KiB
Current children cumulated memory: 992844 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 18063
/proc/meminfo: memFree=114601000/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=2018080 memory=2000544 CPUtime=12.65 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 497580 0 0 0 1184 81 0 0 20 0 1 0 32452077 2066513920 500136 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 504520 500136 1120 3139 0 500808 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2018080 KiB
Current children cumulated memory: 2000544 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 18063
/proc/meminfo: memFree=112560720/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=4032016 memory=4007960 CPUtime=25.41 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 993827 0 0 0 2370 171 0 0 20 0 1 0 32452077 4128784384 1001990 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 1008004 1001990 1120 3139 0 1004292 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4032016 KiB
Current children cumulated memory: 4007960 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 18064
/proc/meminfo: memFree=106640544/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=9873896 memory=9843368 CPUtime=50.94 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2366788 0 0 0 4695 399 0 0 20 0 1 0 32452077 10110869504 2460842 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2468474 2460842 2688 3139 0 2464762 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 9873896 KiB
Current children cumulated memory: 9843368 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/263 18066
/proc/meminfo: memFree=104677980/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=12006528 memory=11792716 CPUtime=101.96 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2570530 0 0 0 9684 512 0 0 20 0 1 0 32452077 12294684672 2948179 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 3001632 2948179 2720 3139 0 2997920 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 12006528 KiB
Current children cumulated memory: 11792716 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 18068
/proc/meminfo: memFree=104792968/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=11707632 memory=11496532 CPUtime=161.75 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2580283 0 0 0 15591 584 0 0 20 0 1 0 32452077 11988615168 2874133 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2926908 2874133 2720 3139 0 2923196 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 11707632 KiB
Current children cumulated memory: 11496532 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 18075
/proc/meminfo: memFree=104800732/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=11704704 memory=11497700 CPUtime=221.53 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2588857 0 0 0 21516 637 0 0 20 0 1 0 32452077 11985616896 2874425 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2926176 2874425 2720 3139 0 2922464 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 11704704 KiB
Current children cumulated memory: 11497700 KiB

[startup+282.3 s]
/proc/loadavg: 4.43 4.19 4.12 5/263 18077
/proc/meminfo: memFree=104805836/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=11703912 memory=11495032 CPUtime=281.31 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2595222 0 0 0 27447 684 0 0 20 0 1 0 32452077 11984805888 2873758 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2925978 2873758 2720 3139 0 2922266 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 11703912 KiB
Current children cumulated memory: 11495032 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/263 18081
/proc/meminfo: memFree=104859232/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=11699632 memory=11490780 CPUtime=341.09 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 2598840 0 0 0 33396 713 0 0 20 0 1 0 32452077 11980423168 2872695 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2924908 2872695 2720 3139 0 2921196 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 11699632 KiB
Current children cumulated memory: 11490780 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.17 4.11 5/263 18083
/proc/meminfo: memFree=98696004/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=18256140 memory=17958240 CPUtime=400.88 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 3837320 0 0 0 39129 959 0 0 20 0 1 0 32452077 18694287360 4489560 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 4564035 4489560 3072 3139 0 4560323 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 18256140 KiB
Current children cumulated memory: 17958240 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/263 18085
/proc/meminfo: memFree=105642564/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=19854448 memory=19536788 CPUtime=460.7 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4048162 0 0 0 45059 1011 0 0 20 0 1 0 32452077 20330954752 4884197 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 4963612 4884197 3104 3139 0 4959900 0

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

/proc/meminfo: memFree=118330640/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=2912.98 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4196092 0 0 0 289908 1390 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 2912.98 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+2982.3 s]
/proc/loadavg: 3.25 3.71 3.94 4/258 18384
/proc/meminfo: memFree=118303068/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=2972.8 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4197684 0 0 0 295888 1392 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 2972.8 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3042.3 s]
/proc/loadavg: 3.15 3.59 3.89 4/257 18386
/proc/meminfo: memFree=118300044/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3032.61 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4200547 0 0 0 301867 1394 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3032.61 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3102.3 s]
/proc/loadavg: 3.13 3.50 3.83 4/257 18387
/proc/meminfo: memFree=118265328/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3092.41 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4202438 0 0 0 307845 1396 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3092.41 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3162.3 s]
/proc/loadavg: 3.11 3.42 3.78 4/257 18389
/proc/meminfo: memFree=118265396/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3152.23 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4205098 0 0 0 313825 1398 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3152.23 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3222.3 s]
/proc/loadavg: 3.09 3.36 3.74 4/256 18391
/proc/meminfo: memFree=118265948/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3212.05 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4207698 0 0 0 319805 1400 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3212.05 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3282.3 s]
/proc/loadavg: 3.15 3.32 3.70 4/258 18397
/proc/meminfo: memFree=118322816/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3271.86 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4209893 0 0 0 325784 1402 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3271.86 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.28 3.66 4/258 18401
/proc/meminfo: memFree=118291928/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3331.69 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4212967 0 0 0 331765 1404 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3331.69 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.24 3.62 4/258 18405
/proc/meminfo: memFree=118264804/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3391.51 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4214977 0 0 0 337745 1406 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3391.51 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.22 3.59 4/258 18407
/proc/meminfo: memFree=118298404/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3451.33 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4218130 0 0 0 343725 1408 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3451.33 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.20 3.56 4/258 18409
/proc/meminfo: memFree=118297868/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3511.14 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4220457 0 0 0 349704 1410 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3511.14 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.19 3.53 4/258 18411
/proc/meminfo: memFree=118294200/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3570.96 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4223523 0 0 0 355684 1412 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3570.96 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 3.09 3.17 3.51 4/257 18413
/proc/meminfo: memFree=118321144/131249996 swapFree=33010684/33010684
[pid=18062] ppid=18059 vsize=10820508 memory=10681420 CPUtime=3600.07 cores=1,3
/proc/18062/stat : 18062 (uwrmaxsat-scip) R 18059 18062 16244 0 -1 4194304 4224373 0 0 0 358594 1413 0 0 20 0 1 0 32452077 11080200192 2670355 18446744073709551615 4198400 17051741 140730790299152 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 47337472 140730790304058 140730790304228 140730790304228 140730790309830 0
/proc/18062/statm: 2705127 2670355 3136 3139 0 2701415 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 10820508 KiB
Current children cumulated memory: 10681420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.94 s, system=14.3469 s

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

[startup+3611.6 s]*
/proc/loadavg: 3.09 3.17 3.51 4/257 18413
/proc/meminfo: memFree=125011740/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3611.71 s]
/proc/loadavg: 3.09 3.17 3.51 4/257 18413
/proc/meminfo: memFree=125011740/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3611.72
CPU time (s): 3600.29
CPU user time (s): 3585.94
CPU system time (s): 14.3469
CPU usage (%): 99.6836
Max. virtual memory (cumulated for all children) (KiB): 30976640
Max. memory (cumulated for all children) (KiB): 28753820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.94
system time used= 14.3469
maximum resident set size= 28778136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4224373
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= 667
involuntary context switches= 3258


# summary of solver processes directly reported to runsolver:
#   pid: 18062
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3585.94
#   total CPU system time (s): 14.3469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.41283 second user time and 14.423 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 05:28:45
IDJOB=4503725
IDBENCH=155548
IDSOLVER=3373
FILE ID=nodeC030/4503725-1751167723
RUNJOBID= nodeC030-1751159686-16256
SLURM_JOB_ID= 9587504
Free space on /tmp= 432628 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.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-4503725-1751167723/watcher-4503725-1751167723 -o /tmp/evaluation-result-4503725-1751167723/solver-4503725-1751167723 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16256 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4503725-1751167723.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1267939763

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116534140 kB
MemAvailable:   116636964 kB
Buffers:            3280 kB
Cached:           913320 kB
SwapCached:            0 kB
Active:         13417172 kB
Inactive:         656580 kB
Active(anon):   13175216 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   656580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            281244 kB
Writeback:             0 kB
AnonPages:      13157104 kB
Mapped:           142476 kB
Shmem:             18064 kB
KReclaimable:      86656 kB
Slab:             171688 kB
SReclaimable:      86656 kB
SUnreclaim:        85032 kB
KernelStack:        4240 kB
PageTables:        29012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14255176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4689920 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432728 MiB
End job on nodeC030 at 2025-06-29 06:28:57