Trace number 4544818

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 2657.04 2664.74

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
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 benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
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.60/0.62	c Converting 50832 PB-constraints to clauses...
0.60/0.69	c ============================[ Encoding Statistics ]============================
0.60/0.69	c |  Number of variables:          2310                                         |
0.60/0.69	c |  Number of clauses:           52284                                         |
0.60/0.69	c ===============================================================================
2656.98/2664.74	c _______________________________________________________________________________
2656.98/2664.74	c 
2656.98/2664.74	c =======================[ UWrMaxSat resources usage ]===========================
2656.98/2664.74	c Memory used            : 155.00 MB
2656.98/2664.74	c CPU time               : 2656.63 s
2656.98/2664.74	c Constr Enc: Srt/BDD/Add: 1452 0 0
2656.98/2664.74	c _______________________________________________________________________________
2656.98/2664.74	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 (62047 MiB free)
  memory of node 1: 64507 MiB (63326 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544818-1753232073/watcher-4544818-1753232073 -o /tmp/evaluation-result-4544818-1753232073/solver-4544818-1753232073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151856 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4544818-1753232073.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=152989, runsolver pid=152983

[startup+0.100067 s]*
/proc/loadavg: 4.41 4.25 4.15 5/249 152996
/proc/meminfo: memFree=128377284/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=9648 memory=8576 CPUtime=0.1 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 1814 0 0 0 10 0 0 0 20 0 1 0 238886656 9879552 2144 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 2412 2144 448 484 0 1823 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9648 KiB
Current children cumulated memory: 8576 KiB

[startup+0.213065 s]*
/proc/loadavg: 4.41 4.25 4.15 5/249 152996
/proc/meminfo: memFree=128371236/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=16052 memory=15104 CPUtime=0.22 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 3439 0 0 0 21 1 0 0 20 0 1 0 238886656 16437248 3776 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 4013 3776 448 484 0 3424 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 16052 KiB
Current children cumulated memory: 15104 KiB

[startup+0.312926 s]*
/proc/loadavg: 4.41 4.25 4.15 5/249 152996
/proc/meminfo: memFree=128407592/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=21888 memory=20736 CPUtime=0.31 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 4860 0 0 0 30 1 0 0 20 0 1 0 238886656 22413312 5184 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 5472 5184 448 484 0 4883 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 21888 KiB
Current children cumulated memory: 20736 KiB

[startup+0.700255 s]
/proc/loadavg: 4.41 4.25 4.15 6/248 153005
/proc/meminfo: memFree=128399424/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=44704 memory=43684 CPUtime=0.68 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 10628 0 0 0 65 3 0 0 20 0 1 0 238886656 45776896 10921 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 11176 10921 512 484 0 10587 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 44704 KiB
Current children cumulated memory: 43684 KiB

[startup+1.50027 s]
/proc/loadavg: 4.41 4.25 4.15 5/247 153036
/proc/meminfo: memFree=128385572/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=49588 memory=48028 CPUtime=1.48 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 13788 0 0 0 144 4 0 0 20 0 1 0 238886656 50778112 12007 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 12397 12007 512 484 0 11808 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49588 KiB
Current children cumulated memory: 48028 KiB

[startup+3.11281 s]
/proc/loadavg: 4.38 4.25 4.15 5/246 153093
/proc/meminfo: memFree=128438280/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=47692 memory=46792 CPUtime=3.09 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 17437 0 0 0 304 5 0 0 20 0 1 0 238886656 48836608 11698 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 11923 11698 512 484 0 11334 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 47692 KiB
Current children cumulated memory: 46792 KiB

[startup+6.30023 s]
/proc/loadavg: 4.38 4.25 4.15 5/251 153103
/proc/meminfo: memFree=128162456/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=51764 memory=50748 CPUtime=6.26 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 21325 0 0 0 621 5 0 0 20 0 1 0 238886656 53006336 12687 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 12941 12687 512 484 0 12352 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 51764 KiB
Current children cumulated memory: 50748 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.24 4.15 5/251 153103
/proc/meminfo: memFree=127974728/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=51712 memory=50776 CPUtime=12.64 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 28094 0 0 0 1258 6 0 0 20 0 1 0 238886656 52953088 12694 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 12928 12694 512 484 0 12339 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 51712 KiB
Current children cumulated memory: 50776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.23 4.15 5/252 153150
/proc/meminfo: memFree=128203592/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=53756 memory=52796 CPUtime=25.4 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 28873 0 0 0 2534 6 0 0 20 0 1 0 238886656 55046144 13199 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 13439 13199 512 484 0 12850 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 53756 KiB
Current children cumulated memory: 52796 KiB

[startup+51.1129 s]
/proc/loadavg: 4.23 4.22 4.15 5/252 153195
/proc/meminfo: memFree=128199576/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=49456 memory=48552 CPUtime=50.92 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 39076 0 0 0 5084 8 0 0 20 0 1 0 238886656 50642944 12138 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 12364 12138 512 484 0 11775 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 49456 KiB
Current children cumulated memory: 48552 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.18 4.14 5/253 153202
/proc/meminfo: memFree=128198656/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=51616 memory=50712 CPUtime=101.97 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 44328 0 0 0 10187 10 0 0 20 0 1 0 238886656 52854784 12678 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 12904 12678 512 484 0 12315 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 51616 KiB
Current children cumulated memory: 50712 KiB

[startup+162.3 s]
/proc/loadavg: 4.74 4.35 4.20 5/252 153249
/proc/meminfo: memFree=127332696/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=66600 memory=65596 CPUtime=161.8 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 49147 0 0 0 16169 11 0 0 20 0 1 0 238886656 68198400 16399 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 16650 16399 512 484 0 16061 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 66600 KiB
Current children cumulated memory: 65596 KiB

[startup+222.3 s]
/proc/loadavg: 4.39 4.33 4.20 5/252 153251
/proc/meminfo: memFree=126910344/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=69460 memory=68540 CPUtime=221.63 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 54079 0 0 0 22150 13 0 0 20 0 1 0 238886656 71127040 17135 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 17365 17135 512 484 0 16776 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 69460 KiB
Current children cumulated memory: 68540 KiB

[startup+282.3 s]
/proc/loadavg: 4.26 4.30 4.19 5/252 153253
/proc/meminfo: memFree=126861652/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=69460 memory=68540 CPUtime=281.47 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 54079 0 0 0 28134 13 0 0 20 0 1 0 238886656 71127040 17135 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 17365 17135 512 484 0 16776 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 69460 KiB
Current children cumulated memory: 68540 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.26 4.18 5/251 153255
/proc/meminfo: memFree=126864680/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=69460 memory=68540 CPUtime=341.31 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 54130 0 0 0 34118 13 0 0 20 0 1 0 238886656 71127040 17135 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 17365 17135 512 484 0 16776 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 69460 KiB
Current children cumulated memory: 68540 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.22 4.18 5/252 153273
/proc/meminfo: memFree=126826872/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=69460 memory=68540 CPUtime=401.14 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 54132 0 0 0 40101 13 0 0 20 0 1 0 238886656 71127040 17135 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 17365 17135 512 484 0 16776 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 69460 KiB
Current children cumulated memory: 68540 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/252 153278
/proc/meminfo: memFree=126839448/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=64176 memory=62364 CPUtime=460.96 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 61544 0 0 0 46080 16 0 0 20 0 1 0 238886656 65716224 15591 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 16044 15591 512 484 0 15455 0
Current children cumulated CPU time: 460.96 s

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

/proc/loadavg: 4.09 4.10 4.13 5/251 153547
/proc/meminfo: memFree=127982724/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=127560 memory=126256 CPUtime=2315.6 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 100994 0 0 0 231524 36 0 0 20 0 1 0 238886656 130621440 31564 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 31890 31564 512 484 0 31301 0
Current children cumulated CPU time: 2315.6 s
Current children cumulated vsize: 127560 KiB
Current children cumulated memory: 126256 KiB

[startup+2382.3 s]
/proc/loadavg: 4.08 4.09 4.12 5/251 153549
/proc/meminfo: memFree=127944196/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150776 memory=149472 CPUtime=2375.43 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 101688 0 0 0 237506 37 0 0 20 0 1 0 238886656 154394624 37368 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37694 37368 512 484 0 37105 0
Current children cumulated CPU time: 2375.43 s
Current children cumulated vsize: 150776 KiB
Current children cumulated memory: 149472 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.10 4.12 5/251 153551
/proc/meminfo: memFree=127977060/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150776 memory=149856 CPUtime=2435.25 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 101838 0 0 0 243488 37 0 0 20 0 1 0 238886656 154394624 37464 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37694 37464 512 484 0 37105 0
Current children cumulated CPU time: 2435.25 s
Current children cumulated vsize: 150776 KiB
Current children cumulated memory: 149856 KiB

[startup+2502.3 s]
/proc/loadavg: 4.05 4.08 4.11 5/250 153553
/proc/meminfo: memFree=128013692/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=91360 memory=90428 CPUtime=2495.07 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 102876 0 0 0 249470 37 0 0 20 0 1 0 238886656 93552640 22607 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 22840 22607 512 484 0 22251 0
Current children cumulated CPU time: 2495.07 s
Current children cumulated vsize: 91360 KiB
Current children cumulated memory: 90428 KiB

[startup+2562.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/252 153561
/proc/meminfo: memFree=128004348/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=76720 memory=75944 CPUtime=2554.9 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 103709 0 0 0 255451 39 0 0 20 0 1 0 238886656 78561280 18986 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 19180 18986 512 484 0 18591 0
Current children cumulated CPU time: 2554.9 s
Current children cumulated vsize: 76720 KiB
Current children cumulated memory: 75944 KiB

[startup+2622.3 s]
/proc/loadavg: 4.18 4.11 4.11 5/251 153563
/proc/meminfo: memFree=127970272/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2614.71 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 261431 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2614.71 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

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

# cumulated CPU time of all completed processes:  user=2656.63 s, system=0.408985 s

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

[startup+2636.8 s]
/proc/loadavg: 4.15 4.11 4.11 5/251 153563
/proc/meminfo: memFree=127949808/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2629.17 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 262877 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2629.17 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2649.6 s]
/proc/loadavg: 4.12 4.10 4.11 5/251 153563
/proc/meminfo: memFree=127949808/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2641.93 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 264153 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2641.93 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2656 s]*
/proc/loadavg: 4.19 4.11 4.11 5/251 153563
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2648.32 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 264792 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2648.32 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2659.2 s]
/proc/loadavg: 4.17 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2651.5 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265110 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2651.5 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2662.4 s]
/proc/loadavg: 4.16 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2654.69 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265429 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2654.69 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2664 s]*
/proc/loadavg: 4.16 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2656.3 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265590 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2656.3 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2664.4 s]
/proc/loadavg: 4.16 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=150712 memory=149692 CPUtime=2656.69 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265629 40 0 0 20 0 1 0 238886656 154329088 37423 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 37678 37423 512 484 0 37089 0
Current children cumulated CPU time: 2656.69 s
Current children cumulated vsize: 150712 KiB
Current children cumulated memory: 149692 KiB

[startup+2664.6 s]
/proc/loadavg: 4.16 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=76708 memory=75932 CPUtime=2656.88 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265648 40 0 0 20 0 1 0 238886656 78548992 18983 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 19177 18983 512 484 0 18588 0
Current children cumulated CPU time: 2656.88 s
Current children cumulated vsize: 76708 KiB
Current children cumulated memory: 75932 KiB

[startup+2664.7 s]
/proc/loadavg: 4.16 4.11 4.11 5/251 153564
/proc/meminfo: memFree=127970312/131382120 swapFree=33010416/33010684
[pid=152989] ppid=152983 vsize=76708 memory=75932 CPUtime=2656.98 cores=0,2
/proc/152989/stat : 152989 (uwrmaxsat) R 152983 152989 151846 0 -1 4194304 105356 0 0 0 265658 40 0 0 20 0 1 0 238886656 78548992 18983 18446744073709551615 4198400 6176925 140721668378384 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 28766208 140721668385128 140721668385255 140721668385255 140721668390859 0
/proc/152989/statm: 19177 18983 512 484 0 18588 0
Current children cumulated CPU time: 2656.98 s
Current children cumulated vsize: 76708 KiB
Current children cumulated memory: 75932 KiB

Child status: 20

Real time (s): 2664.74
CPU time (s): 2657.04
CPU user time (s): 2656.63
CPU system time (s): 0.408985
CPU usage (%): 99.711
Max. virtual memory (cumulated for all children) (KiB): 158800
Max. memory (cumulated for all children) (KiB): 157884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2656.63
system time used= 0.408985
maximum resident set size= 157884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105356
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= 25
involuntary context switches= 6718


# summary of solver processes directly reported to runsolver:
#   pid: 152989
#   total CPU time (s): 2657.04
#   total CPU user time (s): 2656.63
#   total CPU system time (s): 0.408985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5825 second user time and 25.4205 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 02:54:33
IDJOB=4544818
IDBENCH=180683
IDSOLVER=3372
FILE ID=nodeC006/4544818-1753232073
RUNJOBID= nodeC006-1753224833-151856
SLURM_JOB_ID= 9687836
Free space on /tmp= 432740 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544818-1753232073/watcher-4544818-1753232073 -o /tmp/evaluation-result-4544818-1753232073/solver-4544818-1753232073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753224833-151856 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4544818-1753232073.opb -mem-lim=31000

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=1754038726

nodeC006 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		: 1197.888
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	: 6983.32
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		: 1197.130
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	: 6983.32
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.144
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	: 6983.32
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		: 1197.145
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	: 6983.32
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.286
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	: 6983.32
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		: 1197.145
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	: 6983.32
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		: 3660.760
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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.045
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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128382844 kB
MemAvailable:   129125132 kB
Buffers:            2128 kB
Cached:          1419540 kB
SwapCached:           12 kB
Active:          1055608 kB
Inactive:         441996 kB
Active(anon):      91284 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   431204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12104 kB
Writeback:            28 kB
AnonPages:         77828 kB
Mapped:           108816 kB
Shmem:             26140 kB
KReclaimable:     372392 kB
Slab:             466296 kB
SReclaimable:     372392 kB
SUnreclaim:        93904 kB
KernelStack:        3884 kB
PageTables:         3164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     370736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC006 at 2025-07-23 03:38:58