Trace number 4509948

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-04? (TO) 3600.07 3609.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-41-3.cnf.gz-extracted.pb.metafix.opb
MD5SUMe9fe8a525132cf683f02a97489687f4f
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 benchmark0.003962
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables165
Total number of constraints164
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 164 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           165                                         |
0.00/0.00	c |  Number of clauses:             680                                         |
0.00/0.00	c ===============================================================================
3600.06/3609.70	c *** TERMINATED by signal 15 ***
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c 
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c 
3600.06/3609.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3609.70	c Memory used            : 183.00 MB
3600.06/3609.70	c CPU time               : 3599.05 s
3600.06/3609.70	c Constr Enc: Srt/BDD/Add: 164 0 0
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	c _______________________________________________________________________________
3600.06/3609.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (63018 MiB free)
  memory of node 1: 64465 MiB (63948 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509948-1751192867/watcher-4509948-1751192867 -o /tmp/evaluation-result-4509948-1751192867/solver-4509948-1751192867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25923 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4509948-1751192867.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=25969, runsolver pid=25962

[startup+0.100057 s]*
/proc/loadavg: 0.52 0.94 1.50 6/265 25982
/proc/meminfo: memFree=130003520/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=4564 memory=3940 CPUtime=0.09 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 679 0 0 0 9 0 0 0 20 0 1 0 34965231 4673536 985 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 1141 985 544 484 0 552 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 4564 KiB
Current children cumulated memory: 3940 KiB

[startup+0.205414 s]*
/proc/loadavg: 0.52 0.94 1.50 6/265 25982
/proc/meminfo: memFree=130003520/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=5080 memory=4480 CPUtime=0.2 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 1071 0 0 0 20 0 0 0 20 0 1 0 34965231 5201920 1120 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 1270 1120 544 484 0 681 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5080 KiB
Current children cumulated memory: 4480 KiB

[startup+0.304958 s]*
/proc/loadavg: 0.52 0.94 1.50 6/265 25982
/proc/meminfo: memFree=130002260/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=5836 memory=5004 CPUtime=0.3 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 1332 0 0 0 30 0 0 0 20 0 1 0 34965231 5976064 1251 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 1459 1251 544 484 0 870 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 5836 KiB
Current children cumulated memory: 5004 KiB

[startup+0.700098 s]
/proc/loadavg: 0.52 0.94 1.50 6/265 25982
/proc/meminfo: memFree=129998732/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=6112 memory=5432 CPUtime=0.68 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 2103 0 0 0 68 0 0 0 20 0 1 0 34965231 6258688 1358 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 1528 1358 544 484 0 939 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 6112 KiB
Current children cumulated memory: 5432 KiB

[startup+1.5001 s]
/proc/loadavg: 0.52 0.94 1.50 6/265 25982
/proc/meminfo: memFree=129994424/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=8240 memory=7500 CPUtime=1.48 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 3634 0 0 0 148 0 0 0 20 0 1 0 34965231 8437760 1875 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 2060 1875 544 484 0 1471 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 8240 KiB
Current children cumulated memory: 7500 KiB

[startup+3.10535 s]
/proc/loadavg: 0.80 0.99 1.51 6/265 25982
/proc/meminfo: memFree=129975076/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=9680 memory=8940 CPUtime=3.08 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 6051 0 0 0 308 0 0 0 20 0 1 0 34965231 9912320 2235 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 2420 2235 544 484 0 1831 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 9680 KiB
Current children cumulated memory: 8940 KiB

[startup+6.30011 s]
/proc/loadavg: 0.80 0.99 1.51 6/265 25982
/proc/meminfo: memFree=129965516/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=12432 memory=11272 CPUtime=6.27 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 10203 0 0 0 626 1 0 0 20 0 1 0 34965231 12730368 2818 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 3108 2818 544 484 0 2519 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 12432 KiB
Current children cumulated memory: 11272 KiB

[startup+12.7001 s]
/proc/loadavg: 1.05 1.04 1.53 6/265 25982
/proc/meminfo: memFree=129947120/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=18904 memory=17704 CPUtime=12.65 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 18394 0 0 0 1263 2 0 0 20 0 1 0 34965231 19357696 4426 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 4726 4426 544 484 0 4137 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 18904 KiB
Current children cumulated memory: 17704 KiB

[startup+25.5001 s]
/proc/loadavg: 1.79 1.20 1.57 6/266 25984
/proc/meminfo: memFree=129932364/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=15012 memory=14516 CPUtime=25.43 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 21829 0 0 0 2540 3 0 0 20 0 1 0 34965231 15372288 3629 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 3753 3629 544 484 0 3164 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 15012 KiB
Current children cumulated memory: 14516 KiB

[startup+51.1056 s]
/proc/loadavg: 2.54 1.43 1.64 6/266 25984
/proc/meminfo: memFree=129893648/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=24396 memory=23900 CPUtime=50.95 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 33484 0 0 0 5090 5 0 0 20 0 1 0 34965231 24981504 5975 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 6099 5975 544 484 0 5510 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 24396 KiB
Current children cumulated memory: 23900 KiB

[startup+102.3 s]
/proc/loadavg: 3.42 1.84 1.77 6/266 26034
/proc/meminfo: memFree=129850956/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=37652 memory=36948 CPUtime=102.02 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 43103 0 0 0 10194 8 0 0 20 0 1 0 34965231 38555648 9237 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 9413 9237 544 484 0 8824 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 37652 KiB
Current children cumulated memory: 36948 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.28 1.93 6/265 26040
/proc/meminfo: memFree=129805300/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=52588 memory=50816 CPUtime=161.85 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 51160 0 0 0 16175 10 0 0 20 0 1 0 34965231 53850112 12704 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 13147 12704 544 484 0 12558 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 52588 KiB
Current children cumulated memory: 50816 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 2.61 2.06 6/265 26042
/proc/meminfo: memFree=129784684/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=55852 memory=52232 CPUtime=221.67 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 64273 0 0 0 22152 15 0 0 20 0 1 0 34965231 57192448 13058 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 13963 13058 544 484 0 13374 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 55852 KiB
Current children cumulated memory: 52232 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 2.90 2.20 6/265 26044
/proc/meminfo: memFree=129757564/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=66448 memory=65748 CPUtime=281.49 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 72833 0 0 0 28130 19 0 0 20 0 1 0 34965231 68042752 16437 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 16612 16437 544 484 0 16023 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 66448 KiB
Current children cumulated memory: 65748 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.13 2.32 6/266 26047
/proc/meminfo: memFree=129731200/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=72964 memory=72264 CPUtime=341.31 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 79679 0 0 0 34109 22 0 0 20 0 1 0 34965231 74715136 18066 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 18241 18066 544 484 0 17652 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 72964 KiB
Current children cumulated memory: 72264 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 3.29 2.43 6/264 26049
/proc/meminfo: memFree=129745892/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=61420 memory=55684 CPUtime=401.15 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 92910 0 0 0 40088 27 0 0 20 0 1 0 34965231 62894080 13921 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 15355 13921 544 484 0 14766 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 61420 KiB
Current children cumulated memory: 55684 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.45 2.54 6/264 26051
/proc/meminfo: memFree=129758712/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=61316 memory=60628 CPUtime=460.97 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 98008 0 0 0 46068 29 0 0 20 0 1 0 34965231 62787584 15157 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 15329 15157 544 484 0 14740 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 133788 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.15 4.06 6/263 26176
/proc/meminfo: memFree=129378420/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=139800 memory=139092 CPUtime=2914.44 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 237466 0 0 0 291344 100 0 0 20 0 1 0 34965231 143155200 34773 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 34950 34773 544 484 0 34361 0
Current children cumulated CPU time: 2914.44 s
Current children cumulated vsize: 139800 KiB
Current children cumulated memory: 139092 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.06 6/263 26178
/proc/meminfo: memFree=129410396/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=139800 memory=139092 CPUtime=2974.29 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 237529 0 0 0 297329 100 0 0 20 0 1 0 34965231 143155200 34773 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 34950 34773 544 484 0 34361 0
Current children cumulated CPU time: 2974.29 s
Current children cumulated vsize: 139800 KiB
Current children cumulated memory: 139092 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.12 4.06 6/263 26180
/proc/meminfo: memFree=129443600/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=139800 memory=139092 CPUtime=3034.14 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 237531 0 0 0 303314 100 0 0 20 0 1 0 34965231 143155200 34773 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 34950 34773 544 484 0 34361 0
Current children cumulated CPU time: 3034.14 s
Current children cumulated vsize: 139800 KiB
Current children cumulated memory: 139092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.06 6/264 26185
/proc/meminfo: memFree=129423340/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=139800 memory=139092 CPUtime=3093.99 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 237531 0 0 0 309299 100 0 0 20 0 1 0 34965231 143155200 34773 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 34950 34773 544 484 0 34361 0
Current children cumulated CPU time: 3093.99 s
Current children cumulated vsize: 139800 KiB
Current children cumulated memory: 139092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.14 4.07 7/264 26191
/proc/meminfo: memFree=129388724/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=139800 memory=139092 CPUtime=3153.84 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 237591 0 0 0 315284 100 0 0 20 0 1 0 34965231 143155200 34773 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 34950 34773 544 484 0 34361 0
Current children cumulated CPU time: 3153.84 s
Current children cumulated vsize: 139800 KiB
Current children cumulated memory: 139092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.07 6/263 26193
/proc/meminfo: memFree=129458672/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=128200 memory=127572 CPUtime=3213.69 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 238242 0 0 0 321268 101 0 0 20 0 1 0 34965231 131276800 31893 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 32050 31893 544 484 0 31461 0
Current children cumulated CPU time: 3213.69 s
Current children cumulated vsize: 128200 KiB
Current children cumulated memory: 127572 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.08 6/263 26195
/proc/meminfo: memFree=129397560/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=129560 memory=128852 CPUtime=3273.53 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 238582 0 0 0 327252 101 0 0 20 0 1 0 34965231 132669440 32213 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 32390 32213 544 484 0 31801 0
Current children cumulated CPU time: 3273.53 s
Current children cumulated vsize: 129560 KiB
Current children cumulated memory: 128852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.14 4.08 6/263 26196
/proc/meminfo: memFree=129438732/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=131348 memory=130644 CPUtime=3333.38 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239030 0 0 0 333237 101 0 0 20 0 1 0 34965231 134500352 32661 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 32837 32661 544 484 0 32248 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 131348 KiB
Current children cumulated memory: 130644 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.08 6/263 26198
/proc/meminfo: memFree=129455808/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=131348 memory=130644 CPUtime=3393.23 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239030 0 0 0 339222 101 0 0 20 0 1 0 34965231 134500352 32661 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 32837 32661 544 484 0 32248 0
Current children cumulated CPU time: 3393.23 s
Current children cumulated vsize: 131348 KiB
Current children cumulated memory: 130644 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.10 4.08 6/263 26200
/proc/meminfo: memFree=129446264/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=131712 memory=131028 CPUtime=3453.08 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239183 0 0 0 345207 101 0 0 20 0 1 0 34965231 134873088 32757 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 32928 32757 544 484 0 32339 0
Current children cumulated CPU time: 3453.08 s
Current children cumulated vsize: 131712 KiB
Current children cumulated memory: 131028 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.08 6/263 26202
/proc/meminfo: memFree=129414524/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=132448 memory=131796 CPUtime=3512.91 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239367 0 0 0 351190 101 0 0 20 0 1 0 34965231 135626752 32949 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 33112 32949 544 484 0 32523 0
Current children cumulated CPU time: 3512.91 s
Current children cumulated vsize: 132448 KiB
Current children cumulated memory: 131796 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 6/264 26205
/proc/meminfo: memFree=129404048/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=132448 memory=131796 CPUtime=3572.74 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239367 0 0 0 357173 101 0 0 20 0 1 0 34965231 135626752 32949 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 33112 32949 544 484 0 32523 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 132448 KiB
Current children cumulated memory: 131796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.16 4.12 4.09 6/264 26206
/proc/meminfo: memFree=129405152/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=134356 memory=133716 CPUtime=3600.06 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239844 0 0 0 359905 101 0 0 20 0 1 0 34965231 137580544 33429 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 33589 33429 544 484 0 33000 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 134356 KiB
Current children cumulated memory: 133716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.01531 s

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

[startup+3609.7 s]
/proc/loadavg: 4.16 4.12 4.09 6/264 26206
/proc/meminfo: memFree=129405152/131249988 swapFree=33010684/33010684
[pid=25969] ppid=25962 vsize=134356 memory=133716 CPUtime=3600.06 cores=4,6
/proc/25969/stat : 25969 (uwrmaxsat) R 25962 25969 25912 0 -1 4194304 239844 0 0 0 359905 101 0 0 20 0 1 0 34965231 137580544 33429 18446744073709551615 4198400 6176925 140734934060400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 20799488 140734934063466 140734934063593 140734934063593 140734934069195 0
/proc/25969/statm: 33589 33429 544 484 0 33000 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 134356 KiB
Current children cumulated memory: 133716 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.07
CPU user time (s): 3599.05
CPU system time (s): 1.01531
CPU usage (%): 99.7332
Max. virtual memory (cumulated for all children) (KiB): 187532
Max. memory (cumulated for all children) (KiB): 180196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.01531
maximum resident set size= 186852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239844
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= 62
involuntary context switches= 2126


# summary of solver processes directly reported to runsolver:
#   pid: 25969
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.01531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56575 second user time and 13.9109 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 12:27:47
IDJOB=4509948
IDBENCH=159187
IDSOLVER=3372
FILE ID=nodeC031/4509948-1751192867
RUNJOBID= nodeC031-1751192867-25923
SLURM_JOB_ID= 9587586
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-41-3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509948-1751192867/watcher-4509948-1751192867 -o /tmp/evaluation-result-4509948-1751192867/solver-4509948-1751192867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25923 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4509948-1751192867.opb -mem-lim=31000

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

MD5SUM BENCH= e9fe8a525132cf683f02a97489687f4f
RANDOM SEED=1167178360

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.891
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		: 3264.427
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		: 3600.192
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		: 3197.146
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.132
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		: 3268.818
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		: 3599.857
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		: 3482.246
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:        130022520 kB
MemAvailable:   129762080 kB
Buffers:            3280 kB
Cached:           549324 kB
SwapCached:            0 kB
Active:           301444 kB
Inactive:         330324 kB
Active(anon):      97228 kB
Inactive(anon):        0 kB
Active(file):     204216 kB
Inactive(file):   330324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5184 kB
Writeback:             0 kB
AnonPages:         82344 kB
Mapped:           102412 kB
Shmem:             18064 kB
KReclaimable:      88520 kB
Slab:             173504 kB
SReclaimable:      88520 kB
SUnreclaim:        84984 kB
KernelStack:        3856 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     339876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 433048 MiB
End job on nodeC031 at 2025-06-29 13:27:57