Trace number 4503256

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 2025-06-04UNSAT 1528.81 1533.19

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
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 benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
1.29/1.31	c Converting 226608 PB-constraints to clauses...
1.59/1.67	c ============================[ Encoding Statistics ]============================
1.59/1.67	c |  Number of variables:         33784                                         |
1.59/1.67	c |  Number of clauses:          306589                                         |
1.59/1.67	c ===============================================================================
1528.72/1533.18	c _______________________________________________________________________________
1528.72/1533.18	c 
1528.72/1533.18	c =======================[ UWrMaxSat resources usage ]===========================
1528.72/1533.18	c Memory used            : 395.00 MB
1528.72/1533.18	c CPU time               : 1528.1 s
1528.72/1533.18	c Constr Enc: Srt/BDD/Add: 22938 0 0
1528.72/1533.18	c _______________________________________________________________________________
1528.72/1533.18	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: 63708 MiB (62945 MiB free)
  memory of node 1: 64465 MiB (63389 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503256-1751168632/watcher-4503256-1751168632 -o /tmp/evaluation-result-4503256-1751168632/solver-4503256-1751168632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20768 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4503256-1751168632.opb -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=21141, runsolver pid=21138

[startup+0.10006 s]*
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129351224/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=19808 memory=18688 CPUtime=0.1 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 4361 0 0 0 10 0 0 0 20 0 1 0 32541805 20283392 4672 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 4952 4672 448 484 0 4363 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19808 KiB
Current children cumulated memory: 18688 KiB

[startup+0.205632 s]*
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129351400/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=36768 memory=35712 CPUtime=0.2 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 8600 0 0 0 19 1 0 0 20 0 1 0 32541805 37650432 8928 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 9192 8928 448 484 0 8603 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36768 KiB
Current children cumulated memory: 35712 KiB

[startup+0.304994 s]*
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129351400/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=53072 memory=51968 CPUtime=0.3 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 12663 0 0 0 29 1 0 0 20 0 1 0 32541805 54345728 12992 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 13268 12992 448 484 0 12679 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53072 KiB
Current children cumulated memory: 51968 KiB

[startup+0.700128 s]
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129347872/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=116164 memory=114928 CPUtime=0.69 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 28457 0 0 0 65 4 0 0 20 0 1 0 32541805 118951936 28732 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 29041 28732 448 484 0 28452 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 116164 KiB
Current children cumulated memory: 114928 KiB

[startup+1.50017 s]
/proc/loadavg: 0.78 1.00 1.48 5/265 21142
/proc/meminfo: memFree=129277856/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=243412 memory=240532 CPUtime=1.49 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 60328 0 0 0 140 9 0 0 20 0 1 0 32541805 249253888 60133 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 60853 60133 448 484 0 60264 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 243412 KiB
Current children cumulated memory: 240532 KiB

[startup+3.10546 s]
/proc/loadavg: 1.04 1.05 1.50 5/265 21142
/proc/meminfo: memFree=129175224/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=296840 memory=291620 CPUtime=3.09 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 71225 0 0 0 297 12 0 0 20 0 1 0 32541805 303964160 72905 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 74210 72905 512 484 0 73621 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 296840 KiB
Current children cumulated memory: 291620 KiB

[startup+6.30011 s]
/proc/loadavg: 1.04 1.05 1.50 5/265 21142
/proc/meminfo: memFree=129123168/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=291340 memory=284500 CPUtime=6.27 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 74040 0 0 0 614 13 0 0 20 0 1 0 32541805 298332160 71125 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 72835 71125 512 484 0 72246 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 291340 KiB
Current children cumulated memory: 284500 KiB

[startup+12.7001 s]
/proc/loadavg: 1.28 1.10 1.51 5/265 21142
/proc/meminfo: memFree=129179112/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=307908 memory=303888 CPUtime=12.65 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 76669 0 0 0 1251 14 0 0 20 0 1 0 32541805 315297792 75972 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 76977 75972 512 484 0 76388 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 307908 KiB
Current children cumulated memory: 303888 KiB

[startup+25.5001 s]
/proc/loadavg: 1.88 1.25 1.55 5/265 21142
/proc/meminfo: memFree=129162008/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=305248 memory=301212 CPUtime=25.42 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 81085 0 0 0 2525 17 0 0 20 0 1 0 32541805 312573952 75303 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 76312 75303 512 484 0 75723 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 305248 KiB
Current children cumulated memory: 301212 KiB

[startup+51.1059 s]
/proc/loadavg: 2.66 1.48 1.62 5/265 21142
/proc/meminfo: memFree=129155260/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=295512 memory=291516 CPUtime=50.95 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 84679 0 0 0 5076 19 0 0 20 0 1 0 32541805 302604288 72879 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 73878 72879 512 484 0 73289 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 295512 KiB
Current children cumulated memory: 291516 KiB

[startup+102.3 s]
/proc/loadavg: 3.47 1.89 1.75 5/266 21145
/proc/meminfo: memFree=129093560/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=309088 memory=305052 CPUtime=101.99 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 89213 0 0 0 10177 22 0 0 20 0 1 0 32541805 316506112 76263 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77272 76263 512 484 0 76683 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 309088 KiB
Current children cumulated memory: 305052 KiB

[startup+162.3 s]
/proc/loadavg: 3.85 2.29 1.90 5/266 21149
/proc/meminfo: memFree=129090496/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=288204 memory=283812 CPUtime=161.82 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 92514 0 0 0 16157 25 0 0 20 0 1 0 32541805 295120896 70953 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 72051 70953 512 484 0 71462 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 288204 KiB
Current children cumulated memory: 283812 KiB

[startup+222.3 s]
/proc/loadavg: 3.98 2.62 2.04 5/265 21152
/proc/meminfo: memFree=129056144/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=333168 memory=329116 CPUtime=221.64 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 96922 0 0 0 22136 28 0 0 20 0 1 0 32541805 341164032 82279 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 83292 82279 512 484 0 82703 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 333168 KiB
Current children cumulated memory: 329116 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.89 2.17 5/266 21155
/proc/meminfo: memFree=129040528/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=335836 memory=331804 CPUtime=281.47 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 99903 0 0 0 28116 31 0 0 20 0 1 0 32541805 343896064 82951 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 83959 82951 512 484 0 83370 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 335836 KiB
Current children cumulated memory: 331804 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.12 2.30 5/266 21157
/proc/meminfo: memFree=129062664/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=324268 memory=320284 CPUtime=341.3 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 102357 0 0 0 34096 34 0 0 20 0 1 0 32541805 332050432 80071 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 81067 80071 512 484 0 80478 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 324268 KiB
Current children cumulated memory: 320284 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.30 2.41 5/265 21159
/proc/meminfo: memFree=129034216/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=322876 memory=318876 CPUtime=401.13 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 104000 0 0 0 40077 36 0 0 20 0 1 0 32541805 330625024 79719 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 80719 79719 512 484 0 80130 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 322876 KiB
Current children cumulated memory: 318876 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.45 2.52 5/265 21161
/proc/meminfo: memFree=129021520/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=322876 memory=318876 CPUtime=460.96 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 104041 0 0 0 46060 36 0 0 20 0 1 0 32541805 330625024 79719 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 80719 79719 512 484 0 80130 0
Current children cumulated CPU time: 460.96 s

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

/proc/loadavg: 4.09 4.06 3.41 5/263 21209
/proc/meminfo: memFree=128939464/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=364500 memory=359764 CPUtime=1178.94 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 124082 0 0 0 117836 58 0 0 20 0 1 0 32541805 373248000 89941 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 91125 89941 512 484 0 90536 0
Current children cumulated CPU time: 1178.94 s
Current children cumulated vsize: 364500 KiB
Current children cumulated memory: 359764 KiB

[startup+1242.3 s]
/proc/loadavg: 4.15 4.08 3.46 5/263 21211
/proc/meminfo: memFree=128928388/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=349460 memory=343836 CPUtime=1238.76 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 125700 0 0 0 123815 61 0 0 20 0 1 0 32541805 357847040 85959 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 87365 85959 512 484 0 86776 0
Current children cumulated CPU time: 1238.76 s
Current children cumulated vsize: 349460 KiB
Current children cumulated memory: 343836 KiB

[startup+1302.3 s]
/proc/loadavg: 4.46 4.16 3.53 5/263 21213
/proc/meminfo: memFree=128910408/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=349460 memory=343836 CPUtime=1298.57 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 126074 0 0 0 129796 61 0 0 20 0 1 0 32541805 357847040 85959 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 87365 85959 512 484 0 86776 0
Current children cumulated CPU time: 1298.57 s
Current children cumulated vsize: 349460 KiB
Current children cumulated memory: 343836 KiB

[startup+1362.3 s]
/proc/loadavg: 4.24 4.16 3.57 5/266 21221
/proc/meminfo: memFree=128931652/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=349460 memory=343836 CPUtime=1358.39 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 127162 0 0 0 135776 63 0 0 20 0 1 0 32541805 357847040 85959 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 87365 85959 512 484 0 86776 0
Current children cumulated CPU time: 1358.39 s
Current children cumulated vsize: 349460 KiB
Current children cumulated memory: 343836 KiB

[startup+1422.3 s]
/proc/loadavg: 4.19 4.16 3.61 5/266 21223
/proc/meminfo: memFree=128937632/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=392204 memory=386524 CPUtime=1418.21 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 128410 0 0 0 141756 65 0 0 20 0 1 0 32541805 401616896 96631 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 98051 96631 512 484 0 97462 0
Current children cumulated CPU time: 1418.21 s
Current children cumulated vsize: 392204 KiB
Current children cumulated memory: 386524 KiB

[startup+1482.3 s]
/proc/loadavg: 4.12 4.14 3.65 5/266 21225
/proc/meminfo: memFree=128973500/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=309256 memory=306080 CPUtime=1478.05 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 129444 0 0 0 147738 67 0 0 20 0 1 0 32541805 316678144 76520 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77314 76520 512 484 0 76725 0
Current children cumulated CPU time: 1478.05 s
Current children cumulated vsize: 309256 KiB
Current children cumulated memory: 306080 KiB

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

# cumulated CPU time of all completed processes:  user=1528.1 s, system=0.707145 s

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

[startup+1484.8 s]
/proc/loadavg: 4.11 4.14 3.65 5/266 21225
/proc/meminfo: memFree=128973256/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=309256 memory=306080 CPUtime=1480.54 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 129444 0 0 0 147987 67 0 0 20 0 1 0 32541805 316678144 76520 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77314 76520 512 484 0 76725 0
Current children cumulated CPU time: 1480.54 s
Current children cumulated vsize: 309256 KiB
Current children cumulated memory: 306080 KiB

[startup+1510.4 s]
/proc/loadavg: 4.14 4.14 3.66 5/266 21226
/proc/meminfo: memFree=128959892/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=329724 memory=325492 CPUtime=1506.07 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 131081 0 0 0 150538 69 0 0 20 0 1 0 32541805 337637376 81373 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 82431 81373 512 484 0 81842 0
Current children cumulated CPU time: 1506.07 s
Current children cumulated vsize: 329724 KiB
Current children cumulated memory: 325492 KiB

[startup+1523.2 s]
/proc/loadavg: 4.11 4.13 3.67 5/266 21226
/proc/meminfo: memFree=128958128/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=329724 memory=325492 CPUtime=1518.84 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 131081 0 0 0 151815 69 0 0 20 0 1 0 32541805 337637376 81373 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 82431 81373 512 484 0 81842 0
Current children cumulated CPU time: 1518.84 s
Current children cumulated vsize: 329724 KiB
Current children cumulated memory: 325492 KiB

[startup+1529.6 s]
/proc/loadavg: 4.10 4.13 3.67 5/266 21227
/proc/meminfo: memFree=128951996/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=308416 memory=305108 CPUtime=1525.22 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132242 0 0 0 152452 70 0 0 20 0 1 0 32541805 315817984 76277 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77104 76277 512 484 0 76515 0
Current children cumulated CPU time: 1525.22 s
Current children cumulated vsize: 308416 KiB
Current children cumulated memory: 305108 KiB

[startup+1531.2 s]
/proc/loadavg: 4.10 4.13 3.67 5/266 21227
/proc/meminfo: memFree=128951996/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=308416 memory=305108 CPUtime=1526.82 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132242 0 0 0 152612 70 0 0 20 0 1 0 32541805 315817984 76277 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77104 76277 512 484 0 76515 0
Current children cumulated CPU time: 1526.82 s
Current children cumulated vsize: 308416 KiB
Current children cumulated memory: 305108 KiB

[startup+1532 s]*
/proc/loadavg: 4.10 4.13 3.67 5/266 21227
/proc/meminfo: memFree=128951996/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=308416 memory=305108 CPUtime=1527.62 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132242 0 0 0 152692 70 0 0 20 0 1 0 32541805 315817984 76277 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77104 76277 512 484 0 76515 0
Current children cumulated CPU time: 1527.62 s
Current children cumulated vsize: 308416 KiB
Current children cumulated memory: 305108 KiB

[startup+1532.8 s]
/proc/loadavg: 4.10 4.13 3.67 5/266 21227
/proc/meminfo: memFree=128951996/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=308416 memory=305108 CPUtime=1528.42 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132242 0 0 0 152772 70 0 0 20 0 1 0 32541805 315817984 76277 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 77104 76277 512 484 0 76515 0
Current children cumulated CPU time: 1528.42 s
Current children cumulated vsize: 308416 KiB
Current children cumulated memory: 305108 KiB

[startup+1533 s]*
/proc/loadavg: 4.17 4.15 3.68 5/266 21227
/proc/meminfo: memFree=128950264/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=323560 memory=320156 CPUtime=1528.62 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132962 0 0 0 152792 70 0 0 20 0 1 0 32541805 331325440 80039 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 80890 80039 512 484 0 80301 0
Current children cumulated CPU time: 1528.62 s
Current children cumulated vsize: 323560 KiB
Current children cumulated memory: 320156 KiB

[startup+1533.11 s]
/proc/loadavg: 4.17 4.15 3.68 5/266 21227
/proc/meminfo: memFree=128950264/131249988 swapFree=33010684/33010684
[pid=21141] ppid=21138 vsize=323560 memory=320156 CPUtime=1528.72 cores=0,2
/proc/21141/stat : 21141 (uwrmaxsat) R 21138 21141 20758 0 -1 4194304 132963 0 0 0 152802 70 0 0 20 0 1 0 32541805 331325440 80039 18446744073709551615 4198400 6176925 140729888629408 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 7729152 140729888631146 140729888631273 140729888631273 140729888636875 0
/proc/21141/statm: 80890 80039 512 484 0 80301 0
Current children cumulated CPU time: 1528.72 s
Current children cumulated vsize: 323560 KiB
Current children cumulated memory: 320156 KiB

Child status: 20

Real time (s): 1533.19
CPU time (s): 1528.81
CPU user time (s): 1528.1
CPU system time (s): 0.707145
CPU usage (%): 99.7143
Max. virtual memory (cumulated for all children) (KiB): 405032
Max. memory (cumulated for all children) (KiB): 399412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1528.1
system time used= 0.707145
maximum resident set size= 401716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132963
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= 117
involuntary context switches= 3369


# summary of solver processes directly reported to runsolver:
#   pid: 21141
#   total CPU time (s): 1528.81
#   total CPU user time (s): 1528.1
#   total CPU system time (s): 0.707145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95169 second user time and 6.74559 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 05:43:53
IDJOB=4503256
IDBENCH=155416
IDSOLVER=3372
FILE ID=nodeC031/4503256-1751168632
RUNJOBID= nodeC031-1751168627-20768
SLURM_JOB_ID= 9587512
Free space on /tmp= 433040 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503256-1751168632/watcher-4503256-1751168632 -o /tmp/evaluation-result-4503256-1751168632/solver-4503256-1751168632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751168627-20768 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4503256-1751168632.opb -mem-lim=31000

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=76847558

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129366916 kB
MemAvailable:   129094996 kB
Buffers:            3280 kB
Cached:           538212 kB
SwapCached:            0 kB
Active:           807668 kB
Inactive:         319180 kB
Active(anon):     603432 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   319180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25008 kB
Writeback:             0 kB
AnonPages:        588552 kB
Mapped:           109032 kB
Shmem:             18064 kB
KReclaimable:      87808 kB
Slab:             173404 kB
SReclaimable:      87808 kB
SUnreclaim:        85596 kB
KernelStack:        4304 kB
PageTables:         4108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     974712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC031 at 2025-06-29 06:09:26