Trace number 4506741

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.07 3610.7

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K134.opb
MD5SUM963edb3c79c326322e0bda3e585d3232
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15946
Total number of constraints16216
Number of constraints which are clauses16082
Number of constraints which are cardinality constraints (but not clauses)134
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
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.10/0.17	c Converting 16214 PB-constraints to clauses...
0.10/0.18	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.20/0.30	c ============================[ Encoding Statistics ]============================
0.20/0.30	c |  Number of variables:         19292                                         |
0.20/0.30	c |  Number of clauses:           82077                                         |
0.20/0.30	c ===============================================================================
300.37/301.31	c Starting SCIP solver  (with time-limit: 900s) ...
1197.79/1201.35	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.05/3610.70	c *** TERMINATED by signal 15 ***
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c 
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c 
3600.05/3610.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.05/3610.70	c Memory used            : 593.00 MB
3600.05/3610.70	c CPU time               : 3599.71 s
3600.05/3610.70	c Constr Enc: Srt/BDD/Add: 132 0 0
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	c _______________________________________________________________________________
3600.05/3610.70	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 (62479 MiB free)
  memory of node 1: 64507 MiB (41445 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106394792/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=38812 memory=22920 CPUtime=0.1 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 4904 0 0 0 9 1 0 0 20 0 1 0 32536202 39743488 5730 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 9703 5730 1120 3139 0 5991 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38812 KiB
Current children cumulated memory: 22920 KiB

[startup+0.205582 s]*
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106370852/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=66076 memory=56200 CPUtime=0.2 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 13955 0 0 0 18 2 0 0 20 0 1 0 32536202 67661824 14050 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 16519 14050 2688 3139 0 12807 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66076 KiB
Current children cumulated memory: 56200 KiB

[startup+0.305529 s]*
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106346660/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=89716 memory=78984 CPUtime=0.3 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 19975 0 0 0 27 3 0 0 20 0 1 0 32536202 91869184 19746 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 22429 19746 2688 3139 0 18717 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 89716 KiB
Current children cumulated memory: 78984 KiB

[startup+0.700182 s]
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106342564/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=93260 memory=82388 CPUtime=0.69 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 21207 0 0 0 66 3 0 0 20 0 1 0 32536202 95498240 20597 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 23315 20597 2688 3139 0 19603 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 93260 KiB
Current children cumulated memory: 82388 KiB

[startup+1.50017 s]
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106339224/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=124748 memory=114068 CPUtime=1.49 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 29288 0 0 0 144 5 0 0 20 0 1 0 32536202 127741952 28517 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 31187 28517 2720 3139 0 27475 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 124748 KiB
Current children cumulated memory: 114068 KiB

[startup+3.1057 s]
/proc/loadavg: 4.12 4.13 4.09 5/264 18193
/proc/meminfo: memFree=106301612/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=134844 memory=124592 CPUtime=3.08 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 32103 0 0 0 303 5 0 0 20 0 1 0 32536202 138080256 31148 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 33711 31148 2720 3139 0 29999 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 134844 KiB
Current children cumulated memory: 124592 KiB

[startup+6.30016 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 18193
/proc/meminfo: memFree=106287460/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=134844 memory=124776 CPUtime=6.27 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 32432 0 0 0 621 6 0 0 20 0 1 0 32536202 138080256 31194 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 33711 31194 2720 3139 0 29999 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 134844 KiB
Current children cumulated memory: 124776 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 18193
/proc/meminfo: memFree=106287740/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=134844 memory=124776 CPUtime=12.65 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 32438 0 0 0 1259 6 0 0 20 0 1 0 32536202 138080256 31194 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 33711 31194 2720 3139 0 29999 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 134844 KiB
Current children cumulated memory: 124776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.12 4.09 5/264 18193
/proc/meminfo: memFree=106334016/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=129644 memory=119716 CPUtime=25.41 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 36708 0 0 0 2534 7 0 0 20 0 1 0 32536202 132755456 29929 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 32411 29929 2720 3139 0 28699 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 129644 KiB
Current children cumulated memory: 119716 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.14 4.10 5/263 18194
/proc/meminfo: memFree=106328116/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=151936 memory=141800 CPUtime=50.94 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 40271 0 0 0 5085 9 0 0 20 0 1 0 32536202 155582464 35450 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 37984 35450 2720 3139 0 34272 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 151936 KiB
Current children cumulated memory: 141800 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/263 18197
/proc/meminfo: memFree=106285480/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=166452 memory=156392 CPUtime=101.97 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 45733 0 0 0 10185 12 0 0 20 0 1 0 32536202 170446848 39098 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 41613 39098 2720 3139 0 37901 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 166452 KiB
Current children cumulated memory: 156392 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/263 18199
/proc/meminfo: memFree=106269320/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=199140 memory=188648 CPUtime=161.79 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 50156 0 0 0 16164 15 0 0 20 0 1 0 32536202 203919360 47162 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 49785 47162 2720 3139 0 46073 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 199140 KiB
Current children cumulated memory: 188648 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 18201
/proc/meminfo: memFree=106242036/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=203380 memory=193256 CPUtime=221.61 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 50832 0 0 0 22146 15 0 0 20 0 1 0 32536202 208261120 48314 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 50845 48314 2720 3139 0 47133 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 203380 KiB
Current children cumulated memory: 193256 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/266 18207
/proc/meminfo: memFree=106169936/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=203380 memory=193256 CPUtime=281.43 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 50860 0 0 0 28128 15 0 0 20 0 1 0 32536202 208261120 48314 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 50845 48314 2720 3139 0 47133 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 203380 KiB
Current children cumulated memory: 193256 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 18209
/proc/meminfo: memFree=105970304/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=441884 memory=384584 CPUtime=341.24 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 92766 0 0 0 34102 22 0 0 20 0 1 0 32536202 452489216 96146 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 110471 96146 3264 3139 0 106759 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 441884 KiB
Current children cumulated memory: 384584 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 18211
/proc/meminfo: memFree=97998528/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=448536 memory=391624 CPUtime=401.06 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 94539 0 0 0 40083 23 0 0 20 0 1 0 32536202 459300864 97906 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 112134 97906 3264 3139 0 108422 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 448536 KiB
Current children cumulated memory: 391624 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 18213
/proc/meminfo: memFree=97928380/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=458148 memory=399312 CPUtime=460.88 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 95427 0 0 0 46065 23 0 0 20 0 1 0 32536202 469143552 99828 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 114537 99828 3264 3139 0 110825 0

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

Current children cumulated memory: 491204 KiB

[startup+2922.3 s]
/proc/loadavg: 2.21 2.75 3.30 3/252 18450
/proc/meminfo: memFree=129296700/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491204 CPUtime=2913.43 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 133485 0 0 0 291311 32 0 0 20 0 1 0 32536202 510074880 122801 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122801 3360 3139 0 120818 0
Current children cumulated CPU time: 2913.43 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491204 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.63 3.22 3/252 18452
/proc/meminfo: memFree=129276892/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491204 CPUtime=2973.27 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 133610 0 0 0 297295 32 0 0 20 0 1 0 32536202 510074880 122801 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122801 3360 3139 0 120818 0
Current children cumulated CPU time: 2973.27 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491204 KiB

[startup+3042.3 s]
/proc/loadavg: 2.16 2.54 3.15 3/252 18457
/proc/meminfo: memFree=129308504/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491204 CPUtime=3033.1 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 133672 0 0 0 303278 32 0 0 20 0 1 0 32536202 510074880 122801 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122801 3360 3139 0 120818 0
Current children cumulated CPU time: 3033.1 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491204 KiB

[startup+3102.3 s]
/proc/loadavg: 2.12 2.46 3.08 3/253 18462
/proc/meminfo: memFree=129302708/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491204 CPUtime=3092.95 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 133793 0 0 0 309263 32 0 0 20 0 1 0 32536202 510074880 122801 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122801 3360 3139 0 120818 0
Current children cumulated CPU time: 3092.95 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491204 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.39 3.02 3/253 18466
/proc/meminfo: memFree=129248176/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3152.77 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 134820 0 0 0 315243 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3152.77 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3222.3 s]
/proc/loadavg: 2.13 2.35 2.96 3/253 18468
/proc/meminfo: memFree=129228928/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3212.58 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 134948 0 0 0 321224 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3212.58 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.30 2.90 2/247 18501
/proc/meminfo: memFree=129583096/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3272.4 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135029 0 0 0 327206 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3272.4 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3342.3 s]
/proc/loadavg: 1.52 2.09 2.79 2/247 18503
/proc/meminfo: memFree=129590584/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3332.26 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135152 0 0 0 333192 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3402.3 s]
/proc/loadavg: 1.25 1.90 2.68 2/246 18505
/proc/meminfo: memFree=129590380/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3392.13 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135190 0 0 0 339179 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3392.13 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.75 2.58 2/247 18508
/proc/meminfo: memFree=129590264/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3451.99 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135337 0 0 0 345165 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3451.99 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3522.3 s]
/proc/loadavg: 1.16 1.64 2.49 2/246 18510
/proc/meminfo: memFree=129590344/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3511.85 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135398 0 0 0 351151 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB

[startup+3582.3 s]
/proc/loadavg: 1.06 1.52 2.39 2/246 18512
/proc/meminfo: memFree=129590356/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=498120 memory=491292 CPUtime=3571.72 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 135522 0 0 0 357138 34 0 0 20 0 1 0 32536202 510074880 122823 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 124530 122823 3360 3139 0 120818 0
Current children cumulated CPU time: 3571.72 s
Current children cumulated vsize: 498120 KiB
Current children cumulated memory: 491292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 1.10 1.49 2.35 2/246 18512
/proc/meminfo: memFree=129565844/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=536212 memory=529380 CPUtime=3600.05 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 136277 0 0 0 359970 35 0 0 20 0 1 0 32536202 549081088 132345 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 134053 132345 3360 3139 0 130341 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 536212 KiB
Current children cumulated memory: 529380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.71 s, system=0.360447 s

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

[startup+3610.7 s]
/proc/loadavg: 1.10 1.49 2.35 2/246 18512
/proc/meminfo: memFree=129565844/131249996 swapFree=33010684/33010684
[pid=18192] ppid=18189 vsize=536212 memory=529380 CPUtime=3600.05 cores=0,2
/proc/18192/stat : 18192 (uwrmaxsat-scip) R 18189 18192 16244 0 -1 4194304 136277 0 0 0 359970 35 0 0 20 0 1 0 32536202 549081088 132345 18446744073709551615 4198400 17051741 140724522379408 0 0 0 0 0 8416290 0 0 0 17 0 0 0 0 0 0 19288744 19393640 28831744 140724522383674 140724522383844 140724522383844 140724522389446 0
/proc/18192/statm: 134053 132345 3360 3139 0 130341 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 536212 KiB
Current children cumulated memory: 529380 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.07
CPU user time (s): 3599.71
CPU system time (s): 0.360447
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 607680
Max. memory (cumulated for all children) (KiB): 537052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.71
system time used= 0.360447
maximum resident set size= 537052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136277
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= 81
involuntary context switches= 7882


# summary of solver processes directly reported to runsolver:
#   pid: 18192
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.71
#   total CPU system time (s): 0.360447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63718 second user time and 16.2693 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 05:42:46
IDJOB=4506741
IDBENCH=158262
IDSOLVER=3373
FILE ID=nodeC030/4506741-1751168566
RUNJOBID= nodeC030-1751159686-16254
SLURM_JOB_ID= 9587504
Free space on /tmp= 432672 MiB

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

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

MD5SUM BENCH= 963edb3c79c326322e0bda3e585d3232
RANDOM SEED=1621591709

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        106419552 kB
MemAvailable:   106480548 kB
Buffers:            3280 kB
Cached:           871468 kB
SwapCached:            0 kB
Active:         23569372 kB
Inactive:         614728 kB
Active(anon):   23327416 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   614728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17556 kB
Writeback:             0 kB
AnonPages:      23310096 kB
Mapped:           141748 kB
Shmem:             18064 kB
KReclaimable:      86704 kB
Slab:             171448 kB
SReclaimable:      86704 kB
SUnreclaim:        84744 kB
KernelStack:        4256 kB
PageTables:        48744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   24091512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6049792 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

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