Trace number 4542479

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.17 3613.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height44_pigeons43_holes42.opb
MD5SUM67ed6d0a845cd2604ef9c9dd089eeee0
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 benchmark908.84
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1871280
Total number of constraints93919
Number of constraints which are clauses47477
Number of constraints which are cardinality constraints (but not clauses)42437
Number of constraints which are nor clauses,nor cardinality constraints4005
Minimum length of a constraint42
Maximum length of a constraint47
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
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...
7.77/7.91	c Converting 93919 PB-constraints to clauses...
9.06/9.21	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
26.81/27.08	c ============================[ Encoding Statistics ]============================
26.81/27.08	c |  Number of variables:       2643217                                         |
26.81/27.08	c |  Number of clauses:         9610505                                         |
26.81/27.08	c ===============================================================================
328.34/329.57	c Starting SCIP solver  (with time-limit: 900s) ...
1224.71/1229.96	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.00/3612.90	c *** TERMINATED by signal 15 ***
3600.00/3612.90	c _______________________________________________________________________________
3600.00/3612.90	c 
3600.00/3612.90	c _______________________________________________________________________________
3600.00/3612.90	c 
3600.00/3612.90	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3612.90	c Memory used            : 11027.00 MB
3600.00/3612.90	c CPU time               : 3590.9 s
3600.00/3612.90	c Constr Enc: Srt/BDD/Add: 46442 0 0
3600.00/3612.90	c _______________________________________________________________________________
3600.00/3612.90	c _______________________________________________________________________________
3600.00/3612.90	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: 63794 MiB (45746 MiB free)
  memory of node 1: 64507 MiB (50724 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542479-1753217110/watcher-4542479-1753217110 -o /tmp/evaluation-result-4542479-1753217110/solver-4542479-1753217110 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182343 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4542479-1753217110.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=183204, runsolver pid=183201

[startup+0.100069 s]*
/proc/loadavg: 4.13 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98776580/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=27380 memory=11288 CPUtime=0.08 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 2008 0 0 0 8 0 0 0 20 0 1 0 237390864 28037120 2822 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 6845 2822 1120 3139 0 3133 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27380 KiB
Current children cumulated memory: 11288 KiB

[startup+0.213308 s]*
/proc/loadavg: 4.13 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98761532/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=33872 memory=17752 CPUtime=0.19 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 3798 0 0 0 18 1 0 0 20 0 1 0 237390864 34684928 4438 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 8468 4438 1120 3139 0 4756 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 33872 KiB
Current children cumulated memory: 17752 KiB

[startup+0.31311 s]*
/proc/loadavg: 4.13 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98749688/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=38032 memory=21720 CPUtime=0.27 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 4801 0 0 0 26 1 0 0 20 0 1 0 237390864 38944768 5430 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 9508 5430 1120 3139 0 5796 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 38032 KiB
Current children cumulated memory: 21720 KiB

[startup+0.700194 s]
/proc/loadavg: 4.13 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98717872/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=72268 memory=55448 CPUtime=0.63 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 12324 0 0 0 60 3 0 0 20 0 1 0 237390864 74002432 13862 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 18067 13862 1120 3139 0 14355 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 72268 KiB
Current children cumulated memory: 55448 KiB

[startup+1.50019 s]
/proc/loadavg: 4.13 4.14 4.16 5/250 183205
/proc/meminfo: memFree=98579512/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=153444 memory=135428 CPUtime=1.42 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 29272 0 0 0 134 8 0 0 20 0 1 0 237390864 157126656 33857 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 38361 33857 1120 3139 0 34649 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 153444 KiB
Current children cumulated memory: 135428 KiB

[startup+3.10509 s]
/proc/loadavg: 4.12 4.14 4.16 5/250 183205
/proc/meminfo: memFree=97927372/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=448264 memory=425452 CPUtime=3.01 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 68104 0 0 0 282 19 0 0 20 0 1 0 237390864 459022336 106363 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 112066 106363 1120 3139 0 108354 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 448264 KiB
Current children cumulated memory: 425452 KiB

[startup+6.30015 s]
/proc/loadavg: 4.12 4.14 4.16 5/250 183205
/proc/meminfo: memFree=96872128/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=1002248 memory=967024 CPUtime=6.17 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 140190 0 0 0 581 36 0 0 20 0 1 0 237390864 1026301952 241756 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 7 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 250562 241756 1120 3139 0 246850 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 1002248 KiB
Current children cumulated memory: 967024 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.13 4.16 5/250 183205
/proc/meminfo: memFree=93619680/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=3111344 memory=3061360 CPUtime=12.54 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 657726 0 0 0 1084 170 0 0 20 0 1 0 237390864 3186016256 765340 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 777836 765340 2688 3139 0 774124 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 3111344 KiB
Current children cumulated memory: 3061360 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.14 4.17 5/250 183205
/proc/meminfo: memFree=89035472/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=4723912 memory=4606300 CPUtime=25.31 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 803026 0 0 0 2311 220 0 0 20 0 1 0 237390864 4837285888 1151575 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1180978 1151575 2688 3139 0 1177266 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 4723912 KiB
Current children cumulated memory: 4606300 KiB

[startup+51.1129 s]
/proc/loadavg: 4.10 4.13 4.16 5/250 183206
/proc/meminfo: memFree=85943188/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=5175012 memory=5001152 CPUtime=50.84 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 894496 0 0 0 4796 288 0 0 20 0 1 0 237390864 5299212288 1250288 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1293753 1250288 2720 3139 0 1290041 0
Current children cumulated CPU time: 50.84 s
Current children cumulated vsize: 5175012 KiB
Current children cumulated memory: 5001152 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.12 4.16 5/251 183214
/proc/meminfo: memFree=86134732/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=5179800 memory=5011412 CPUtime=101.87 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 904590 0 0 0 9791 396 0 0 20 0 1 0 237390864 5304115200 1252853 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1294950 1252853 2720 3139 0 1291238 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 5179800 KiB
Current children cumulated memory: 5011412 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.13 4.16 5/251 183216
/proc/meminfo: memFree=86446764/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=5180056 memory=5011668 CPUtime=161.66 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 913184 0 0 0 15680 486 0 0 20 0 1 0 237390864 5304377344 1252917 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1295014 1252917 2720 3139 0 1291302 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 5180056 KiB
Current children cumulated memory: 5011668 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.10 4.14 5/250 183218
/proc/meminfo: memFree=86537900/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=5037096 memory=4946332 CPUtime=221.47 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 921034 0 0 0 21591 556 0 0 20 0 1 0 237390864 5157986304 1236583 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1259274 1236583 2720 3139 0 1255562 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 5037096 KiB
Current children cumulated memory: 4946332 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/250 183220
/proc/meminfo: memFree=86454328/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=5190024 memory=5040016 CPUtime=281.29 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 928935 0 0 0 27505 624 0 0 20 0 1 0 237390864 5314584576 1260004 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1297506 1260004 2720 3139 0 1293794 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 5190024 KiB
Current children cumulated memory: 5040016 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.13 4.15 5/251 183268
/proc/meminfo: memFree=77124584/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=8236820 memory=7903976 CPUtime=341.1 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1457525 0 0 0 33354 756 0 0 20 0 1 0 237390864 8434503680 1975994 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 2059205 1975994 3072 3139 0 2055493 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 8236820 KiB
Current children cumulated memory: 7903976 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/250 183270
/proc/meminfo: memFree=70064652/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=10126620 memory=9423608 CPUtime=400.88 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1748562 0 0 0 39255 833 0 0 20 0 1 0 237390864 10369658880 2355902 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 2531655 2355902 3136 3139 0 2527943 0
Current children cumulated CPU time: 400.88 s
Current children cumulated vsize: 10126620 KiB
Current children cumulated memory: 9423608 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.14 5/250 183272
/proc/meminfo: memFree=68822640/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=10126620 memory=9423608 CPUtime=460.62 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1748687 0 0 0 45229 833 0 0 20 0 1 0 237390864 10369658880 2355902 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8408098 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 2531655 2355902 3136 3139 0 2527943 0
Current children cumulated CPU time: 460.62 s

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

/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 2851.81 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+2922.3 s]
/proc/loadavg: 4.41 4.37 4.21 5/250 183455
/proc/meminfo: memFree=70713032/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=2911.61 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1813551 0 0 0 290262 899 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 2911.61 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.32 4.20 5/250 183457
/proc/meminfo: memFree=70700060/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=2971.42 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1813864 0 0 0 296242 900 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 2971.42 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.27 4.19 5/249 183459
/proc/meminfo: memFree=70704240/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3031.23 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1814886 0 0 0 302222 901 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3031.23 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.24 4.18 5/251 183469
/proc/meminfo: memFree=70704688/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3091.03 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1815212 0 0 0 308202 901 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3091.03 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.24 4.18 5/251 183471
/proc/meminfo: memFree=70699772/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3150.84 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1815604 0 0 0 314182 902 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3150.84 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.21 4.18 5/251 183473
/proc/meminfo: memFree=70699520/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3210.65 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1815894 0 0 0 320163 902 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3210.65 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.17 4.16 5/251 183475
/proc/meminfo: memFree=70699776/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3270.47 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1816220 0 0 0 326144 903 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3270.47 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/251 183477
/proc/meminfo: memFree=70728816/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3330.3 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1817671 0 0 0 332125 905 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3330.3 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.15 4.16 5/250 183479
/proc/meminfo: memFree=70734740/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3390.12 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1818022 0 0 0 338106 906 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3390.12 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.15 5/250 183482
/proc/meminfo: memFree=70737732/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3449.92 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1819375 0 0 0 344085 907 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3449.92 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/250 183484
/proc/meminfo: memFree=70749428/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3509.72 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1819784 0 0 0 350064 908 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3509.72 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/250 183486
/proc/meminfo: memFree=70739832/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3569.52 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1822201 0 0 0 356044 908 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3569.52 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 4.10 4.12 4.14 4/246 183497
/proc/meminfo: memFree=77723964/131382116 swapFree=33010684/33010684
[pid=183204] ppid=183201 vsize=6198024 memory=6119044 CPUtime=3600 cores=5,7
/proc/183204/stat : 183204 (uwrmaxsat-scip) R 183201 183204 182330 0 -1 4194304 1822445 0 0 0 359089 911 0 0 20 0 1 0 237390864 6346776576 1529761 18446744073709551615 4198400 17051741 140736728389168 0 0 0 0 0 8416290 0 0 0 17 5 0 0 0 0 0 19288744 19393640 40931328 140736728394040 140736728394210 140736728394210 140736728399814 0
/proc/183204/statm: 1549506 1529761 3296 3139 0 1545794 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 6198024 KiB
Current children cumulated memory: 6119044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.9 s, system=9.27617 s

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

[startup+3613 s]*
/proc/loadavg: 4.10 4.12 4.14 4/244 183520
/proc/meminfo: memFree=81343208/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3613.06
CPU time (s): 3600.17
CPU user time (s): 3590.9
CPU system time (s): 9.27617
CPU usage (%): 99.6432
Max. virtual memory (cumulated for all children) (KiB): 11291752
Max. memory (cumulated for all children) (KiB): 10290300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.9
system time used= 9.27617
maximum resident set size= 10290428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1822445
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= 2
involuntary context switches= 20127


# summary of solver processes directly reported to runsolver:
#   pid: 183204
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3590.9
#   total CPU system time (s): 9.27617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1299 second user time and 34.395 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 22:45:11
IDJOB=4542479
IDBENCH=163928
IDSOLVER=3373
FILE ID=nodeC011/4542479-1753217110
RUNJOBID= nodeC011-1753209881-182343
SLURM_JOB_ID= 9687771
Free space on /tmp= 432648 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height44_pigeons43_holes42.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-4542479-1753217110/watcher-4542479-1753217110 -o /tmp/evaluation-result-4542479-1753217110/solver-4542479-1753217110 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182343 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542479-1753217110.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 67ed6d0a845cd2604ef9c9dd089eeee0
RANDOM SEED=1613162073

nodeC011 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	: 0xb00001f
cpu MHz		: 3661.513
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 2394.584
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.580
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3661.470
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.402
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.335
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        98794220 kB
MemAvailable:   129239064 kB
Buffers:            3276 kB
Cached:         31214592 kB
SwapCached:            0 kB
Active:          1234340 kB
Inactive:       30698896 kB
Active(anon):     739448 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30696820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            149380 kB
Writeback:             0 kB
AnonPages:        718460 kB
Mapped:           131484 kB
Shmem:             26152 kB
KReclaimable:     185136 kB
Slab:             278704 kB
SReclaimable:     185136 kB
SUnreclaim:        93568 kB
KernelStack:        4032 kB
PageTables:         4344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1089344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432608 MiB
End job on nodeC011 at 2025-07-22 23:45:25