Trace number 4512879

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.08 3609.3

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
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 variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.07	c Converting 9408 PB-constraints to clauses...
0.00/0.07	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.09/0.16	c ============================[ Encoding Statistics ]============================
0.09/0.16	c |  Number of variables:         16176                                         |
0.09/0.16	c |  Number of clauses:           66244                                         |
0.09/0.16	c ===============================================================================
300.28/301.16	c Starting SCIP solver  (with time-limit: 900s) ...
1198.03/1201.16	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.07/3609.30	c *** TERMINATED by signal 15 ***
3600.07/3609.30	c _______________________________________________________________________________
3600.07/3609.30	c 
3600.07/3609.30	c _______________________________________________________________________________
3600.07/3609.30	c 
3600.07/3609.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.07/3609.30	c Memory used            : 454.00 MB
3600.07/3609.30	c CPU time               : 3599.26 s
3600.07/3609.30	c Constr Enc: Srt/BDD/Add: 840 0 0
3600.07/3609.30	c _______________________________________________________________________________
3600.07/3609.30	c _______________________________________________________________________________
3600.07/3609.30	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 (48885 MiB free)
  memory of node 1: 64507 MiB (63895 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=27177, runsolver pid=27174

[startup+0.100036 s]*
/proc/loadavg: 4.14 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115479504/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=45472 memory=35476 CPUtime=0.09 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 6577 0 0 0 8 1 0 0 20 0 1 0 35630471 46563328 8869 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 11368 8869 2688 3139 0 7656 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45472 KiB
Current children cumulated memory: 35476 KiB

[startup+0.205522 s]*
/proc/loadavg: 4.14 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115467660/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=59792 memory=47916 CPUtime=0.19 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 10485 0 0 0 17 2 0 0 20 0 1 0 35630471 61227008 11979 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 14948 11979 2688 3139 0 11236 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 59792 KiB
Current children cumulated memory: 47916 KiB

[startup+0.305546 s]*
/proc/loadavg: 4.14 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115467660/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=62888 memory=50928 CPUtime=0.29 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 10749 0 0 0 27 2 0 0 20 0 1 0 35630471 64397312 12732 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 15722 12732 2688 3139 0 12010 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 62888 KiB
Current children cumulated memory: 50928 KiB

[startup+0.700194 s]
/proc/loadavg: 4.14 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115467660/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=63708 memory=51924 CPUtime=0.68 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 11601 0 0 0 66 2 0 0 20 0 1 0 35630471 65236992 12981 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 15927 12981 2688 3139 0 12215 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63708 KiB
Current children cumulated memory: 51924 KiB

[startup+1.50018 s]
/proc/loadavg: 4.14 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115467660/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=66244 memory=54556 CPUtime=1.48 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 13872 0 0 0 145 3 0 0 20 0 1 0 35630471 67833856 13639 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 16561 13639 2688 3139 0 12849 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66244 KiB
Current children cumulated memory: 54556 KiB

[startup+3.10534 s]
/proc/loadavg: 4.13 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115462116/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=66812 memory=55140 CPUtime=3.08 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 14885 0 0 0 305 3 0 0 20 0 1 0 35630471 68415488 13785 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 16703 13785 2688 3139 0 12991 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 66812 KiB
Current children cumulated memory: 55140 KiB

[startup+6.30018 s]
/proc/loadavg: 4.13 4.15 4.11 5/262 27178
/proc/meminfo: memFree=115454276/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=72404 memory=60900 CPUtime=6.26 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 17870 0 0 0 623 3 0 0 20 0 1 0 35630471 74141696 15225 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 18101 15225 2688 3139 0 14389 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 72404 KiB
Current children cumulated memory: 60900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.16 4.11 5/263 27180
/proc/meminfo: memFree=115450164/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=72632 memory=60964 CPUtime=12.65 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 19319 0 0 0 1261 4 0 0 20 0 1 0 35630471 74375168 15241 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 18158 15241 2688 3139 0 14446 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 72632 KiB
Current children cumulated memory: 60964 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.17 4.12 5/263 27180
/proc/meminfo: memFree=115440144/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=79924 memory=68364 CPUtime=25.41 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 23298 0 0 0 2536 5 0 0 20 0 1 0 35630471 81842176 17091 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 19981 17091 2688 3139 0 16269 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 79924 KiB
Current children cumulated memory: 68364 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.16 4.11 5/263 27180
/proc/meminfo: memFree=115460796/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=81352 memory=69772 CPUtime=50.95 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 24395 0 0 0 5089 6 0 0 20 0 1 0 35630471 83304448 17443 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 20338 17443 2688 3139 0 16626 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 81352 KiB
Current children cumulated memory: 69772 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 27182
/proc/meminfo: memFree=115397672/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=125688 memory=114148 CPUtime=102 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 31579 0 0 0 10190 10 0 0 20 0 1 0 35630471 128704512 28537 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 31422 28537 2688 3139 0 27710 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 125688 KiB
Current children cumulated memory: 114148 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 27273
/proc/meminfo: memFree=129205156/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=125688 memory=114148 CPUtime=161.84 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 32846 0 0 0 16173 11 0 0 20 0 1 0 35630471 128704512 28537 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 31422 28537 2688 3139 0 27710 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 125688 KiB
Current children cumulated memory: 114148 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/263 27275
/proc/meminfo: memFree=129117008/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=125688 memory=114148 CPUtime=221.69 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 32864 0 0 0 22158 11 0 0 20 0 1 0 35630471 128704512 28537 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 31422 28537 2688 3139 0 27710 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 125688 KiB
Current children cumulated memory: 114148 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/263 27277
/proc/meminfo: memFree=129111740/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=146352 memory=135044 CPUtime=281.53 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 36475 0 0 0 28139 14 0 0 20 0 1 0 35630471 149864448 33761 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 36588 33761 2688 3139 0 32876 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 146352 KiB
Current children cumulated memory: 135044 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 27282
/proc/meminfo: memFree=129049160/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=220844 memory=209952 CPUtime=341.37 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 48553 0 0 0 34119 18 0 0 20 0 1 0 35630471 226144256 52488 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 55211 52488 3296 3139 0 51499 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 220844 KiB
Current children cumulated memory: 209952 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/264 27284
/proc/meminfo: memFree=129020564/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=220844 memory=212640 CPUtime=401.22 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 48979 0 0 0 40104 18 0 0 20 0 1 0 35630471 226144256 53160 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 55211 53160 3296 3139 0 51499 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 220844 KiB
Current children cumulated memory: 212640 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 27289
/proc/meminfo: memFree=128908528/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=220844 memory=212640 CPUtime=461.07 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 49038 0 0 0 46089 18 0 0 20 0 1 0 35630471 226144256 53160 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 55211 53160 3296 3139 0 51499 0
Current children cumulated CPU time: 461.07 s

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

Current children cumulated memory: 262996 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 27459
/proc/meminfo: memFree=129007072/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=2914.82 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79166 0 0 0 291435 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 2914.82 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 27463
/proc/meminfo: memFree=128994536/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=2974.66 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79240 0 0 0 297419 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 2974.66 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 27466
/proc/meminfo: memFree=128994956/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=3034.51 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79240 0 0 0 303404 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 3034.51 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/264 27468
/proc/meminfo: memFree=128995652/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=3094.35 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79301 0 0 0 309388 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 3094.35 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.11 4.10 5/264 27470
/proc/meminfo: memFree=128915932/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=3154.2 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79317 0 0 0 315373 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 3154.2 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 27472
/proc/meminfo: memFree=128911012/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=3214.05 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79317 0 0 0 321358 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 3214.05 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 27474
/proc/meminfo: memFree=128911100/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=271184 memory=262996 CPUtime=3273.9 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 79396 0 0 0 327343 47 0 0 20 0 1 0 35630471 277692416 65749 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 67796 65749 3328 3139 0 64084 0
Current children cumulated CPU time: 3273.9 s
Current children cumulated vsize: 271184 KiB
Current children cumulated memory: 262996 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 27476
/proc/meminfo: memFree=128829672/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=349456 memory=341268 CPUtime=3333.75 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 81850 0 0 0 333321 54 0 0 20 0 1 0 35630471 357842944 85317 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 87364 85317 3328 3139 0 83652 0
Current children cumulated CPU time: 3333.75 s
Current children cumulated vsize: 349456 KiB
Current children cumulated memory: 341268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 27480
/proc/meminfo: memFree=128827480/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=344716 memory=336528 CPUtime=3393.6 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 84645 0 0 0 339297 63 0 0 20 0 1 0 35630471 352989184 84132 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 86179 84132 3328 3139 0 82467 0
Current children cumulated CPU time: 3393.6 s
Current children cumulated vsize: 344716 KiB
Current children cumulated memory: 336528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 27483
/proc/meminfo: memFree=128740308/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=344596 memory=336408 CPUtime=3453.45 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 87056 0 0 0 345277 68 0 0 20 0 1 0 35630471 352866304 84102 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 86149 84102 3328 3139 0 82437 0
Current children cumulated CPU time: 3453.45 s
Current children cumulated vsize: 344596 KiB
Current children cumulated memory: 336408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 27533
/proc/meminfo: memFree=128944284/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=354488 memory=346300 CPUtime=3513.3 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 89048 0 0 0 351257 73 0 0 20 0 1 0 35630471 362995712 86575 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 88622 86575 3328 3139 0 84910 0
Current children cumulated CPU time: 3513.3 s
Current children cumulated vsize: 354488 KiB
Current children cumulated memory: 346300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27537
/proc/meminfo: memFree=128922440/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=374984 memory=366796 CPUtime=3573.14 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 91240 0 0 0 357234 80 0 0 20 0 1 0 35630471 383983616 91699 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 93746 91699 3328 3139 0 90034 0
Current children cumulated CPU time: 3573.14 s
Current children cumulated vsize: 374984 KiB
Current children cumulated memory: 366796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 27537
/proc/meminfo: memFree=128920416/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=361796 memory=353608 CPUtime=3600.07 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 91920 0 0 0 359926 81 0 0 20 0 1 0 35630471 370479104 88402 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 90449 88402 3328 3139 0 86737 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 361796 KiB
Current children cumulated memory: 353608 KiB

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

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

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

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

[startup+3609.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 27537
/proc/meminfo: memFree=128920416/131250000 swapFree=33010684/33010684
[pid=27177] ppid=27174 vsize=361796 memory=353608 CPUtime=3600.07 cores=5,7
/proc/27177/stat : 27177 (uwrmaxsat-scip) R 27174 27177 25867 0 -1 4194304 91920 0 0 0 359926 81 0 0 20 0 1 0 35630471 370479104 88402 18446744073709551615 4198400 17051741 140729766477424 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 44630016 140729766484282 140729766484452 140729766484452 140729766490054 0
/proc/27177/statm: 90449 88402 3328 3139 0 86737 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 361796 KiB
Current children cumulated memory: 353608 KiB

Child status: 0

Real time (s): 3609.3
CPU time (s): 3600.08
CPU user time (s): 3599.26
CPU system time (s): 0.817684
CPU usage (%): 99.7445
Max. virtual memory (cumulated for all children) (KiB): 465596
Max. memory (cumulated for all children) (KiB): 457328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.26
system time used= 0.817684
maximum resident set size= 457328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91920
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= 28
involuntary context switches= 1348


# summary of solver processes directly reported to runsolver:
#   pid: 27177
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.26
#   total CPU system time (s): 0.817684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63601 second user time and 15.7174 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 14:18:22
IDJOB=4512879
IDBENCH=162182
IDSOLVER=3373
FILE ID=nodeC013/4512879-1751199502
RUNJOBID= nodeC013-1751194426-25880
SLURM_JOB_ID= 9587597
Free space on /tmp= 432880 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-6.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512879-1751199502/watcher-4512879-1751199502 -o /tmp/evaluation-result-4512879-1751199502/solver-4512879-1751199502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25880 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4512879-1751199502.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 94dee3519407525a3e2f33fb04ced940
RANDOM SEED=2055361911

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.840
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.829
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		: 3563.664
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		: 3596.147
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.825
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.286
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		: 3600.351
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		: 3599.835
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:        115487344 kB
MemAvailable:   115537652 kB
Buffers:            3280 kB
Cached:           853980 kB
SwapCached:            0 kB
Active:         14490328 kB
Inactive:         645156 kB
Active(anon):   14291508 kB
Inactive(anon):        0 kB
Active(file):     198820 kB
Inactive(file):   645156 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16956 kB
Writeback:             0 kB
AnonPages:      14279320 kB
Mapped:           133388 kB
Shmem:             13284 kB
KReclaimable:      90740 kB
Slab:             176964 kB
SReclaimable:      90740 kB
SUnreclaim:        86224 kB
KernelStack:        4288 kB
PageTables:        31812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   15501736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6381568 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= 432992 MiB
End job on nodeC013 at 2025-06-29 15:18:32