Trace number 4513131

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.1 3610.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUMc9436c9260c5d2d4def6ae640460810c
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 benchmark2263.43
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.07	c Converting 9408 PB-constraints to clauses...
0.00/0.07	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.09/0.15	c ============================[ Encoding Statistics ]============================
0.09/0.15	c |  Number of variables:         16651                                         |
0.09/0.15	c |  Number of clauses:           67783                                         |
0.09/0.15	c ===============================================================================
300.23/301.15	c Starting SCIP solver  (with time-limit: 900s) ...
1197.88/1201.39	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.09/3610.10	c *** TERMINATED by signal 15 ***
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c 
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c 
3600.09/3610.10	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3610.10	c Memory used            : 439.00 MB
3600.09/3610.10	c CPU time               : 3599.07 s
3600.09/3610.10	c Constr Enc: Srt/BDD/Add: 870 0 0
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	c _______________________________________________________________________________
3600.09/3610.10	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 (62595 MiB free)
  memory of node 1: 64507 MiB (63466 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29452, runsolver pid=29449

[startup+0.100065 s]*
/proc/loadavg: 4.37 4.15 4.11 5/264 29453
/proc/meminfo: memFree=129055160/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=47032 memory=37112 CPUtime=0.09 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 6974 0 0 0 8 1 0 0 20 0 1 0 35774438 48160768 9278 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 11758 9278 2688 3139 0 8046 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47032 KiB
Current children cumulated memory: 37112 KiB

[startup+0.205523 s]*
/proc/loadavg: 4.37 4.15 4.11 5/264 29453
/proc/meminfo: memFree=129043568/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=59856 memory=47980 CPUtime=0.19 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 10699 0 0 0 18 1 0 0 20 0 1 0 35774438 61292544 11995 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 14964 11995 2688 3139 0 11252 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 59856 KiB
Current children cumulated memory: 47980 KiB

[startup+0.305462 s]*
/proc/loadavg: 4.37 4.15 4.11 5/264 29453
/proc/meminfo: memFree=129041804/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=63028 memory=51180 CPUtime=0.29 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 11493 0 0 0 28 1 0 0 20 0 1 0 35774438 64540672 12795 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 15757 12795 2688 3139 0 12045 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 63028 KiB
Current children cumulated memory: 51180 KiB

[startup+0.700183 s]
/proc/loadavg: 4.37 4.15 4.11 5/264 29453
/proc/meminfo: memFree=129042152/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=63028 memory=51180 CPUtime=0.68 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 11495 0 0 0 67 1 0 0 20 0 1 0 35774438 64540672 12795 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 15757 12795 2688 3139 0 12045 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63028 KiB
Current children cumulated memory: 51180 KiB

[startup+1.50018 s]
/proc/loadavg: 4.37 4.15 4.11 5/264 29453
/proc/meminfo: memFree=129040136/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=70416 memory=58688 CPUtime=1.48 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 14329 0 0 0 146 2 0 0 20 0 1 0 35774438 72105984 14672 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 17604 14672 2688 3139 0 13892 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 70416 KiB
Current children cumulated memory: 58688 KiB

[startup+3.10537 s]
/proc/loadavg: 4.42 4.16 4.11 5/264 29453
/proc/meminfo: memFree=129036484/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=67552 memory=55900 CPUtime=3.08 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 14615 0 0 0 306 2 0 0 20 0 1 0 35774438 69173248 13975 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 16888 13975 2688 3139 0 13176 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 67552 KiB
Current children cumulated memory: 55900 KiB

[startup+6.30017 s]
/proc/loadavg: 4.42 4.16 4.11 5/264 29453
/proc/meminfo: memFree=129003780/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=73256 memory=61780 CPUtime=6.27 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 16722 0 0 0 625 2 0 0 20 0 1 0 35774438 75014144 15445 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 18314 15445 2688 3139 0 14602 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 73256 KiB
Current children cumulated memory: 61780 KiB

[startup+12.7002 s]
/proc/loadavg: 4.38 4.16 4.11 5/264 29453
/proc/meminfo: memFree=129018528/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=74568 memory=63176 CPUtime=12.65 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 17948 0 0 0 1262 3 0 0 20 0 1 0 35774438 76357632 15794 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 18642 15794 2688 3139 0 14930 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 74568 KiB
Current children cumulated memory: 63176 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.17 4.12 5/264 29453
/proc/meminfo: memFree=128958732/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=95124 memory=84168 CPUtime=25.4 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 21264 0 0 0 2536 4 0 0 20 0 1 0 35774438 97406976 21042 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 23781 21042 2688 3139 0 20069 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 95124 KiB
Current children cumulated memory: 84168 KiB

[startup+51.1054 s]
/proc/loadavg: 4.24 4.15 4.11 5/264 29454
/proc/meminfo: memFree=128980668/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=93344 memory=83028 CPUtime=50.93 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 23820 0 0 0 5088 5 0 0 20 0 1 0 35774438 95584256 20757 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 23336 20757 2688 3139 0 19624 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 93344 KiB
Current children cumulated memory: 83028 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/263 29457
/proc/meminfo: memFree=128965388/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=128044 memory=117716 CPUtime=101.98 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 28316 0 0 0 10190 8 0 0 20 0 1 0 35774438 131117056 29429 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 32011 29429 2688 3139 0 28299 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 128044 KiB
Current children cumulated memory: 117716 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 29464
/proc/meminfo: memFree=128982872/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=120676 memory=110360 CPUtime=161.81 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 29750 0 0 0 16172 9 0 0 20 0 1 0 35774438 123572224 27590 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 30169 27590 2688 3139 0 26457 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 120676 KiB
Current children cumulated memory: 110360 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/264 29466
/proc/meminfo: memFree=128995760/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=120676 memory=110360 CPUtime=221.65 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 29785 0 0 0 22156 9 0 0 20 0 1 0 35774438 123572224 27590 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 30169 27590 2688 3139 0 26457 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 120676 KiB
Current children cumulated memory: 110360 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/264 29468
/proc/meminfo: memFree=128971824/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=123504 memory=113188 CPUtime=281.47 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 36373 0 0 0 28131 16 0 0 20 0 1 0 35774438 126468096 28297 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 30876 28297 2688 3139 0 27164 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 123504 KiB
Current children cumulated memory: 113188 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/264 29471
/proc/meminfo: memFree=128837872/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=233996 memory=222688 CPUtime=341.3 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 56811 0 0 0 34110 20 0 0 20 0 1 0 35774438 239611904 55672 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58499 55672 3296 3139 0 54787 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 233996 KiB
Current children cumulated memory: 222688 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 29473
/proc/meminfo: memFree=128821852/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=234132 memory=223200 CPUtime=401.13 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 56961 0 0 0 40093 20 0 0 20 0 1 0 35774438 239751168 55800 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58533 55800 3296 3139 0 54821 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 234132 KiB
Current children cumulated memory: 223200 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 29475
/proc/meminfo: memFree=128842456/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=234132 memory=223200 CPUtime=460.95 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 56963 0 0 0 46075 20 0 0 20 0 1 0 35774438 239751168 55800 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58533 55800 3296 3139 0 54821 0
Current children cumulated CPU time: 460.95 s

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

Current children cumulated memory: 226872 KiB

[startup+2922.3 s]
/proc/loadavg: 1.10 1.38 2.47 2/246 29700
/proc/meminfo: memFree=129546204/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=235020 memory=227256 CPUtime=2914.06 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 76311 0 0 0 291355 51 0 0 20 0 1 0 35774438 240660480 56814 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58755 56814 3296 3139 0 55043 0
Current children cumulated CPU time: 2914.06 s
Current children cumulated vsize: 235020 KiB
Current children cumulated memory: 227256 KiB

[startup+2982.3 s]
/proc/loadavg: 1.12 1.32 2.38 2/246 29702
/proc/meminfo: memFree=129550632/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=235020 memory=227256 CPUtime=2973.9 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 76326 0 0 0 297339 51 0 0 20 0 1 0 35774438 240660480 56814 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58755 56814 3296 3139 0 55043 0
Current children cumulated CPU time: 2973.9 s
Current children cumulated vsize: 235020 KiB
Current children cumulated memory: 227256 KiB

[startup+3042.3 s]
/proc/loadavg: 1.10 1.28 2.29 2/246 29705
/proc/meminfo: memFree=129550424/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=235020 memory=227256 CPUtime=3033.75 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 76328 0 0 0 303324 51 0 0 20 0 1 0 35774438 240660480 56814 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58755 56814 3296 3139 0 55043 0
Current children cumulated CPU time: 3033.75 s
Current children cumulated vsize: 235020 KiB
Current children cumulated memory: 227256 KiB

[startup+3102.3 s]
/proc/loadavg: 1.08 1.24 2.22 2/247 29710
/proc/meminfo: memFree=129550580/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=235020 memory=227256 CPUtime=3093.59 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 76330 0 0 0 309308 51 0 0 20 0 1 0 35774438 240660480 56814 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 58755 56814 3296 3139 0 55043 0
Current children cumulated CPU time: 3093.59 s
Current children cumulated vsize: 235020 KiB
Current children cumulated memory: 227256 KiB

[startup+3162.3 s]
/proc/loadavg: 1.07 1.21 2.14 2/247 29717
/proc/meminfo: memFree=129549388/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=236288 memory=228536 CPUtime=3153.43 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 76648 0 0 0 315292 51 0 0 20 0 1 0 35774438 241958912 57134 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 59072 57134 3296 3139 0 55360 0
Current children cumulated CPU time: 3153.43 s
Current children cumulated vsize: 236288 KiB
Current children cumulated memory: 228536 KiB

[startup+3222.3 s]
/proc/loadavg: 1.08 1.18 2.07 2/247 29719
/proc/meminfo: memFree=129459644/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=307644 memory=299900 CPUtime=3213.27 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 79320 0 0 0 321271 56 0 0 20 0 1 0 35774438 315027456 74975 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 76911 74975 3296 3139 0 73199 0
Current children cumulated CPU time: 3213.27 s
Current children cumulated vsize: 307644 KiB
Current children cumulated memory: 299900 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.16 2.01 2/247 29721
/proc/meminfo: memFree=129456576/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=307784 memory=300040 CPUtime=3273.12 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 81514 0 0 0 327248 64 0 0 20 0 1 0 35774438 315170816 75010 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 76946 75010 3296 3139 0 73234 0
Current children cumulated CPU time: 3273.12 s
Current children cumulated vsize: 307784 KiB
Current children cumulated memory: 300040 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.16 1.95 2/246 29723
/proc/meminfo: memFree=129453348/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=313788 memory=306044 CPUtime=3332.97 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 83744 0 0 0 333224 73 0 0 20 0 1 0 35774438 321318912 76511 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 78447 76511 3296 3139 0 74735 0
Current children cumulated CPU time: 3332.97 s
Current children cumulated vsize: 313788 KiB
Current children cumulated memory: 306044 KiB

[startup+3402.3 s]
/proc/loadavg: 1.04 1.13 1.89 2/246 29726
/proc/meminfo: memFree=129436132/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=331328 memory=323584 CPUtime=3392.81 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 85834 0 0 0 339202 79 0 0 20 0 1 0 35774438 339279872 80896 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 82832 80896 3296 3139 0 79120 0
Current children cumulated CPU time: 3392.81 s
Current children cumulated vsize: 331328 KiB
Current children cumulated memory: 323584 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.13 1.84 2/246 29728
/proc/meminfo: memFree=129428656/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=335140 memory=327396 CPUtime=3452.66 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 87991 0 0 0 345181 85 0 0 20 0 1 0 35774438 343183360 81849 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 83785 81849 3296 3139 0 80073 0
Current children cumulated CPU time: 3452.66 s
Current children cumulated vsize: 335140 KiB
Current children cumulated memory: 327396 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.12 1.79 2/245 29730
/proc/meminfo: memFree=129419096/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=344676 memory=336932 CPUtime=3512.51 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 89557 0 0 0 351159 92 0 0 20 0 1 0 35774438 352948224 84233 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 86169 84233 3296 3139 0 82457 0
Current children cumulated CPU time: 3512.51 s
Current children cumulated vsize: 344676 KiB
Current children cumulated memory: 336932 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.11 1.75 2/245 29732
/proc/meminfo: memFree=129449504/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=318632 memory=310888 CPUtime=3572.36 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 92120 0 0 0 357136 100 0 0 20 0 1 0 35774438 326279168 77722 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 79658 77722 3296 3139 0 75946 0
Current children cumulated CPU time: 3572.36 s
Current children cumulated vsize: 318632 KiB
Current children cumulated memory: 310888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.1 s]
/proc/loadavg: 1.05 1.10 1.72 2/245 29733
/proc/meminfo: memFree=129446340/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=320500 memory=312756 CPUtime=3600.09 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 93181 0 0 0 359906 103 0 0 20 0 1 0 35774438 328192000 78189 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 80125 78189 3296 3139 0 76413 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 320500 KiB
Current children cumulated memory: 312756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.07 s, system=1.03772 s

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

[startup+3610.1 s]
/proc/loadavg: 1.05 1.10 1.72 2/245 29733
/proc/meminfo: memFree=129446340/131249996 swapFree=33010684/33010684
[pid=29452] ppid=29449 vsize=320500 memory=312756 CPUtime=3600.09 cores=5,7
/proc/29452/stat : 29452 (uwrmaxsat-scip) R 29449 29452 26915 0 -1 4194304 93181 0 0 0 359906 103 0 0 20 0 1 0 35774438 328192000 78189 18446744073709551615 4198400 17051741 140722773803088 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 57651200 140722773805370 140722773805540 140722773805540 140722773811142 0
/proc/29452/statm: 80125 78189 3296 3139 0 76413 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 320500 KiB
Current children cumulated memory: 312756 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.1
CPU user time (s): 3599.07
CPU system time (s): 1.03772
CPU usage (%): 99.7229
Max. virtual memory (cumulated for all children) (KiB): 450528
Max. memory (cumulated for all children) (KiB): 434372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.07
system time used= 1.03773
maximum resident set size= 442688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93181
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= 37
involuntary context switches= 18703


# summary of solver processes directly reported to runsolver:
#   pid: 29452
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.07
#   total CPU system time (s): 1.03772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66686 second user time and 15.2959 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 14:42:47
IDJOB=4513131
IDBENCH=162267
IDSOLVER=3373
FILE ID=nodeC021/4513131-1751200967
RUNJOBID= nodeC021-1751192387-26928
SLURM_JOB_ID= 9587584
Free space on /tmp= 433012 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-6.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-4513131-1751200967/watcher-4513131-1751200967 -o /tmp/evaluation-result-4513131-1751200967/solver-4513131-1751200967 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26928 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4513131-1751200967.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= c9436c9260c5d2d4def6ae640460810c
RANDOM SEED=1905844038

nodeC021 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		: 3599.788
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.56
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.754
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.56
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		: 3710.019
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.56
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		: 3599.570
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.56
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.816
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.56
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		: 3526.575
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.56
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		: 3515.373
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.56
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		: 3599.777
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129087024 kB
MemAvailable:   129129688 kB
Buffers:            3280 kB
Cached:           851332 kB
SwapCached:            0 kB
Active:           929020 kB
Inactive:         593976 kB
Active(anon):     686444 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   593976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16904 kB
Writeback:             4 kB
AnonPages:        670640 kB
Mapped:           142592 kB
Shmem:             18060 kB
KReclaimable:      90300 kB
Slab:             176648 kB
SReclaimable:      90300 kB
SUnreclaim:        86348 kB
KernelStack:        4240 kB
PageTables:         4324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1020084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC021 at 2025-06-29 15:42:58