Trace number 4510417

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.03 3610.5

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
MD5SUMffca2f526e16739a014d253021fa9e9c
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 benchmark48.9927
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints1258
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1256
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.00	c Converting 1258 PB-constraints to clauses...
0.00/0.00	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:           901                                         |
0.00/0.02	c |  Number of clauses:            5026                                         |
0.00/0.02	c ===============================================================================
300.22/301.02	c Starting SCIP solver  (with time-limit: 900s) ...
1197.07/1201.02	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.02/3610.50	c *** TERMINATED by signal 15 ***
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c 
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c 
3600.02/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3610.50	c Memory used            : 790.00 MB
3600.02/3610.50	c CPU time               : 3599.33 s
3600.02/3610.50	c Constr Enc: Srt/BDD/Add: 629 0 0
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	c _______________________________________________________________________________
3600.02/3610.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=26367, runsolver pid=26364

[startup+0.100068 s]*
/proc/loadavg: 4.15 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127990544/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=27100 memory=17592 CPUtime=0.09 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 2318 0 0 0 9 0 0 0 20 0 1 0 35257960 27750400 4398 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 3 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 6775 4398 2720 3139 0 3063 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27100 KiB
Current children cumulated memory: 17592 KiB

[startup+0.205563 s]*
/proc/loadavg: 4.15 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127990304/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=27876 memory=18204 CPUtime=0.19 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 2908 0 0 0 19 0 0 0 20 0 1 0 35257960 28545024 4551 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 6969 4551 2720 3139 0 3257 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 27876 KiB
Current children cumulated memory: 18204 KiB

[startup+0.305472 s]*
/proc/loadavg: 4.15 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127990320/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=28524 memory=18844 CPUtime=0.29 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 3364 0 0 0 29 0 0 0 20 0 1 0 35257960 29208576 4711 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 7131 4711 2720 3139 0 3419 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 28524 KiB
Current children cumulated memory: 18844 KiB

[startup+0.700179 s]
/proc/loadavg: 4.15 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127990320/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=29672 memory=20068 CPUtime=0.68 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 5103 0 0 0 68 0 0 0 20 0 1 0 35257960 30384128 5017 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 7418 5017 2720 3139 0 3706 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29672 KiB
Current children cumulated memory: 20068 KiB

[startup+1.50018 s]
/proc/loadavg: 4.13 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127990320/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=30272 memory=20648 CPUtime=1.48 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 7451 0 0 0 147 1 0 0 20 0 1 0 35257960 30998528 5162 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 7568 5162 2720 3139 0 3856 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 30272 KiB
Current children cumulated memory: 20648 KiB

[startup+3.10534 s]
/proc/loadavg: 4.13 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127985336/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=34032 memory=24100 CPUtime=3.08 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 10550 0 0 0 307 1 0 0 20 0 1 0 35257960 34848768 6025 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 8508 6025 2720 3139 0 4796 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 34032 KiB
Current children cumulated memory: 24100 KiB

[startup+6.30013 s]
/proc/loadavg: 4.12 4.08 3.96 5/263 26368
/proc/meminfo: memFree=127982816/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=37452 memory=27684 CPUtime=6.26 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 16664 0 0 0 624 2 0 0 20 0 1 0 35257960 38350848 6921 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 9363 6921 2720 3139 0 5651 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 37452 KiB
Current children cumulated memory: 27684 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.08 3.96 5/262 26368
/proc/meminfo: memFree=127974328/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=46576 memory=36996 CPUtime=12.65 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 23626 0 0 0 1261 4 0 0 20 0 1 0 35257960 47693824 9249 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 11644 9249 2720 3139 0 7932 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 46576 KiB
Current children cumulated memory: 36996 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.08 3.96 5/262 26368
/proc/meminfo: memFree=127971224/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=50144 memory=40096 CPUtime=25.41 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 32964 0 0 0 2535 6 0 0 20 0 1 0 35257960 51347456 10024 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 12536 10024 2720 3139 0 8824 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 50144 KiB
Current children cumulated memory: 40096 KiB

[startup+51.1053 s]
/proc/loadavg: 4.06 4.07 3.97 5/262 26369
/proc/meminfo: memFree=127969752/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=60820 memory=51424 CPUtime=50.95 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 47073 0 0 0 5084 11 0 0 20 0 1 0 35257960 62279680 12856 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 15205 12856 2720 3139 0 11493 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 60820 KiB
Current children cumulated memory: 51424 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.07 3.98 5/262 26370
/proc/meminfo: memFree=127953116/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=93304 memory=83840 CPUtime=102.01 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 59219 0 0 0 10186 15 0 0 20 0 1 0 35257960 95543296 20960 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 23326 20960 2720 3139 0 19614 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 93304 KiB
Current children cumulated memory: 83840 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.09 3.99 5/262 26372
/proc/meminfo: memFree=127951788/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=85660 memory=75940 CPUtime=161.86 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 73730 0 0 0 16164 22 0 0 20 0 1 0 35257960 87715840 18985 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 21415 18985 2720 3139 0 17703 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 85660 KiB
Current children cumulated memory: 75940 KiB

[startup+222.3 s]
/proc/loadavg: 4.41 4.18 4.03 5/262 26374
/proc/meminfo: memFree=127942228/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=94684 memory=84336 CPUtime=221.7 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 85386 0 0 0 22141 29 0 0 20 0 1 0 35257960 96956416 21084 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 23671 21084 2720 3139 0 19959 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 94684 KiB
Current children cumulated memory: 84336 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.14 4.03 5/262 26376
/proc/meminfo: memFree=127910228/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=100332 memory=90264 CPUtime=281.56 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 94209 0 0 0 28121 35 0 0 20 0 1 0 35257960 102739968 22566 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 25083 22566 2720 3139 0 21371 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 100332 KiB
Current children cumulated memory: 90264 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.14 4.03 5/263 26381
/proc/meminfo: memFree=127885000/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=136276 memory=128852 CPUtime=341.37 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 106120 0 0 0 34099 38 0 0 20 0 1 0 35257960 139546624 32213 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 34069 32213 3296 3139 0 30357 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 136276 KiB
Current children cumulated memory: 128852 KiB

[startup+402.3 s]
/proc/loadavg: 4.46 4.21 4.06 5/263 26427
/proc/meminfo: memFree=128291044/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=212356 memory=202196 CPUtime=401.16 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 124442 0 0 0 40073 43 0 0 20 0 1 0 35257960 217452544 50549 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 53089 50549 3296 3139 0 49377 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 212356 KiB
Current children cumulated memory: 202196 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.19 4.06 5/264 26432
/proc/meminfo: memFree=128201972/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=273776 memory=265384 CPUtime=460.94 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 139725 0 0 0 46048 46 0 0 20 0 1 0 35257960 280346624 66346 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 68444 66346 3296 3139 0 64732 0

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

Current children cumulated memory: 768480 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 26963
/proc/meminfo: memFree=106069800/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=2913.8 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 265899 0 0 0 291311 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 2913.8 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/265 26967
/proc/meminfo: memFree=103606532/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=2973.63 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 265986 0 0 0 297294 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 2973.63 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 26969
/proc/meminfo: memFree=102429432/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3033.46 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266028 0 0 0 303277 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3033.46 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 26971
/proc/meminfo: memFree=101660484/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3093.28 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266155 0 0 0 309259 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3093.28 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 26973
/proc/meminfo: memFree=101401928/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3153.11 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266160 0 0 0 315242 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/262 27019
/proc/meminfo: memFree=109555372/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3212.93 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266276 0 0 0 321224 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3212.93 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 27023
/proc/meminfo: memFree=107060308/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3272.76 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266291 0 0 0 327207 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3272.76 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/263 27070
/proc/meminfo: memFree=116802272/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3332.59 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266404 0 0 0 333190 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3332.59 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 27075
/proc/meminfo: memFree=113424612/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3392.41 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266430 0 0 0 339172 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3392.41 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 27077
/proc/meminfo: memFree=110967308/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3452.24 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266520 0 0 0 345155 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3452.24 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.33 4.18 4.12 5/264 27081
/proc/meminfo: memFree=109078308/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3512.07 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266559 0 0 0 351138 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3512.07 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/263 27085
/proc/meminfo: memFree=106687856/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3571.9 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266677 0 0 0 357121 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.20 4.16 4.11 5/263 27085
/proc/meminfo: memFree=106171752/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3600.02 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266701 0 0 0 359933 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.33 s, system=0.700838 s

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

[startup+3610.5 s]
/proc/loadavg: 4.20 4.16 4.11 5/263 27085
/proc/meminfo: memFree=106171752/131250000 swapFree=33010684/33010684
[pid=26367] ppid=26364 vsize=775560 memory=768480 CPUtime=3600.02 cores=1,3
/proc/26367/stat : 26367 (uwrmaxsat-scip) R 26364 26367 25867 0 -1 4194304 266701 0 0 0 359933 69 0 0 20 0 1 0 35257960 794173440 192120 18446744073709551615 4198400 17051741 140729990881248 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 52322304 140729990883642 140729990883812 140729990883812 140729990889414 0
/proc/26367/statm: 193890 192120 3296 3139 0 190178 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 775560 KiB
Current children cumulated memory: 768480 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.03
CPU user time (s): 3599.33
CPU system time (s): 0.700838
CPU usage (%): 99.71
Max. virtual memory (cumulated for all children) (KiB): 809960
Max. memory (cumulated for all children) (KiB): 797704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.33
system time used= 0.700838
maximum resident set size= 797704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266701
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= 125
involuntary context switches= 5684


# summary of solver processes directly reported to runsolver:
#   pid: 26367
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.33
#   total CPU system time (s): 0.700838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27189 second user time and 15.3269 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 13:16:17
IDJOB=4510417
IDBENCH=160360
IDSOLVER=3373
FILE ID=nodeC013/4510417-1751195777
RUNJOBID= nodeC013-1751194426-25879
SLURM_JOB_ID= 9587597
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-extracted.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-4510417-1751195777/watcher-4510417-1751195777 -o /tmp/evaluation-result-4510417-1751195777/solver-4510417-1751195777 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25879 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4510417-1751195777.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= ffca2f526e16739a014d253021fa9e9c
RANDOM SEED=429057878

nodeC013 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.834
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.67
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.999
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.67
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		: 3648.120
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.67
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.845
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.67
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.899
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.67
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.933
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.67
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.67
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		: 3581.852
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127990000 kB
MemAvailable:   127883024 kB
Buffers:            3280 kB
Cached:           696756 kB
SwapCached:            0 kB
Active:          2146956 kB
Inactive:         487932 kB
Active(anon):    1948136 kB
Inactive(anon):        0 kB
Active(file):     198820 kB
Inactive(file):   487932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16568 kB
Writeback:             0 kB
AnonPages:       1937932 kB
Mapped:           138204 kB
Shmem:             13284 kB
KReclaimable:      90624 kB
Slab:             176260 kB
SReclaimable:      90624 kB
SUnreclaim:        85636 kB
KernelStack:        4192 kB
PageTables:         6884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2285376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432828 MiB
End job on nodeC013 at 2025-06-29 14:16:28