Trace number 4510489

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.02 3611.8

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
MD5SUMab4f361084eaa55350d5ce36089ad752
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.6033
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints2802
Number of constraints which are clauses2802
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.01	c Converting 2802 PB-constraints to clauses...
0.00/0.01	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.02	c ============================[ Encoding Statistics ]============================
0.00/0.02	c |  Number of variables:           701                                         |
0.00/0.02	c |  Number of clauses:            2802                                         |
0.00/0.02	c ===============================================================================
300.15/301.02	c Starting SCIP solver  (with time-limit: 900s) ...
1196.56/1201.03	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.01/3611.80	c *** TERMINATED by signal 15 ***
3600.01/3611.80	c _______________________________________________________________________________
3600.01/3611.80	c 
3600.01/3611.80	c _______________________________________________________________________________
3600.01/3611.80	c 
3600.01/3611.80	c =======================[ UWrMaxSat resources usage ]===========================
3600.01/3611.80	c Memory used            : 961.00 MB
3600.01/3611.80	c CPU time               : 3599.26 s
3600.01/3611.80	c Constr Enc: Srt/BDD/Add: 1 0 0
3600.01/3611.80	c _______________________________________________________________________________
3600.01/3611.80	c _______________________________________________________________________________
3600.01/3611.80	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 (62425 MiB free)
  memory of node 1: 64507 MiB (63297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510489-1751195999/watcher-4510489-1751195999 -o /tmp/evaluation-result-4510489-1751195999/solver-4510489-1751195999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26927 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4510489-1751195999.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
Starting watchdog thread
solver pid=27400, runsolver pid=27397
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.15 4.17 4.12 4/262 27401
/proc/meminfo: memFree=128740656/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=28976 memory=19548 CPUtime=0.1 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 2769 0 0 0 10 0 0 0 20 0 1 0 35277572 29671424 4887 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 7244 4887 2720 3139 0 3532 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28976 KiB
Current children cumulated memory: 19548 KiB

[startup+0.205752 s]*
/proc/loadavg: 4.15 4.17 4.12 4/265 27415
/proc/meminfo: memFree=128740656/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=29364 memory=19776 CPUtime=0.2 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 3155 0 0 0 20 0 0 0 20 0 1 0 35277572 30068736 4944 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 7341 4944 2720 3139 0 3629 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 29364 KiB
Current children cumulated memory: 19776 KiB

[startup+0.305714 s]*
/proc/loadavg: 4.15 4.17 4.12 5/263 27415
/proc/meminfo: memFree=128740404/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=29624 memory=20108 CPUtime=0.3 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 3518 0 0 0 30 0 0 0 20 0 1 0 35277572 30334976 5027 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 7406 5027 2720 3139 0 3694 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 29624 KiB
Current children cumulated memory: 20108 KiB

[startup+0.700189 s]
/proc/loadavg: 4.15 4.17 4.12 5/261 27437
/proc/meminfo: memFree=128740152/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=31208 memory=21684 CPUtime=0.69 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 5298 0 0 0 69 0 0 0 20 0 1 0 35277572 31956992 5421 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 7802 5421 2720 3139 0 4090 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31208 KiB
Current children cumulated memory: 21684 KiB

[startup+1.50013 s]
/proc/loadavg: 4.15 4.17 4.12 3/260 27469
/proc/meminfo: memFree=129138540/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=31584 memory=21940 CPUtime=1.48 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 7505 0 0 0 148 0 0 0 20 0 1 0 35277572 32342016 5485 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 7896 5485 2720 3139 0 4184 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31584 KiB
Current children cumulated memory: 21940 KiB

[startup+3.1054 s]
/proc/loadavg: 4.15 4.17 4.12 5/265 27536
/proc/meminfo: memFree=129116792/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=36348 memory=26468 CPUtime=3.09 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 10707 0 0 0 308 1 0 0 20 0 1 0 35277572 37220352 6617 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 9087 6617 2720 3139 0 5375 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 36348 KiB
Current children cumulated memory: 26468 KiB

[startup+6.30017 s]
/proc/loadavg: 4.14 4.16 4.11 5/265 27536
/proc/meminfo: memFree=129108488/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=39508 memory=29728 CPUtime=6.27 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 16888 0 0 0 625 2 0 0 20 0 1 0 35277572 40456192 7432 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 9877 7432 2720 3139 0 6165 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 39508 KiB
Current children cumulated memory: 29728 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.16 4.11 5/265 27536
/proc/meminfo: memFree=129092312/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=43608 memory=34008 CPUtime=12.66 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 25672 0 0 0 1262 4 0 0 20 0 1 0 35277572 44654592 8502 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 10902 8502 2720 3139 0 7190 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 43608 KiB
Current children cumulated memory: 34008 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.15 4.11 5/265 27536
/proc/meminfo: memFree=129063364/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=50644 memory=40848 CPUtime=25.42 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 35776 0 0 0 2536 6 0 0 20 0 1 0 35277572 51859456 10212 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 12661 10212 2720 3139 0 8949 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 50644 KiB
Current children cumulated memory: 40848 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.16 4.11 5/264 27537
/proc/meminfo: memFree=129030664/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=63168 memory=51500 CPUtime=50.96 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 48183 0 0 0 5086 10 0 0 20 0 1 0 35277572 64684032 12875 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 15792 12875 2720 3139 0 12080 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 63168 KiB
Current children cumulated memory: 51500 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.13 4.10 5/264 27541
/proc/meminfo: memFree=128983948/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=82288 memory=70504 CPUtime=102.02 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 64647 0 0 0 10186 16 0 0 20 0 1 0 35277572 84262912 17626 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 20572 17626 2720 3139 0 16860 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 82288 KiB
Current children cumulated memory: 70504 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/265 27594
/proc/meminfo: memFree=128983500/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=86740 memory=76576 CPUtime=161.85 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 81032 0 0 0 16162 23 0 0 20 0 1 0 35277572 88821760 19144 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 21685 19144 2720 3139 0 17973 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 86740 KiB
Current children cumulated memory: 76576 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/265 27596
/proc/meminfo: memFree=128945032/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=93468 memory=81536 CPUtime=221.68 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 95825 0 0 0 22138 30 0 0 20 0 1 0 35277572 95711232 20384 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 23367 20384 2720 3139 0 19655 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 93468 KiB
Current children cumulated memory: 81536 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 27598
/proc/meminfo: memFree=128901472/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=94616 memory=84460 CPUtime=281.5 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 106501 0 0 0 28116 34 0 0 20 0 1 0 35277572 96886784 21115 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 23654 21115 2720 3139 0 19942 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 94616 KiB
Current children cumulated memory: 84460 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 27782
/proc/meminfo: memFree=129405576/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=180508 memory=171112 CPUtime=341.31 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 125434 0 0 0 34093 38 0 0 20 0 1 0 35277572 184840192 42778 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 45127 42778 3296 3139 0 41415 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 180508 KiB
Current children cumulated memory: 171112 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 27783
/proc/meminfo: memFree=129320640/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=241424 memory=232680 CPUtime=401.08 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 140621 0 0 0 40068 40 0 0 20 0 1 0 35277572 247218176 58170 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 60356 58170 3296 3139 0 56644 0
Current children cumulated CPU time: 401.08 s
Current children cumulated vsize: 241424 KiB
Current children cumulated memory: 232680 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 27785
/proc/meminfo: memFree=129179108/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=302164 memory=294888 CPUtime=460.87 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 156091 0 0 0 46044 43 0 0 20 0 1 0 35277572 309415936 73722 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 75541 73722 3296 3139 0 71829 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 854348 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/264 29083
/proc/meminfo: memFree=107342728/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=2852.75 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320258 0 0 0 285199 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 2852.75 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/265 29086
/proc/meminfo: memFree=105915520/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=2912.57 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320350 0 0 0 291181 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 2912.57 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 29087
/proc/meminfo: memFree=102271764/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=2972.39 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320414 0 0 0 297163 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 2972.39 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/264 29089
/proc/meminfo: memFree=101170484/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3032.2 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320467 0 0 0 303144 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3032.2 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/264 29092
/proc/meminfo: memFree=100154164/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3092.02 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320561 0 0 0 309126 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3092.02 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 29138
/proc/meminfo: memFree=111095448/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3151.84 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320648 0 0 0 315108 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3151.84 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/263 29143
/proc/meminfo: memFree=106866680/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3211.66 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320734 0 0 0 321090 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3211.66 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 29150
/proc/meminfo: memFree=105091664/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3271.48 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320815 0 0 0 327072 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3271.48 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/264 29152
/proc/meminfo: memFree=104167800/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3331.31 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320834 0 0 0 333055 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 29154
/proc/meminfo: memFree=102223236/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3391.13 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 320928 0 0 0 339037 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3391.13 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 29201
/proc/meminfo: memFree=115755880/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3450.95 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 321032 0 0 0 345019 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3450.95 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 29203
/proc/meminfo: memFree=115102520/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3510.77 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 321124 0 0 0 351001 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3510.77 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/263 29205
/proc/meminfo: memFree=114897040/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3570.6 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 321206 0 0 0 356984 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3570.6 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 29208
/proc/meminfo: memFree=114892868/131249996 swapFree=33010684/33010684
[pid=27400] ppid=27397 vsize=861236 memory=854348 CPUtime=3600.01 cores=1,3
/proc/27400/stat : 27400 (uwrmaxsat-scip) R 27397 27400 26915 0 -1 4194304 321232 0 0 0 359925 76 0 0 20 0 1 0 35277572 881905664 213587 18446744073709551615 4198400 17051741 140725249937248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54358016 140725249943866 140725249944036 140725249944036 140725249949638 0
/proc/27400/statm: 215309 213587 3296 3139 0 211597 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 861236 KiB
Current children cumulated memory: 854348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.26 s, system=0.765623 s

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

Child status: 0

Real time (s): 3611.8
CPU time (s): 3600.02
CPU user time (s): 3599.26
CPU system time (s): 0.765623
CPU usage (%): 99.6738
Max. virtual memory (cumulated for all children) (KiB): 984332
Max. memory (cumulated for all children) (KiB): 972048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 0.765623
maximum resident set size= 972048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321232
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= 98
involuntary context switches= 5779


# summary of solver processes directly reported to runsolver:
#   pid: 27400
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.26
#   total CPU system time (s): 0.765623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06784 second user time and 16.0616 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 13:19:59
IDJOB=4510489
IDBENCH=160366
IDSOLVER=3373
FILE ID=nodeC021/4510489-1751195999
RUNJOBID= nodeC021-1751192387-26927
SLURM_JOB_ID= 9587584
Free space on /tmp= 433024 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-plain.pb.metafix.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-4510489-1751195999/watcher-4510489-1751195999 -o /tmp/evaluation-result-4510489-1751195999/solver-4510489-1751195999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751192387-26927 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4510489-1751195999.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= ab4f361084eaa55350d5ce36089ad752
RANDOM SEED=1136604770

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		: 3600.353
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.780
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		: 3599.870
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.657
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.771
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		: 3599.729
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		: 3599.585
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		: 3584.489
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:        128745016 kB
MemAvailable:   128763724 kB
Buffers:            3280 kB
Cached:           827564 kB
SwapCached:            0 kB
Active:          1343864 kB
Inactive:         570208 kB
Active(anon):    1101288 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   570208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33112 kB
Writeback:             8 kB
AnonPages:       1084308 kB
Mapped:           129296 kB
Shmem:             18060 kB
KReclaimable:      89924 kB
Slab:             175884 kB
SReclaimable:      89924 kB
SUnreclaim:        85960 kB
KernelStack:        4176 kB
PageTables:         5028 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1403796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 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= 432900 MiB
End job on nodeC021 at 2025-06-29 14:20:11