Trace number 4514174

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
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.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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 122 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           183                                         |
0.00/0.00	c |  Number of clauses:             976                                         |
0.00/0.00	c ===============================================================================
3600.04/3610.00	c *** TERMINATED by signal 15 ***
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c 
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c 
3600.04/3610.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.00	c Memory used            : 191.00 MB
3600.04/3610.00	c CPU time               : 3599.6 s
3600.04/3610.00	c Constr Enc: Srt/BDD/Add: 61 0 0
3600.04/3610.00	c _______________________________________________________________________________
3600.04/3610.00	c _______________________________________________________________________________
3600.04/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 (62924 MiB free)
  memory of node 1: 64465 MiB (63705 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=31068, runsolver pid=31065
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 0.54 0.93 1.33 5/266 31069
/proc/meminfo: memFree=129665408/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=4236 memory=3712 CPUtime=0.1 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 572 0 0 0 10 0 0 0 20 0 1 0 37879456 4337664 928 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 1059 928 544 484 0 470 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4236 KiB
Current children cumulated memory: 3712 KiB

[startup+0.205113 s]*
/proc/loadavg: 0.54 0.93 1.33 5/266 31069
/proc/meminfo: memFree=129665408/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=5104 memory=4636 CPUtime=0.2 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 932 0 0 0 20 0 0 0 20 0 1 0 37879456 5226496 1159 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 1276 1159 544 484 0 687 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5104 KiB
Current children cumulated memory: 4636 KiB

[startup+0.304516 s]*
/proc/loadavg: 0.54 0.93 1.33 5/266 31069
/proc/meminfo: memFree=129665536/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=4872 memory=4320 CPUtime=0.3 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 1178 0 0 0 30 0 0 0 20 0 1 0 37879456 4988928 1080 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 1218 1080 544 484 0 629 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 4872 KiB
Current children cumulated memory: 4320 KiB

[startup+0.700056 s]
/proc/loadavg: 0.54 0.93 1.33 5/266 31069
/proc/meminfo: memFree=129664780/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=6488 memory=5936 CPUtime=0.69 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 1949 0 0 0 69 0 0 0 20 0 1 0 37879456 6643712 1484 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 1622 1484 544 484 0 1033 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 6488 KiB
Current children cumulated memory: 5936 KiB

[startup+1.50006 s]
/proc/loadavg: 0.54 0.93 1.33 5/266 31069
/proc/meminfo: memFree=129663772/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=7076 memory=6608 CPUtime=1.49 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 2536 0 0 0 149 0 0 0 20 0 1 0 37879456 7245824 1652 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 1769 1652 544 484 0 1180 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 7076 KiB
Current children cumulated memory: 6608 KiB

[startup+3.10521 s]
/proc/loadavg: 0.81 0.99 1.35 5/266 31069
/proc/meminfo: memFree=129654904/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=9700 memory=8920 CPUtime=3.08 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 5020 0 0 0 308 0 0 0 20 0 1 0 37879456 9932800 2230 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 2425 2230 544 484 0 1836 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 9700 KiB
Current children cumulated memory: 8920 KiB

[startup+6.30011 s]
/proc/loadavg: 0.81 0.99 1.35 5/266 31070
/proc/meminfo: memFree=129649660/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=11104 memory=10556 CPUtime=6.28 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 7702 0 0 0 627 1 0 0 20 0 1 0 37879456 11370496 2639 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 2776 2639 544 484 0 2187 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 11104 KiB
Current children cumulated memory: 10556 KiB

[startup+12.7001 s]
/proc/loadavg: 1.30 1.09 1.38 5/265 31070
/proc/meminfo: memFree=129630156/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=14204 memory=13652 CPUtime=12.66 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 13412 0 0 0 1264 2 0 0 20 0 1 0 37879456 14544896 3413 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 3551 3413 544 484 0 2962 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 14204 KiB
Current children cumulated memory: 13652 KiB

[startup+25.5001 s]
/proc/loadavg: 1.80 1.20 1.41 5/265 31070
/proc/meminfo: memFree=129605372/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=22844 memory=22172 CPUtime=25.42 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 15387 0 0 0 2540 2 0 0 20 0 1 0 37879456 23392256 5543 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 5711 5543 544 484 0 5122 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 22844 KiB
Current children cumulated memory: 22172 KiB

[startup+51.1052 s]
/proc/loadavg: 2.55 1.43 1.48 5/265 31070
/proc/meminfo: memFree=129571068/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=27996 memory=27468 CPUtime=50.95 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 16199 0 0 0 5093 2 0 0 20 0 1 0 37879456 28667904 6867 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 6999 6867 544 484 0 6410 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 27996 KiB
Current children cumulated memory: 27468 KiB

[startup+102.3 s]
/proc/loadavg: 3.50 1.88 1.63 5/265 31072
/proc/meminfo: memFree=129512444/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=39244 memory=38604 CPUtime=102.02 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 19689 0 0 0 10198 4 0 0 20 0 1 0 37879456 40185856 9651 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 9811 9651 544 484 0 9222 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 39244 KiB
Current children cumulated memory: 38604 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.28 1.79 5/265 31074
/proc/meminfo: memFree=129497516/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=43392 memory=42828 CPUtime=161.83 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 22486 0 0 0 16178 5 0 0 20 0 1 0 37879456 44433408 10707 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 10848 10707 544 484 0 10259 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 43392 KiB
Current children cumulated memory: 42828 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.61 1.94 5/265 31076
/proc/meminfo: memFree=129484028/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=51472 memory=50892 CPUtime=221.66 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 23511 0 0 0 22161 5 0 0 20 0 1 0 37879456 52707328 12723 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 12868 12723 544 484 0 12279 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 51472 KiB
Current children cumulated memory: 50892 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.88 2.07 5/267 31080
/proc/meminfo: memFree=129465312/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=62844 memory=62284 CPUtime=281.51 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 24337 0 0 0 28145 6 0 0 20 0 1 0 37879456 64352256 15571 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 15711 15571 544 484 0 15122 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 62844 KiB
Current children cumulated memory: 62284 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.10 2.20 5/265 31082
/proc/meminfo: memFree=129437168/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=59136 memory=58264 CPUtime=341.35 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 27857 0 0 0 34128 7 0 0 20 0 1 0 37879456 60555264 14566 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 14784 14566 544 484 0 14195 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 59136 KiB
Current children cumulated memory: 58264 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.28 2.32 5/265 31084
/proc/meminfo: memFree=129389364/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=75724 memory=74968 CPUtime=401.19 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 29497 0 0 0 40111 8 0 0 20 0 1 0 37879456 77541376 18742 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 18931 18742 544 484 0 18342 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 75724 KiB
Current children cumulated memory: 74968 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 3.46 2.45 5/266 31088
/proc/meminfo: memFree=129344324/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=84244 memory=83660 CPUtime=461.03 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 30123 0 0 0 46095 8 0 0 20 0 1 0 37879456 86265856 20915 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 21061 20915 544 484 0 20472 0
Current children cumulated CPU time: 461.03 s

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

Current children cumulated memory: 155596 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/265 31214
/proc/meminfo: memFree=129096940/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=156248 memory=155596 CPUtime=2854.44 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 51155 0 0 0 285412 32 0 0 20 0 1 0 37879456 159997952 38899 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 39062 38899 544 484 0 38473 0
Current children cumulated CPU time: 2854.44 s
Current children cumulated vsize: 156248 KiB
Current children cumulated memory: 155596 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/266 31219
/proc/meminfo: memFree=129037744/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=121464 memory=121040 CPUtime=2914.27 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 52316 0 0 0 291394 33 0 0 20 0 1 0 37879456 124379136 30260 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 30366 30260 544 484 0 29777 0
Current children cumulated CPU time: 2914.27 s
Current children cumulated vsize: 121464 KiB
Current children cumulated memory: 121040 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/264 31226
/proc/meminfo: memFree=129097444/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=163320 memory=162764 CPUtime=2974.1 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 53972 0 0 0 297375 35 0 0 20 0 1 0 37879456 167239680 40691 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 40830 40691 544 484 0 40241 0
Current children cumulated CPU time: 2974.1 s
Current children cumulated vsize: 163320 KiB
Current children cumulated memory: 162764 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/264 31228
/proc/meminfo: memFree=129081232/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=163320 memory=162764 CPUtime=3033.93 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 53972 0 0 0 303358 35 0 0 20 0 1 0 37879456 167239680 40691 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 40830 40691 544 484 0 40241 0
Current children cumulated CPU time: 3033.93 s
Current children cumulated vsize: 163320 KiB
Current children cumulated memory: 162764 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/265 31231
/proc/meminfo: memFree=129068328/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=163320 memory=162764 CPUtime=3093.76 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 54045 0 0 0 309341 35 0 0 20 0 1 0 37879456 167239680 40691 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 40830 40691 544 484 0 40241 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 163320 KiB
Current children cumulated memory: 162764 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.10 4.02 5/265 31233
/proc/meminfo: memFree=129072848/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=163320 memory=162764 CPUtime=3153.59 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 54045 0 0 0 315324 35 0 0 20 0 1 0 37879456 167239680 40691 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 40830 40691 544 484 0 40241 0
Current children cumulated CPU time: 3153.59 s
Current children cumulated vsize: 163320 KiB
Current children cumulated memory: 162764 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.02 5/264 31235
/proc/meminfo: memFree=129094100/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=163320 memory=162764 CPUtime=3213.43 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 54045 0 0 0 321308 35 0 0 20 0 1 0 37879456 167239680 40691 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 40830 40691 544 484 0 40241 0
Current children cumulated CPU time: 3213.43 s
Current children cumulated vsize: 163320 KiB
Current children cumulated memory: 162764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/263 31237
/proc/meminfo: memFree=129025272/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=172644 memory=171980 CPUtime=3273.26 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 54333 0 0 0 327290 36 0 0 20 0 1 0 37879456 176787456 42995 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 43161 42995 544 484 0 42572 0
Current children cumulated CPU time: 3273.26 s
Current children cumulated vsize: 172644 KiB
Current children cumulated memory: 171980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.02 5/263 31239
/proc/meminfo: memFree=129024244/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=124652 memory=123980 CPUtime=3333.1 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 55011 0 0 0 333273 37 0 0 20 0 1 0 37879456 127643648 30995 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 31163 30995 544 484 0 30574 0
Current children cumulated CPU time: 3333.1 s
Current children cumulated vsize: 124652 KiB
Current children cumulated memory: 123980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/262 31241
/proc/meminfo: memFree=129073624/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=114264 memory=113936 CPUtime=3392.93 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 55586 0 0 0 339255 38 0 0 20 0 1 0 37879456 117006336 28484 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 28566 28484 544 484 0 27977 0
Current children cumulated CPU time: 3392.93 s
Current children cumulated vsize: 114264 KiB
Current children cumulated memory: 113936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.03 5/263 31244
/proc/meminfo: memFree=129022032/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=131996 memory=131404 CPUtime=3452.76 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 57742 0 0 0 345236 40 0 0 20 0 1 0 37879456 135163904 32851 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 32999 32851 544 484 0 32410 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 131996 KiB
Current children cumulated memory: 131404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/265 31250
/proc/meminfo: memFree=128973476/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=150308 memory=149708 CPUtime=3512.59 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 58232 0 0 0 351218 41 0 0 20 0 1 0 37879456 153915392 37427 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 37577 37427 544 484 0 36988 0
Current children cumulated CPU time: 3512.59 s
Current children cumulated vsize: 150308 KiB
Current children cumulated memory: 149708 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.07 4.02 5/265 31256
/proc/meminfo: memFree=129054996/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=122888 memory=122464 CPUtime=3572.43 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 59054 0 0 0 357200 43 0 0 20 0 1 0 37879456 125837312 30616 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 30722 30616 544 484 0 30133 0
Current children cumulated CPU time: 3572.43 s
Current children cumulated vsize: 122888 KiB
Current children cumulated memory: 122464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.08 4.08 4.03 4/263 31376
/proc/meminfo: memFree=129505492/131250000 swapFree=33010684/33010684
[pid=31068] ppid=31065 vsize=125296 memory=123988 CPUtime=3600.04 cores=0,2
/proc/31068/stat : 31068 (uwrmaxsat) R 31065 31068 30954 0 -1 4194304 59949 0 0 0 359959 45 0 0 20 0 1 0 37879456 128303104 30997 18446744073709551615 4198400 6176925 140727467380512 0 0 0 0 0 27682 0 0 0 17 0 0 0 0 0 0 6553704 6596784 33726464 140727467387242 140727467387369 140727467387369 140727467392971 0
/proc/31068/statm: 31324 30997 544 484 0 30735 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 125296 KiB
Current children cumulated memory: 123988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.6 s, system=0.450807 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.05
CPU user time (s): 3599.6
CPU system time (s): 0.450807
CPU usage (%): 99.7242
Max. virtual memory (cumulated for all children) (KiB): 196136
Max. memory (cumulated for all children) (KiB): 188288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.6
system time used= 0.450807
maximum resident set size= 195520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59949
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= 23
involuntary context switches= 4589


# summary of solver processes directly reported to runsolver:
#   pid: 31068
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.6
#   total CPU system time (s): 0.450807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83256 second user time and 15.3885 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 20:33:49
IDJOB=4514174
IDBENCH=162607
IDSOLVER=3372
FILE ID=nodeC014/4514174-1751222029
RUNJOBID= nodeC014-1751222027-30964
SLURM_JOB_ID= 9587677
Free space on /tmp= 433008 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v061-n3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514174-1751222029/watcher-4514174-1751222029 -o /tmp/evaluation-result-4514174-1751222029/solver-4514174-1751222029 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30964 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514174-1751222029.opb -mem-lim=31000

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=1269097434

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.819
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.145
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.142
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		: 3629.433
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.108
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		: 3600.123
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		: 3600.928
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.069
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:        129669504 kB
MemAvailable:   129726320 kB
Buffers:            3280 kB
Cached:           865612 kB
SwapCached:            0 kB
Active:           312780 kB
Inactive:         656132 kB
Active(anon):     118100 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   656132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10968 kB
Writeback:             0 kB
AnonPages:        103060 kB
Mapped:           110180 kB
Shmem:             18068 kB
KReclaimable:      90488 kB
Slab:             177060 kB
SReclaimable:      90488 kB
SUnreclaim:        86572 kB
KernelStack:        4352 kB
PageTables:         3172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     435420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 433004 MiB
End job on nodeC014 at 2025-06-29 21:33:59