Trace number 4510632

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.03 3609.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
MD5SUM6c6f54dbad76425fd68d4f6d2aa72935
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 benchmark8.17924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints980
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)978
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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 980 PB-constraints to clauses...
0.00/0.01	c ============================[ Encoding Statistics ]============================
0.00/0.01	c |  Number of variables:           701                                         |
0.00/0.01	c |  Number of clauses:            3914                                         |
0.00/0.01	c ===============================================================================
3600.02/3609.70	c *** TERMINATED by signal 15 ***
3600.02/3609.70	c _______________________________________________________________________________
3600.02/3609.70	c 
3600.02/3609.70	c _______________________________________________________________________________
3600.02/3609.70	c 
3600.02/3609.70	c =======================[ UWrMaxSat resources usage ]===========================
3600.02/3609.70	c Memory used            : 231.00 MB
3600.02/3609.70	c CPU time               : 3597.68 s
3600.02/3609.70	c Constr Enc: Srt/BDD/Add: 490 0 0
3600.02/3609.70	c _______________________________________________________________________________
3600.02/3609.70	c _______________________________________________________________________________
3600.02/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 (63033 MiB free)
  memory of node 1: 64465 MiB (63744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510632-1751196478/watcher-4510632-1751196478 -o /tmp/evaluation-result-4510632-1751196478/solver-4510632-1751196478 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25923 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4510632-1751196478.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26295, runsolver pid=26288

[startup+0.100058 s]*
/proc/loadavg: 4.16 4.12 4.09 4/262 26296
/proc/meminfo: memFree=129816596/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=5812 memory=5092 CPUtime=0.09 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 1226 0 0 0 9 0 0 0 20 0 1 0 35326354 5951488 1273 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 1453 1273 544 484 0 864 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 5812 KiB
Current children cumulated memory: 5092 KiB

[startup+0.204715 s]*
/proc/loadavg: 4.16 4.12 4.09 4/262 26308
/proc/meminfo: memFree=129814968/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=6496 memory=5712 CPUtime=0.2 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 1694 0 0 0 20 0 0 0 20 0 1 0 35326354 6651904 1428 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 1624 1428 544 484 0 1035 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 6496 KiB
Current children cumulated memory: 5712 KiB

[startup+0.304522 s]*
/proc/loadavg: 4.16 4.12 4.09 4/262 26310
/proc/meminfo: memFree=129813720/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=7036 memory=6248 CPUtime=0.3 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 2106 0 0 0 30 0 0 0 20 0 1 0 35326354 7204864 1562 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 1759 1562 544 484 0 1170 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 7036 KiB
Current children cumulated memory: 6248 KiB

[startup+0.70011 s]
/proc/loadavg: 4.16 4.12 4.09 4/259 26327
/proc/meminfo: memFree=129813208/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=6924 memory=6072 CPUtime=0.68 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 3455 0 0 0 68 0 0 0 20 0 1 0 35326354 7090176 1518 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 1731 1518 544 484 0 1142 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 6924 KiB
Current children cumulated memory: 6072 KiB

[startup+1.50011 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 26341
/proc/meminfo: memFree=129811476/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=9820 memory=9056 CPUtime=1.48 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 5376 0 0 0 148 0 0 0 20 0 1 0 35326354 10055680 2264 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 2455 2264 544 484 0 1866 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 9820 KiB
Current children cumulated memory: 9056 KiB

[startup+3.10443 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 26341
/proc/meminfo: memFree=129805932/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=11364 memory=10524 CPUtime=3.09 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 10038 0 0 0 308 1 0 0 20 0 1 0 35326354 11636736 2631 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 2841 2631 544 484 0 2252 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 11364 KiB
Current children cumulated memory: 10524 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 26341
/proc/meminfo: memFree=129791964/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=16492 memory=15544 CPUtime=6.27 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 15653 0 0 0 626 1 0 0 20 0 1 0 35326354 16887808 3886 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 4123 3886 544 484 0 3534 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 16492 KiB
Current children cumulated memory: 15544 KiB

[startup+12.7001 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 26341
/proc/meminfo: memFree=129822912/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=18740 memory=17916 CPUtime=12.65 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 19409 0 0 0 1263 2 0 0 20 0 1 0 35326354 19189760 4479 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 4685 4479 544 484 0 4096 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 18740 KiB
Current children cumulated memory: 17916 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 26341
/proc/meminfo: memFree=129786432/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=29192 memory=27924 CPUtime=25.42 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 30490 0 0 0 2537 5 0 0 20 0 1 0 35326354 29892608 6981 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 7298 6981 544 484 0 6709 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 29192 KiB
Current children cumulated memory: 27924 KiB

[startup+51.1049 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 26342
/proc/meminfo: memFree=129749264/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=37628 memory=36200 CPUtime=50.96 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 42540 0 0 0 5087 9 0 0 20 0 1 0 35326354 38531072 9050 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 9407 9050 544 484 0 8818 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 37628 KiB
Current children cumulated memory: 36200 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 26479
/proc/meminfo: memFree=129823844/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=59016 memory=57112 CPUtime=102.01 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 63935 0 0 0 10182 19 0 0 20 0 1 0 35326354 60432384 14278 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 14754 14278 544 484 0 14165 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 59016 KiB
Current children cumulated memory: 57112 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/263 26531
/proc/meminfo: memFree=129763040/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=61900 memory=59908 CPUtime=161.83 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 76346 0 0 0 16157 26 0 0 20 0 1 0 35326354 63385600 14977 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 15475 14977 544 484 0 14886 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 61900 KiB
Current children cumulated memory: 59908 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.17 4.11 5/263 26533
/proc/meminfo: memFree=129739740/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=69900 memory=67840 CPUtime=221.65 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 84533 0 0 0 22134 31 0 0 20 0 1 0 35326354 71577600 16960 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 17475 16960 544 484 0 16886 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 69900 KiB
Current children cumulated memory: 67840 KiB

[startup+282.3 s]
/proc/loadavg: 4.23 4.18 4.11 5/262 26535
/proc/meminfo: memFree=129724392/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=74912 memory=72572 CPUtime=281.48 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 96715 0 0 0 28110 38 0 0 20 0 1 0 35326354 76709888 18143 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 18728 18143 544 484 0 18139 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 74912 KiB
Current children cumulated memory: 72572 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.17 4.11 5/262 26537
/proc/meminfo: memFree=129722284/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=80248 memory=77580 CPUtime=341.29 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 106918 0 0 0 34087 42 0 0 20 0 1 0 35326354 82173952 19395 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 20062 19395 544 484 0 19473 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 80248 KiB
Current children cumulated memory: 77580 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/263 26541
/proc/meminfo: memFree=129693708/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=108572 memory=107724 CPUtime=401.13 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 112589 0 0 0 40066 47 0 0 20 0 1 0 35326354 111177728 26931 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 27143 26931 544 484 0 26554 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 108572 KiB
Current children cumulated memory: 107724 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/263 26543
/proc/meminfo: memFree=129691356/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=96848 memory=95960 CPUtime=460.98 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 118874 0 0 0 46049 49 0 0 20 0 1 0 35326354 99172352 23990 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 24212 23990 544 484 0 23623 0

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

Current children cumulated memory: 137048 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 26891
/proc/meminfo: memFree=129360576/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=182364 memory=181392 CPUtime=2914.38 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 323790 0 0 0 291253 185 0 0 20 0 1 0 35326354 186740736 45348 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 45591 45348 544 484 0 45002 0
Current children cumulated CPU time: 2914.38 s
Current children cumulated vsize: 182364 KiB
Current children cumulated memory: 181392 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 26893
/proc/meminfo: memFree=129374752/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=143672 memory=142708 CPUtime=2974.22 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 324345 0 0 0 297235 187 0 0 20 0 1 0 35326354 147120128 35677 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 35918 35677 544 484 0 35329 0
Current children cumulated CPU time: 2974.22 s
Current children cumulated vsize: 143672 KiB
Current children cumulated memory: 142708 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 26895
/proc/meminfo: memFree=129351844/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=184404 memory=183432 CPUtime=3034.07 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 325580 0 0 0 303217 190 0 0 20 0 1 0 35326354 188829696 45858 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 46101 45858 544 484 0 45512 0
Current children cumulated CPU time: 3034.07 s
Current children cumulated vsize: 184404 KiB
Current children cumulated memory: 183432 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 26897
/proc/meminfo: memFree=129374496/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=144964 memory=144000 CPUtime=3093.92 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 326567 0 0 0 309199 193 0 0 20 0 1 0 35326354 148443136 36000 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 36241 36000 544 484 0 35652 0
Current children cumulated CPU time: 3093.92 s
Current children cumulated vsize: 144964 KiB
Current children cumulated memory: 144000 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 26905
/proc/meminfo: memFree=129338024/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=188196 memory=187232 CPUtime=3153.76 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 327705 0 0 0 315180 196 0 0 20 0 1 0 35326354 192712704 46808 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47049 46808 544 484 0 46460 0
Current children cumulated CPU time: 3153.76 s
Current children cumulated vsize: 188196 KiB
Current children cumulated memory: 187232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 26907
/proc/meminfo: memFree=129349408/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=186780 memory=185812 CPUtime=3213.61 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 330501 0 0 0 321160 201 0 0 20 0 1 0 35326354 191262720 46453 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 46695 46453 544 484 0 46106 0
Current children cumulated CPU time: 3213.61 s
Current children cumulated vsize: 186780 KiB
Current children cumulated memory: 185812 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26909
/proc/meminfo: memFree=129311456/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=188484 memory=187516 CPUtime=3273.46 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 332416 0 0 0 327141 205 0 0 20 0 1 0 35326354 193007616 46879 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47121 46879 544 484 0 46532 0
Current children cumulated CPU time: 3273.46 s
Current children cumulated vsize: 188484 KiB
Current children cumulated memory: 187516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/262 26911
/proc/meminfo: memFree=129303700/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=188176 memory=187212 CPUtime=3333.3 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 334717 0 0 0 333120 210 0 0 20 0 1 0 35326354 192692224 46803 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47044 46803 544 484 0 46455 0
Current children cumulated CPU time: 3333.3 s
Current children cumulated vsize: 188176 KiB
Current children cumulated memory: 187212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 26913
/proc/meminfo: memFree=129295468/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=188208 memory=187240 CPUtime=3393.15 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 336754 0 0 0 339099 216 0 0 20 0 1 0 35326354 192724992 46810 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47052 46810 544 484 0 46463 0
Current children cumulated CPU time: 3393.15 s
Current children cumulated vsize: 188208 KiB
Current children cumulated memory: 187240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 26915
/proc/meminfo: memFree=129286272/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=190620 memory=189656 CPUtime=3452.99 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 339786 0 0 0 345078 221 0 0 20 0 1 0 35326354 195194880 47414 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47655 47414 544 484 0 47066 0
Current children cumulated CPU time: 3452.99 s
Current children cumulated vsize: 190620 KiB
Current children cumulated memory: 189656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 26917
/proc/meminfo: memFree=129280196/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=190492 memory=189524 CPUtime=3512.84 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 342362 0 0 0 351057 227 0 0 20 0 1 0 35326354 195063808 47381 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47623 47381 544 484 0 47034 0
Current children cumulated CPU time: 3512.84 s
Current children cumulated vsize: 190492 KiB
Current children cumulated memory: 189524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 26919
/proc/meminfo: memFree=129257056/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=188192 memory=187228 CPUtime=3572.68 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 345271 0 0 0 357036 232 0 0 20 0 1 0 35326354 192708608 46807 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47048 46807 544 484 0 46459 0
Current children cumulated CPU time: 3572.68 s
Current children cumulated vsize: 188192 KiB
Current children cumulated memory: 187228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26920
/proc/meminfo: memFree=129264084/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=190892 memory=189924 CPUtime=3600.02 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 346144 0 0 0 359768 234 0 0 20 0 1 0 35326354 195473408 47481 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47723 47481 544 484 0 47134 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 190892 KiB
Current children cumulated memory: 189924 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.34509 s

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

[startup+3609.7 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 26920
/proc/meminfo: memFree=129264084/131249988 swapFree=33010684/33010684
[pid=26295] ppid=26288 vsize=190892 memory=189924 CPUtime=3600.02 cores=4,6
/proc/26295/stat : 26295 (uwrmaxsat) R 26288 26295 25912 0 -1 4194304 346144 0 0 0 359768 234 0 0 20 0 1 0 35326354 195473408 47481 18446744073709551615 4198400 6176925 140729314574208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 25518080 140729314580842 140729314580969 140729314580969 140729314586571 0
/proc/26295/statm: 47723 47481 544 484 0 47134 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 190892 KiB
Current children cumulated memory: 189924 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.03
CPU user time (s): 3597.68
CPU system time (s): 2.34509
CPU usage (%): 99.732
Max. virtual memory (cumulated for all children) (KiB): 236764
Max. memory (cumulated for all children) (KiB): 235792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.34509
maximum resident set size= 235792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346144
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= 69
involuntary context switches= 2872


# summary of solver processes directly reported to runsolver:
#   pid: 26295
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.34509

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96426 second user time and 15.355 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 13:27:58
IDJOB=4510632
IDBENCH=160374
IDSOLVER=3372
FILE ID=nodeC031/4510632-1751196478
RUNJOBID= nodeC031-1751192867-25923
SLURM_JOB_ID= 9587586
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-extracted.pb.metafix.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510632-1751196478/watcher-4510632-1751196478 -o /tmp/evaluation-result-4510632-1751196478/solver-4510632-1751196478 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751192867-25923 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4510632-1751196478.opb -mem-lim=31000

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

MD5SUM BENCH= 6c6f54dbad76425fd68d4f6d2aa72935
RANDOM SEED=1730973170

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		: 3600.024
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		: 3600.165
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		: 3599.916
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		: 3644.928
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		: 3598.676
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.892
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		: 3551.908
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:        129661148 kB
MemAvailable:   129407856 kB
Buffers:            3280 kB
Cached:           556436 kB
SwapCached:            0 kB
Active:           679976 kB
Inactive:         337416 kB
Active(anon):     475740 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):   337416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5284 kB
Writeback:            32 kB
AnonPages:        459636 kB
Mapped:           107028 kB
Shmem:             18064 kB
KReclaimable:      88588 kB
Slab:             174272 kB
SReclaimable:      88588 kB
SUnreclaim:        85684 kB
KernelStack:        4252 kB
PageTables:         3872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     767008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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 14:28:08