Trace number 4515938

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.04 3610.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
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.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1288
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
Number of bits of the biggest sum of numbers11
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.01	c Converting 2577 PB-constraints to clauses...
0.00/0.05	c ============================[ Encoding Statistics ]============================
0.00/0.05	c |  Number of variables:         30121                                         |
0.00/0.05	c |  Number of clauses:           79236                                         |
0.00/0.05	c ===============================================================================
3600.03/3610.00	c *** TERMINATED by signal 15 ***
3600.03/3610.00	c _______________________________________________________________________________
3600.03/3610.00	c 
3600.03/3610.00	c _______________________________________________________________________________
3600.03/3610.00	c 
3600.03/3610.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.03/3610.00	c Memory used            : 305.00 MB
3600.03/3610.00	c CPU time               : 3598.53 s
3600.03/3610.00	c Constr Enc: Srt/BDD/Add: 1 0 0
3600.03/3610.00	c _______________________________________________________________________________
3600.03/3610.00	c _______________________________________________________________________________
3600.03/3610.00	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 (59591 MiB free)
  memory of node 1: 64465 MiB (63670 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515938-1751229534/watcher-4515938-1751229534 -o /tmp/evaluation-result-4515938-1751229534/solver-4515938-1751229534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30967 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4515938-1751229534.opb -mem-lim=31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=32534, runsolver pid=32531

[startup+0.100061 s]*
/proc/loadavg: 4.20 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126198672/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=23368 memory=21460 CPUtime=0.09 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 5792 0 0 0 9 0 0 0 20 0 1 0 38630021 23928832 5365 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 5842 5365 512 484 0 5253 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23368 KiB
Current children cumulated memory: 21460 KiB

[startup+0.205568 s]*
/proc/loadavg: 4.20 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126198672/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=27792 memory=25600 CPUtime=0.19 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 6494 0 0 0 19 0 0 0 20 0 1 0 38630021 28459008 6400 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 6948 6400 512 484 0 6359 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 27792 KiB
Current children cumulated memory: 25600 KiB

[startup+0.305523 s]*
/proc/loadavg: 4.20 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126198672/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=27792 memory=25600 CPUtime=0.29 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 6497 0 0 0 29 0 0 0 20 0 1 0 38630021 28459008 6400 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 6948 6400 512 484 0 6359 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 27792 KiB
Current children cumulated memory: 25600 KiB

[startup+0.700168 s]
/proc/loadavg: 4.20 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126195144/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=30864 memory=29168 CPUtime=0.68 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 10241 0 0 0 67 1 0 0 20 0 1 0 38630021 31604736 7292 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 7716 7292 512 484 0 7127 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30864 KiB
Current children cumulated memory: 29168 KiB

[startup+1.50012 s]
/proc/loadavg: 4.20 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126193572/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=30864 memory=29168 CPUtime=1.48 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 10248 0 0 0 147 1 0 0 20 0 1 0 38630021 31604736 7292 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 7716 7292 512 484 0 7127 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 30864 KiB
Current children cumulated memory: 29168 KiB

[startup+3.10529 s]
/proc/loadavg: 4.18 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126188652/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=26360 memory=24912 CPUtime=3.08 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 11405 0 0 0 307 1 0 0 20 0 1 0 38630021 26992640 6228 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 6590 6228 512 484 0 6001 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 26360 KiB
Current children cumulated memory: 24912 KiB

[startup+6.30011 s]
/proc/loadavg: 4.18 4.12 4.10 5/268 32535
/proc/meminfo: memFree=126187344/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=30200 memory=28756 CPUtime=6.27 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 12702 0 0 0 625 2 0 0 20 0 1 0 38630021 30924800 7189 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 7550 7189 512 484 0 6961 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30200 KiB
Current children cumulated memory: 28756 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.12 4.10 5/267 32535
/proc/meminfo: memFree=126197472/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=31928 memory=30416 CPUtime=12.65 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 14273 0 0 0 1263 2 0 0 20 0 1 0 38630021 32694272 7604 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 7982 7604 512 484 0 7393 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 31928 KiB
Current children cumulated memory: 30416 KiB

[startup+25.5001 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 32535
/proc/meminfo: memFree=126195700/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=46144 memory=44604 CPUtime=25.42 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 16147 0 0 0 2539 3 0 0 20 0 1 0 38630021 47251456 11151 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 11536 11151 512 484 0 10947 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 46144 KiB
Current children cumulated memory: 44604 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.12 4.09 5/267 32535
/proc/meminfo: memFree=126178000/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=51276 memory=49724 CPUtime=50.95 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 17231 0 0 0 5092 3 0 0 20 0 1 0 38630021 52506624 12431 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 12819 12431 512 484 0 12230 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 51276 KiB
Current children cumulated memory: 49724 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/268 32538
/proc/meminfo: memFree=126150772/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=68824 memory=67260 CPUtime=102 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 18640 0 0 0 10196 4 0 0 20 0 1 0 38630021 70475776 16815 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 17206 16815 512 484 0 16617 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 68824 KiB
Current children cumulated memory: 67260 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 32540
/proc/meminfo: memFree=126136972/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=58184 memory=56800 CPUtime=161.84 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 21119 0 0 0 16178 6 0 0 20 0 1 0 38630021 59580416 14200 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 14546 14200 512 484 0 13957 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 58184 KiB
Current children cumulated memory: 56800 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/266 32542
/proc/meminfo: memFree=126066860/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=66540 memory=65084 CPUtime=221.67 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 22196 0 0 0 22160 7 0 0 20 0 1 0 38630021 68136960 16271 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 16635 16271 512 484 0 16046 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 66540 KiB
Current children cumulated memory: 65084 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 32547
/proc/meminfo: memFree=126089504/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=67788 memory=66236 CPUtime=281.49 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 22490 0 0 0 28142 7 0 0 20 0 1 0 38630021 69414912 16559 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 16947 16559 512 484 0 16358 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 67788 KiB
Current children cumulated memory: 66236 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 32554
/proc/meminfo: memFree=126109168/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=83652 memory=82104 CPUtime=341.31 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 22898 0 0 0 34124 7 0 0 20 0 1 0 38630021 85659648 20526 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 20913 20526 512 484 0 20324 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 83652 KiB
Current children cumulated memory: 82104 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 32556
/proc/meminfo: memFree=126014304/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=151788 memory=150272 CPUtime=401.14 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 26787 0 0 0 40104 10 0 0 20 0 1 0 38630021 155430912 37568 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 37947 37568 512 484 0 37358 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 151788 KiB
Current children cumulated memory: 150272 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 32559
/proc/meminfo: memFree=126007508/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=155936 memory=154376 CPUtime=460.98 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 28053 0 0 0 46085 13 0 0 20 0 1 0 38630021 159678464 38594 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 38984 38594 512 484 0 38395 0

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

Current children cumulated memory: 199524 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 32700
/proc/meminfo: memFree=125775896/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=201220 memory=199708 CPUtime=2854.31 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 70828 0 0 0 285321 110 0 0 20 0 1 0 38630021 206049280 49927 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 50305 49927 512 484 0 49716 0
Current children cumulated CPU time: 2854.31 s
Current children cumulated vsize: 201220 KiB
Current children cumulated memory: 199708 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 32703
/proc/meminfo: memFree=125776840/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=200596 memory=199072 CPUtime=2914.15 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 72926 0 0 0 291302 113 0 0 20 0 1 0 38630021 205410304 49768 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 50149 49768 512 484 0 49560 0
Current children cumulated CPU time: 2914.15 s
Current children cumulated vsize: 200596 KiB
Current children cumulated memory: 199072 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 32705
/proc/meminfo: memFree=125321040/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=205764 memory=204180 CPUtime=2974 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 74367 0 0 0 297282 118 0 0 20 0 1 0 38630021 210702336 51045 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 51441 51045 512 484 0 50852 0
Current children cumulated CPU time: 2974 s
Current children cumulated vsize: 205764 KiB
Current children cumulated memory: 204180 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 32707
/proc/meminfo: memFree=125789764/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=200536 memory=198952 CPUtime=3033.84 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 75907 0 0 0 303263 121 0 0 20 0 1 0 38630021 205348864 49738 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 50134 49738 512 484 0 49545 0
Current children cumulated CPU time: 3033.84 s
Current children cumulated vsize: 200536 KiB
Current children cumulated memory: 198952 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 32710
/proc/meminfo: memFree=125500636/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=201640 memory=199364 CPUtime=3093.69 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 77057 0 0 0 309244 125 0 0 20 0 1 0 38630021 206479360 49841 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 50410 49841 512 484 0 49821 0
Current children cumulated CPU time: 3093.69 s
Current children cumulated vsize: 201640 KiB
Current children cumulated memory: 199364 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 32712
/proc/meminfo: memFree=125753636/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=210100 memory=207860 CPUtime=3153.53 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 78236 0 0 0 315224 129 0 0 20 0 1 0 38630021 215142400 51965 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 52525 51965 512 484 0 51936 0
Current children cumulated CPU time: 3153.53 s
Current children cumulated vsize: 210100 KiB
Current children cumulated memory: 207860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 32714
/proc/meminfo: memFree=125427328/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=216760 memory=214520 CPUtime=3213.37 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 78608 0 0 0 321205 132 0 0 20 0 1 0 38630021 221962240 53630 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 54190 53630 512 484 0 53601 0
Current children cumulated CPU time: 3213.37 s
Current children cumulated vsize: 216760 KiB
Current children cumulated memory: 214520 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 32719
/proc/meminfo: memFree=125492276/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=226860 memory=225204 CPUtime=3273.22 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 79957 0 0 0 327187 135 0 0 20 0 1 0 38630021 232304640 56301 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 56715 56301 512 484 0 56126 0
Current children cumulated CPU time: 3273.22 s
Current children cumulated vsize: 226860 KiB
Current children cumulated memory: 225204 KiB

[startup+3342.3 s]
/proc/loadavg: 3.78 4.02 4.07 3/253 32787
/proc/meminfo: memFree=129278888/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=222184 memory=220528 CPUtime=3333.07 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 80961 0 0 0 333169 138 0 0 20 0 1 0 38630021 227516416 55132 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 55546 55132 512 484 0 54957 0
Current children cumulated CPU time: 3333.07 s
Current children cumulated vsize: 222184 KiB
Current children cumulated memory: 220528 KiB

[startup+3402.3 s]
/proc/loadavg: 2.69 3.67 3.94 3/253 32789
/proc/meminfo: memFree=129258572/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=217928 memory=216272 CPUtime=3392.9 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 82396 0 0 0 339149 141 0 0 20 0 1 0 38630021 223158272 54068 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 54482 54068 512 484 0 53893 0
Current children cumulated CPU time: 3392.9 s
Current children cumulated vsize: 217928 KiB
Current children cumulated memory: 216272 KiB

[startup+3462.3 s]
/proc/loadavg: 2.28 3.37 3.82 3/252 32791
/proc/meminfo: memFree=129251948/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=226268 memory=224632 CPUtime=3452.71 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 83710 0 0 0 345128 143 0 0 20 0 1 0 38630021 231698432 56158 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 56567 56158 512 484 0 55978 0
Current children cumulated CPU time: 3452.71 s
Current children cumulated vsize: 226268 KiB
Current children cumulated memory: 224632 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 3.14 3.71 2/246 32824
/proc/meminfo: memFree=129459460/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=202196 memory=199864 CPUtime=3512.52 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 85709 0 0 0 351105 147 0 0 20 0 1 0 38630021 207048704 49966 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 50549 49966 512 484 0 49960 0
Current children cumulated CPU time: 3512.52 s
Current children cumulated vsize: 202196 KiB
Current children cumulated memory: 199864 KiB

[startup+3582.3 s]
/proc/loadavg: 1.52 2.77 3.55 2/246 32826
/proc/meminfo: memFree=129493112/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=165628 memory=164068 CPUtime=3572.39 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 87344 0 0 0 357089 150 0 0 20 0 1 0 38630021 169603072 41017 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 41407 41017 512 484 0 40818 0
Current children cumulated CPU time: 3572.39 s
Current children cumulated vsize: 165628 KiB
Current children cumulated memory: 164068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 1.31 2.60 3.46 2/246 32826
/proc/meminfo: memFree=129488260/131250000 swapFree=33010684/33010684
[pid=32534] ppid=32531 vsize=190832 memory=189196 CPUtime=3600.03 cores=5,7
/proc/32534/stat : 32534 (uwrmaxsat) R 32531 32534 30954 0 -1 4194304 88024 0 0 0 359852 151 0 0 20 0 1 0 38630021 195411968 47299 18446744073709551615 4198400 6176925 140730571587280 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 28258304 140730571589994 140730571590121 140730571590121 140730571595723 0
/proc/32534/statm: 47708 47299 512 484 0 47119 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 190832 KiB
Current children cumulated memory: 189196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.51574 s

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

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.04
CPU user time (s): 3598.53
CPU system time (s): 1.51574
CPU usage (%): 99.7241
Max. virtual memory (cumulated for all children) (KiB): 312864
Max. memory (cumulated for all children) (KiB): 309408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.51573
maximum resident set size= 311200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88024
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= 29
involuntary context switches= 1430


# summary of solver processes directly reported to runsolver:
#   pid: 32534
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.51574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64813 second user time and 14.4052 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 22:38:54
IDJOB=4515938
IDBENCH=167132
IDSOLVER=3372
FILE ID=nodeC014/4515938-1751229534
RUNJOBID= nodeC014-1751222027-30967
SLURM_JOB_ID= 9587677
Free space on /tmp= 433000 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515938-1751229534/watcher-4515938-1751229534 -o /tmp/evaluation-result-4515938-1751229534/solver-4515938-1751229534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30967 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4515938-1751229534.opb -mem-lim=31000

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=1490643924

nodeC014 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.120
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	: 7000.23
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.200
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	: 7000.23
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.258
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	: 7000.23
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		: 3604.588
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	: 7000.23
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		: 3600.083
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	: 7000.23
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		: 3595.744
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	: 7000.23
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		: 3642.557
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	: 7000.23
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		: 3600.089
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126219696 kB
MemAvailable:   126292936 kB
Buffers:            3280 kB
Cached:           881848 kB
SwapCached:            0 kB
Active:          3667112 kB
Inactive:         672380 kB
Active(anon):    3472432 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   672380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:       3455304 kB
Mapped:           109928 kB
Shmem:             18068 kB
KReclaimable:      90836 kB
Slab:             177580 kB
SReclaimable:      90836 kB
SUnreclaim:        86744 kB
KernelStack:        4384 kB
PageTables:         9660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4328008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1599488 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC014 at 2025-06-29 23:39:05