Trace number 4496053

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.08 3610.9

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
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 benchmark0.034438
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 2 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.19/0.26	c ============================[ Encoding Statistics ]============================
0.19/0.26	c |  Number of variables:          1439                                         |
0.19/0.26	c |  Number of clauses:            9637                                         |
0.19/0.26	c ===============================================================================
300.30/301.26	c Starting SCIP solver  (with time-limit: 900s) ...
1197.20/1201.26	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.07/3610.90	c *** TERMINATED by signal 15 ***
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c 
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c 
3600.07/3610.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3610.90	c Memory used            : 551.00 MB
3600.07/3610.90	c CPU time               : 3599.31 s
3600.07/3610.90	c Constr Enc: Srt/BDD/Add: 0 0 1
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	c _______________________________________________________________________________
3600.07/3610.90	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: 63708 MiB (62703 MiB free)
  memory of node 1: 64465 MiB (63324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496053-1751152050/watcher-4496053-1751152050 -o /tmp/evaluation-result-4496053-1751152050/solver-4496053-1751152050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751144206-13296 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4496053-1751152050.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
Current StackSize limit: 8192 KiB

solver pid=19407, runsolver pid=19404

[startup+0.100049 s]*
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129051060/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=22200 memory=12672 CPUtime=0.09 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 720 0 0 0 9 0 0 0 20 0 1 0 30883686 22732800 3168 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 2 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 5550 3168 2688 3139 0 1838 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22200 KiB
Current children cumulated memory: 12672 KiB

[startup+0.205581 s]*
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129051060/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=22200 memory=12672 CPUtime=0.19 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 720 0 0 0 19 0 0 0 20 0 1 0 30883686 22732800 3168 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 5550 3168 2688 3139 0 1838 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 22200 KiB
Current children cumulated memory: 12672 KiB

[startup+0.305449 s]*
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129046272/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=29436 memory=19048 CPUtime=0.29 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 3277 0 0 0 29 0 0 0 20 0 1 0 30883686 30142464 4762 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 7359 4762 2688 3139 0 3647 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 29436 KiB
Current children cumulated memory: 19048 KiB

[startup+0.70018 s]
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129045516/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=32128 memory=21736 CPUtime=0.68 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 3947 0 0 0 68 0 0 0 20 0 1 0 30883686 32899072 5434 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 8032 5434 2688 3139 0 4320 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 32128 KiB
Current children cumulated memory: 21736 KiB

[startup+1.50014 s]
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129042244/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=32128 memory=21844 CPUtime=1.47 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 4297 0 0 0 147 0 0 0 20 0 1 0 30883686 32899072 5461 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 8032 5461 2688 3139 0 4320 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 32128 KiB
Current children cumulated memory: 21844 KiB

[startup+3.10535 s]
/proc/loadavg: 4.07 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129036532/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=37096 memory=26812 CPUtime=3.08 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 6067 0 0 0 307 1 0 0 20 0 1 0 30883686 37986304 6703 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 9274 6703 2688 3139 0 5562 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 37096 KiB
Current children cumulated memory: 26812 KiB

[startup+6.30015 s]
/proc/loadavg: 4.15 4.17 4.12 5/265 19408
/proc/meminfo: memFree=129036532/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=38088 memory=27768 CPUtime=6.26 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 6940 0 0 0 625 1 0 0 20 0 1 0 30883686 39002112 6942 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 9522 6942 2688 3139 0 5810 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 38088 KiB
Current children cumulated memory: 27768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.17 4.12 5/265 19408
/proc/meminfo: memFree=129043656/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=41648 memory=31364 CPUtime=12.64 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 9687 0 0 0 1263 1 0 0 20 0 1 0 30883686 42647552 7841 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 10412 7841 2688 3139 0 6700 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 41648 KiB
Current children cumulated memory: 31364 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.16 4.12 5/265 19408
/proc/meminfo: memFree=129035528/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=50696 memory=40336 CPUtime=25.41 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 12650 0 0 0 2539 2 0 0 20 0 1 0 30883686 51912704 10084 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 12674 10084 2688 3139 0 8962 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 50696 KiB
Current children cumulated memory: 40336 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.16 4.12 5/265 19409
/proc/meminfo: memFree=129027392/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=50220 memory=39936 CPUtime=50.94 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 19835 0 0 0 5090 4 0 0 20 0 1 0 30883686 51425280 9984 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 12555 9984 2688 3139 0 8843 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 50220 KiB
Current children cumulated memory: 39936 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/263 19413
/proc/meminfo: memFree=129015624/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=70220 memory=59924 CPUtime=101.99 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 26574 0 0 0 10192 7 0 0 20 0 1 0 30883686 71905280 14981 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 17555 14981 2688 3139 0 13843 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 70220 KiB
Current children cumulated memory: 59924 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.15 4.11 5/264 19420
/proc/meminfo: memFree=128999680/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=94168 memory=83860 CPUtime=161.81 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 28508 0 0 0 16174 7 0 0 20 0 1 0 30883686 96428032 20965 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 23542 20965 2688 3139 0 19830 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 94168 KiB
Current children cumulated memory: 83860 KiB

[startup+222.3 s]
/proc/loadavg: 4.49 4.25 4.15 5/264 19422
/proc/meminfo: memFree=128980632/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=73112 memory=62828 CPUtime=221.63 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 33214 0 0 0 22153 10 0 0 20 0 1 0 30883686 74866688 15707 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 18278 15707 2688 3139 0 14566 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 73112 KiB
Current children cumulated memory: 62828 KiB

[startup+282.3 s]
/proc/loadavg: 4.35 4.26 4.16 5/264 19425
/proc/meminfo: memFree=128970144/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=103140 memory=92856 CPUtime=281.46 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 36259 0 0 0 28134 12 0 0 20 0 1 0 30883686 105615360 23214 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 25785 23214 2688 3139 0 22073 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 103140 KiB
Current children cumulated memory: 92856 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.22 4.15 5/264 19471
/proc/meminfo: memFree=129413444/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=110980 memory=103060 CPUtime=341.26 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 38064 0 0 0 34113 13 0 0 20 0 1 0 30883686 113643520 25765 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 27745 25765 3296 3139 0 24033 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 110980 KiB
Current children cumulated memory: 103060 KiB

[startup+402.3 s]
/proc/loadavg: 4.18 4.21 4.15 5/265 19474
/proc/meminfo: memFree=129339456/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=158476 memory=148704 CPUtime=401.05 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 48480 0 0 0 40090 15 0 0 20 0 1 0 30883686 162279424 37176 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39619 37176 3296 3139 0 35907 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 158476 KiB
Current children cumulated memory: 148704 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.19 4.15 5/264 19476
/proc/meminfo: memFree=129276456/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=208548 memory=194332 CPUtime=460.84 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 57853 0 0 0 46067 17 0 0 20 0 1 0 30883686 213553152 48583 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 52137 48583 3296 3139 0 48425 0
Current children cumulated CPU time: 460.84 s

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

Current children cumulated memory: 144000 KiB

[startup+2922.3 s]
/proc/loadavg: 2.08 2.29 3.03 3/252 19793
/proc/meminfo: memFree=129835288/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=152856 memory=145180 CPUtime=2913.51 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 157769 0 0 0 291291 60 0 0 20 0 1 0 30883686 156524544 36295 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38214 36295 3296 3139 0 34502 0
Current children cumulated CPU time: 2913.51 s
Current children cumulated vsize: 152856 KiB
Current children cumulated memory: 145180 KiB

[startup+2982.3 s]
/proc/loadavg: 2.15 2.26 2.98 3/253 19796
/proc/meminfo: memFree=129865304/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=153120 memory=145444 CPUtime=2973.32 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 158559 0 0 0 297271 61 0 0 20 0 1 0 30883686 156794880 36361 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38280 36361 3296 3139 0 34568 0
Current children cumulated CPU time: 2973.32 s
Current children cumulated vsize: 153120 KiB
Current children cumulated memory: 145444 KiB

[startup+3042.3 s]
/proc/loadavg: 2.05 2.21 2.91 3/253 19798
/proc/meminfo: memFree=129848872/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=154540 memory=146864 CPUtime=3033.15 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 159953 0 0 0 303252 63 0 0 20 0 1 0 30883686 158248960 36716 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38635 36716 3296 3139 0 34923 0
Current children cumulated CPU time: 3033.15 s
Current children cumulated vsize: 154540 KiB
Current children cumulated memory: 146864 KiB

[startup+3102.3 s]
/proc/loadavg: 2.06 2.19 2.86 3/253 19799
/proc/meminfo: memFree=129862724/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=154128 memory=146452 CPUtime=3092.98 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 160639 0 0 0 309234 64 0 0 20 0 1 0 30883686 157827072 36613 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38532 36613 3296 3139 0 34820 0
Current children cumulated CPU time: 3092.98 s
Current children cumulated vsize: 154128 KiB
Current children cumulated memory: 146452 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.18 2.81 3/253 19803
/proc/meminfo: memFree=129866504/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=154260 memory=146584 CPUtime=3152.81 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 161574 0 0 0 315215 66 0 0 20 0 1 0 30883686 157962240 36646 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38565 36646 3296 3139 0 34853 0
Current children cumulated CPU time: 3152.81 s
Current children cumulated vsize: 154260 KiB
Current children cumulated memory: 146584 KiB

[startup+3222.3 s]
/proc/loadavg: 2.10 2.16 2.77 3/254 19825
/proc/meminfo: memFree=129850104/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=155944 memory=148268 CPUtime=3212.63 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 162676 0 0 0 321196 67 0 0 20 0 1 0 30883686 159686656 37067 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 38986 37067 3296 3139 0 35274 0
Current children cumulated CPU time: 3212.63 s
Current children cumulated vsize: 155944 KiB
Current children cumulated memory: 148268 KiB

[startup+3282.3 s]
/proc/loadavg: 2.11 2.15 2.72 3/253 19827
/proc/meminfo: memFree=129854996/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=156940 memory=149264 CPUtime=3272.45 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 164181 0 0 0 327176 69 0 0 20 0 1 0 30883686 160706560 37316 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39235 37316 3296 3139 0 35523 0
Current children cumulated CPU time: 3272.45 s
Current children cumulated vsize: 156940 KiB
Current children cumulated memory: 149264 KiB

[startup+3342.3 s]
/proc/loadavg: 2.09 2.13 2.68 3/252 19829
/proc/meminfo: memFree=129848904/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=157492 memory=149816 CPUtime=3332.27 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 165149 0 0 0 333157 70 0 0 20 0 1 0 30883686 161271808 37454 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39373 37454 3296 3139 0 35661 0
Current children cumulated CPU time: 3332.27 s
Current children cumulated vsize: 157492 KiB
Current children cumulated memory: 149816 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.12 2.64 3/253 19832
/proc/meminfo: memFree=129856012/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=157028 memory=149352 CPUtime=3392.09 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 165992 0 0 0 339138 71 0 0 20 0 1 0 30883686 160796672 37338 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39257 37338 3296 3139 0 35545 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 157028 KiB
Current children cumulated memory: 149352 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 2.11 2.60 3/253 19834
/proc/meminfo: memFree=129852108/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=157624 memory=149948 CPUtime=3451.91 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 166948 0 0 0 345119 72 0 0 20 0 1 0 30883686 161406976 37487 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39406 37487 3296 3139 0 35694 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 157624 KiB
Current children cumulated memory: 149948 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.10 2.57 3/256 19840
/proc/meminfo: memFree=129860996/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=157392 memory=149716 CPUtime=3511.73 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 167968 0 0 0 351099 74 0 0 20 0 1 0 30883686 161169408 37429 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39348 37429 3296 3139 0 35636 0
Current children cumulated CPU time: 3511.73 s
Current children cumulated vsize: 157392 KiB
Current children cumulated memory: 149716 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.12 2.54 3/255 19842
/proc/meminfo: memFree=129862120/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=158052 memory=150376 CPUtime=3571.55 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 168556 0 0 0 357080 75 0 0 20 0 1 0 30883686 161845248 37594 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 39513 37594 3296 3139 0 35801 0
Current children cumulated CPU time: 3571.55 s
Current children cumulated vsize: 158052 KiB
Current children cumulated memory: 150376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 2.09 2.11 2.52 3/255 19843
/proc/meminfo: memFree=129849788/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=175088 memory=163872 CPUtime=3600.07 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 170481 0 0 0 359931 76 0 0 20 0 1 0 30883686 179290112 40968 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 43772 40968 3296 3139 0 40060 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 175088 KiB
Current children cumulated memory: 163872 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.31 s, system=0.76621 s

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

[startup+3610.9 s]
/proc/loadavg: 2.09 2.11 2.52 3/255 19843
/proc/meminfo: memFree=129849788/131250000 swapFree=33010684/33010684
[pid=19407] ppid=19404 vsize=175088 memory=163872 CPUtime=3600.07 cores=0,2
/proc/19407/stat : 19407 (uwrmaxsat-scip) R 19404 19407 13281 0 -1 4194304 170481 0 0 0 359931 76 0 0 20 0 1 0 30883686 179290112 40968 18446744073709551615 4198400 17051741 140725883805040 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 38223872 140725883808058 140725883808228 140725883808228 140725883813830 0
/proc/19407/statm: 43772 40968 3296 3139 0 40060 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 175088 KiB
Current children cumulated memory: 163872 KiB

Child status: 0

Real time (s): 3610.9
CPU time (s): 3600.08
CPU user time (s): 3599.31
CPU system time (s): 0.76621
CPU usage (%): 99.7002
Max. virtual memory (cumulated for all children) (KiB): 564256
Max. memory (cumulated for all children) (KiB): 550724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.31
system time used= 0.76621
maximum resident set size= 550724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170481
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= 90
involuntary context switches= 7966


# summary of solver processes directly reported to runsolver:
#   pid: 19407
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.31
#   total CPU system time (s): 0.76621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55833 second user time and 15.2026 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 01:07:30
IDJOB=4496053
IDBENCH=148105
IDSOLVER=3373
FILE ID=nodeC026/4496053-1751152050
RUNJOBID= nodeC026-1751144206-13296
SLURM_JOB_ID= 9587438
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob8.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-4496053-1751152050/watcher-4496053-1751152050 -o /tmp/evaluation-result-4496053-1751152050/solver-4496053-1751152050 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751144206-13296 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4496053-1751152050.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1413784544

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129053064 kB
MemAvailable:   128721772 kB
Buffers:            3280 kB
Cached:           479572 kB
SwapCached:            0 kB
Active:          1327392 kB
Inactive:         272840 kB
Active(anon):    1135460 kB
Inactive(anon):        0 kB
Active(file):     191932 kB
Inactive(file):   272840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16576 kB
Writeback:            12 kB
AnonPages:       1119308 kB
Mapped:           142812 kB
Shmem:             18080 kB
KReclaimable:      86352 kB
Slab:             169352 kB
SReclaimable:      86352 kB
SUnreclaim:        83000 kB
KernelStack:        4212 kB
PageTables:         4908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1473488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC026 at 2025-06-29 02:07:42