Trace number 4542128

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-04UNSAT 1165.84 1170.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height18_pigeons17_holes16.opb
MD5SUMe61ecd0a39d46c66c4c3e779f400bc97
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 benchmark3.367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52060
Total number of constraints7300
Number of constraints which are clauses3745
Number of constraints which are cardinality constraints (but not clauses)2852
Number of constraints which are nor clauses,nor cardinality constraints703
Minimum length of a constraint16
Maximum length of a constraint21
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 24
Number of bits of the biggest sum of numbers5
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.51/0.60	c Converting 7300 PB-constraints to clauses...
0.60/0.66	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
1.09/1.18	c ============================[ Encoding Statistics ]============================
1.09/1.18	c |  Number of variables:         85710                                         |
1.09/1.18	c |  Number of clauses:          315773                                         |
1.09/1.18	c ===============================================================================
301.17/302.18	c Starting SCIP solver  (with time-limit: 900s) ...
1165.79/1170.05	c SCIP result: UNSATISFIABLE
1165.79/1170.05	c _______________________________________________________________________________
1165.79/1170.05	c 
1165.79/1170.05	c SCIP: SCIP Status        : problem is solved [infeasible]
1165.79/1170.05	c SCIP: Original Problem   :
1165.79/1170.05	c SCIP:   Problem name     : instance-4542128-1753213799.opb
1165.79/1170.05	c SCIP:   Variables        : 52060 (52060 binary, 0 integer, 0 implicit integer, 0 continuous)
1165.79/1170.05	c SCIP:   Constraints      : 14600 initial, 14600 maximal
1165.79/1170.05	c SCIP:   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
1165.79/1170.05	c SCIP: Total Time         :     867.87
1165.79/1170.05	c SCIP:   solving          :     867.87
1165.79/1170.05	c SCIP:   presolving       :      39.24 (included in solving)
1165.79/1170.05	c SCIP:   reading          :       0.00
1165.79/1170.05	c SCIP:   copying          :       0.42 (6 #copies) (minimal 0.06, maximal 0.08, average 0.07)
1165.79/1170.05	c =======================[ UWrMaxSat resources usage ]===========================
1165.79/1170.05	c Memory used            : 1051.00 MB
1165.79/1170.05	c CPU time               : 1164.98 s
1165.79/1170.05	c Constr Enc: Srt/BDD/Add: 3555 0 0
1165.79/1170.05	c _______________________________________________________________________________
1165.79/1170.05	s UNSATISFIABLE

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 (46253 MiB free)
  memory of node 1: 64507 MiB (50734 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=182863, runsolver pid=182860

[startup+0.100068 s]*
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99315848/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=28048 memory=11864 CPUtime=0.09 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 2182 0 0 0 9 0 0 0 20 0 1 0 237059653 28721152 2966 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 7012 2966 1120 3139 0 3300 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28048 KiB
Current children cumulated memory: 11864 KiB

[startup+0.213896 s]*
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99311312/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=35368 memory=19164 CPUtime=0.21 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 4180 0 0 0 20 1 0 0 20 0 1 0 237059653 36216832 4791 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 8842 4791 1120 3139 0 5130 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35368 KiB
Current children cumulated memory: 19164 KiB

[startup+0.313764 s]*
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99304400/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=39884 memory=23900 CPUtime=0.31 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 5359 0 0 0 30 1 0 0 20 0 1 0 237059653 40841216 5975 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 9971 5975 1120 3139 0 6259 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 39884 KiB
Current children cumulated memory: 23900 KiB

[startup+0.700286 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99292556/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=76736 memory=65908 CPUtime=0.68 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 25320 0 0 0 62 6 0 0 20 0 1 0 237059653 78577664 16477 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 19184 16477 2688 3139 0 15472 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 76736 KiB
Current children cumulated memory: 65908 KiB

[startup+1.5003 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99196920/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=203316 memory=187728 CPUtime=1.48 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 51151 0 0 0 134 14 0 0 20 0 1 0 237059653 208195584 46932 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 50829 46932 2688 3139 0 47117 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 203316 KiB
Current children cumulated memory: 187728 KiB

[startup+3.11292 s]
/proc/loadavg: 4.10 4.10 4.11 5/252 182864
/proc/meminfo: memFree=99115368/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=209376 memory=194812 CPUtime=3.08 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 54777 0 0 0 293 15 0 0 20 0 1 0 237059653 214401024 48703 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 52344 48703 2688 3139 0 48632 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 209376 KiB
Current children cumulated memory: 194812 KiB

[startup+6.30026 s]
/proc/loadavg: 4.10 4.10 4.11 5/252 182864
/proc/meminfo: memFree=99095600/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=210020 memory=195416 CPUtime=6.27 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 58182 0 0 0 609 18 0 0 20 0 1 0 237059653 215060480 48854 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 52505 48854 2688 3139 0 48793 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 210020 KiB
Current children cumulated memory: 195416 KiB

[startup+12.7003 s]
/proc/loadavg: 4.18 4.12 4.12 5/252 182864
/proc/meminfo: memFree=99077320/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=213740 memory=199108 CPUtime=12.64 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 63372 0 0 0 1243 21 0 0 20 0 1 0 237059653 218869760 49777 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 53435 49777 2688 3139 0 49723 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 213740 KiB
Current children cumulated memory: 199108 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.11 4.11 5/252 182864
/proc/meminfo: memFree=99061320/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=201576 memory=187028 CPUtime=25.4 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 72058 0 0 0 2513 27 0 0 20 0 1 0 237059653 206413824 46757 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 50394 46757 2688 3139 0 46682 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 201576 KiB
Current children cumulated memory: 187028 KiB

[startup+51.1129 s]
/proc/loadavg: 4.16 4.12 4.12 5/252 182865
/proc/meminfo: memFree=99014832/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=240720 memory=226144 CPUtime=50.95 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 78727 0 0 0 5062 33 0 0 20 0 1 0 237059653 246497280 56536 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 60180 56536 2688 3139 0 56468 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 240720 KiB
Current children cumulated memory: 226144 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/252 182867
/proc/meminfo: memFree=98982832/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=249372 memory=234848 CPUtime=101.98 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 87872 0 0 0 10157 41 0 0 20 0 1 0 237059653 255356928 58712 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 62343 58712 2688 3139 0 58631 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 249372 KiB
Current children cumulated memory: 234848 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/251 182869
/proc/meminfo: memFree=98941628/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=257856 memory=243804 CPUtime=161.79 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 88544 0 0 0 16138 41 0 0 20 0 1 0 237059653 264044544 60951 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 64464 60951 2688 3139 0 60752 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 257856 KiB
Current children cumulated memory: 243804 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/250 182871
/proc/meminfo: memFree=98937420/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=259032 memory=247008 CPUtime=221.59 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 96747 0 0 0 22113 46 0 0 20 0 1 0 237059653 265248768 61752 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 64758 61752 2688 3139 0 61046 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 259032 KiB
Current children cumulated memory: 247008 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/251 182880
/proc/meminfo: memFree=98901424/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=270052 memory=259424 CPUtime=281.41 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 102547 0 0 0 28090 51 0 0 20 0 1 0 237059653 276533248 64856 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 67513 64856 2688 3139 0 63801 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 270052 KiB
Current children cumulated memory: 259424 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.11 4.10 5/251 182882
/proc/meminfo: memFree=98587428/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=696864 memory=604984 CPUtime=341.27 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 186465 0 0 0 34063 64 0 0 20 0 1 0 237059653 713588736 151246 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 174216 151246 3264 3139 0 170504 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 696864 KiB
Current children cumulated memory: 604984 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 182884
/proc/meminfo: memFree=98379972/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=858400 memory=745872 CPUtime=401.05 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 254173 0 0 0 40029 76 0 0 20 0 1 0 237059653 879001600 186468 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 214600 186468 3296 3139 0 210888 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 858400 KiB
Current children cumulated memory: 745872 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/251 182886
/proc/meminfo: memFree=98237792/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1025852 memory=907664 CPUtime=460.82 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 294652 0 0 0 45999 83 0 0 20 0 1 0 237059653 1050472448 226916 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 256463 226916 3296 3139 0 252751 0
Current children cumulated CPU time: 460.82 s

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

/proc/loadavg: 4.12 4.10 4.09 5/250 182907
/proc/meminfo: memFree=98183560/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=954128 CPUtime=759.53 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 306558 0 0 0 75868 85 0 0 20 0 1 0 237059653 1102979072 238532 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 238532 3296 3139 0 265570 0
Current children cumulated CPU time: 759.53 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 954128 KiB

[startup+822.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 182909
/proc/meminfo: memFree=98158528/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=966416 CPUtime=819.34 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307154 0 0 0 81849 85 0 0 20 0 1 0 237059653 1102979072 241604 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 241604 3296 3139 0 265570 0
Current children cumulated CPU time: 819.34 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 966416 KiB

[startup+882.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 182918
/proc/meminfo: memFree=98165148/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=966416 CPUtime=879.13 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307255 0 0 0 87828 85 0 0 20 0 1 0 237059653 1102979072 241604 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 241604 3296 3139 0 265570 0
Current children cumulated CPU time: 879.13 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 966416 KiB

[startup+942.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/251 182921
/proc/meminfo: memFree=98151668/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=966416 CPUtime=938.93 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307303 0 0 0 93807 86 0 0 20 0 1 0 237059653 1102979072 241604 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 241604 3296 3139 0 265570 0
Current children cumulated CPU time: 938.93 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 966416 KiB

[startup+1002.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/251 182923
/proc/meminfo: memFree=98100108/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=966928 CPUtime=998.72 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307305 0 0 0 99786 86 0 0 20 0 1 0 237059653 1102979072 241732 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 241732 3296 3139 0 265570 0
Current children cumulated CPU time: 998.72 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 966928 KiB

[startup+1062.3 s]
/proc/loadavg: 4.48 4.19 4.12 5/251 182925
/proc/meminfo: memFree=98109152/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=970640 CPUtime=1058.47 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307540 0 0 0 105761 86 0 0 20 0 1 0 237059653 1102979072 242660 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 242660 3296 3139 0 265570 0
Current children cumulated CPU time: 1058.47 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 970640 KiB

[startup+1122.3 s]
/proc/loadavg: 4.58 4.29 4.16 5/251 182927
/proc/meminfo: memFree=98083284/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1118.23 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307574 0 0 0 111737 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1118.23 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1170.06 s]
# the end of solver process 182863 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1164.98 s, system=0.868774 s

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

[startup+1126.4 s]
/proc/loadavg: 4.54 4.28 4.16 5/251 182927
/proc/meminfo: memFree=98074080/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1122.32 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307574 0 0 0 112146 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1122.32 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1152 s]*
/proc/loadavg: 4.41 4.27 4.16 5/251 182929
/proc/meminfo: memFree=98048812/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1147.85 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307672 0 0 0 114699 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1147.85 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1158.4 s]
/proc/loadavg: 4.35 4.26 4.16 5/250 182929
/proc/meminfo: memFree=98030708/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1154.21 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307683 0 0 0 115335 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1154.21 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1164.8 s]
/proc/loadavg: 4.32 4.26 4.16 5/250 182929
/proc/meminfo: memFree=98075960/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1160.59 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307683 0 0 0 115973 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1160.59 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1168 s]*
/proc/loadavg: 4.30 4.25 4.16 5/250 182929
/proc/meminfo: memFree=98076772/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1163.8 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307738 0 0 0 116294 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1163.8 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1168.8 s]
/proc/loadavg: 4.30 4.25 4.16 5/250 182929
/proc/meminfo: memFree=98076772/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1164.58 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307738 0 0 0 116372 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1164.58 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1169.6 s]
/proc/loadavg: 4.30 4.25 4.16 5/250 182929
/proc/meminfo: memFree=98077024/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1165.38 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307739 0 0 0 116452 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1165.38 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

[startup+1170 s]*
/proc/loadavg: 4.30 4.25 4.16 5/250 182929
/proc/meminfo: memFree=98077024/131382116 swapFree=33010684/33010684
[pid=182863] ppid=182860 vsize=1077128 memory=985488 CPUtime=1165.79 cores=0,2
/proc/182863/stat : 182863 (uwrmaxsat-scip) R 182860 182863 182330 0 -1 4194304 307740 0 0 0 116493 86 0 0 20 0 1 0 237059653 1102979072 246372 18446744073709551615 4198400 17051741 140729706956768 0 0 0 0 0 8408098 0 0 0 17 0 0 0 0 0 0 19288744 19393640 49946624 140729706961208 140729706961378 140729706961378 140729706966982 0
/proc/182863/statm: 269282 246372 3296 3139 0 265570 0
Current children cumulated CPU time: 1165.79 s
Current children cumulated vsize: 1077128 KiB
Current children cumulated memory: 985488 KiB

Child status: 20

Real time (s): 1170.06
CPU time (s): 1165.84
CPU user time (s): 1164.98
CPU system time (s): 0.868774
CPU usage (%): 99.6396
Max. virtual memory (cumulated for all children) (KiB): 1077128
Max. memory (cumulated for all children) (KiB): 985488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1164.98
system time used= 0.868774
maximum resident set size= 985488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307740
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= 83
involuntary context switches= 2576


# summary of solver processes directly reported to runsolver:
#   pid: 182863
#   total CPU time (s): 1165.84
#   total CPU user time (s): 1164.98
#   total CPU system time (s): 0.868774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38595 second user time and 11.5859 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-22 21:49:59
IDJOB=4542128
IDBENCH=163901
IDSOLVER=3373
FILE ID=nodeC011/4542128-1753213799
RUNJOBID= nodeC011-1753209881-182340
SLURM_JOB_ID= 9687771
Free space on /tmp= 432764 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_height18_pigeons17_holes16.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-4542128-1753213799/watcher-4542128-1753213799 -o /tmp/evaluation-result-4542128-1753213799/solver-4542128-1753213799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1753209881-182340 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4542128-1753213799.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e61ecd0a39d46c66c4c3e779f400bc97
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		: 1198.068
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		: 3661.213
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.292
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		: 1197.316
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		: 3661.207
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.286
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        99315896 kB
MemAvailable:   129640372 kB
Buffers:            3276 kB
Cached:         31094364 kB
SwapCached:            0 kB
Active:           790544 kB
Inactive:       30578672 kB
Active(anon):     295652 kB
Inactive(anon):     2076 kB
Active(file):     494892 kB
Inactive(file): 30576596 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34684 kB
Writeback:            24 kB
AnonPages:        274616 kB
Mapped:           123604 kB
Shmem:             26152 kB
KReclaimable:     184844 kB
Slab:             278708 kB
SReclaimable:     184844 kB
SUnreclaim:        93864 kB
KernelStack:        4064 kB
PageTables:         3560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     633212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 432748 MiB
End job on nodeC011 at 2025-07-22 22:09:30