Trace number 4514066

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.01 3609.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUM6929a7343695a3957aad0265eef3dd9c
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.031444
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
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 142 PB-constraints to clauses...
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           213                                         |
0.00/0.00	c |  Number of clauses:            1136                                         |
0.00/0.00	c ===============================================================================
3600.00/3609.60	c *** TERMINATED by signal 15 ***
3600.00/3609.60	c _______________________________________________________________________________
3600.00/3609.60	c 
3600.00/3609.60	c _______________________________________________________________________________
3600.00/3609.60	c 
3600.00/3609.60	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3609.60	c Memory used            : 266.00 MB
3600.00/3609.60	c CPU time               : 3599.52 s
3600.00/3609.60	c Constr Enc: Srt/BDD/Add: 71 0 0
3600.00/3609.60	c _______________________________________________________________________________
3600.00/3609.60	c _______________________________________________________________________________
3600.00/3609.60	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 (62912 MiB free)
  memory of node 1: 64465 MiB (63706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514066-1751222027/watcher-4514066-1751222027 -o /tmp/evaluation-result-4514066-1751222027/solver-4514066-1751222027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30967 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4514066-1751222027.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31015, runsolver pid=31006

[startup+0.100058 s]*
/proc/loadavg: 0.54 0.93 1.33 5/264 31024
/proc/meminfo: memFree=129657980/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=4052 memory=3464 CPUtime=0.1 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 560 0 0 0 10 0 0 0 20 0 1 0 37879313 4149248 866 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 1013 866 544 484 0 424 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4052 KiB
Current children cumulated memory: 3464 KiB

[startup+0.20533 s]*
/proc/loadavg: 0.54 0.93 1.33 4/262 31032
/proc/meminfo: memFree=129657916/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=5124 memory=4608 CPUtime=0.2 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 1048 0 0 0 20 0 0 0 20 0 1 0 37879313 5246976 1152 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 1281 1152 544 484 0 692 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 5124 KiB
Current children cumulated memory: 4608 KiB

[startup+0.304791 s]*
/proc/loadavg: 0.54 0.93 1.33 4/262 31032
/proc/meminfo: memFree=129657916/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=5096 memory=4500 CPUtime=0.3 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 1347 0 0 0 30 0 0 0 20 0 1 0 37879313 5218304 1125 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 1274 1125 544 484 0 685 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 5096 KiB
Current children cumulated memory: 4500 KiB

[startup+0.700108 s]
/proc/loadavg: 0.54 0.93 1.33 5/262 31032
/proc/meminfo: memFree=129657664/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=6540 memory=6000 CPUtime=0.69 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 1902 0 0 0 69 0 0 0 20 0 1 0 37879313 6696960 1500 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 1635 1500 544 484 0 1046 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 6540 KiB
Current children cumulated memory: 6000 KiB

[startup+1.50011 s]
/proc/loadavg: 0.54 0.93 1.33 4/262 31032
/proc/meminfo: memFree=129653416/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=7748 memory=7164 CPUtime=1.49 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 3247 0 0 0 149 0 0 0 20 0 1 0 37879313 7933952 1791 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 1937 1791 544 484 0 1348 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 7748 KiB
Current children cumulated memory: 7164 KiB

[startup+3.1053 s]
/proc/loadavg: 0.81 0.99 1.35 5/266 31069
/proc/meminfo: memFree=129663168/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=8276 memory=7688 CPUtime=3.08 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 6245 0 0 0 308 0 0 0 20 0 1 0 37879313 8474624 1922 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 2069 1922 544 484 0 1480 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 8276 KiB
Current children cumulated memory: 7688 KiB

[startup+6.30015 s]
/proc/loadavg: 0.81 0.99 1.35 5/266 31069
/proc/meminfo: memFree=129654148/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=14164 memory=13484 CPUtime=6.27 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 9432 0 0 0 626 1 0 0 20 0 1 0 37879313 14503936 3371 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 3541 3371 544 484 0 2952 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 14164 KiB
Current children cumulated memory: 13484 KiB

[startup+12.7001 s]
/proc/loadavg: 1.07 1.04 1.36 5/265 31070
/proc/meminfo: memFree=129630132/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=15508 memory=14856 CPUtime=12.66 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 13387 0 0 0 1264 2 0 0 20 0 1 0 37879313 15880192 3714 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 3877 3714 544 484 0 3288 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 15508 KiB
Current children cumulated memory: 14856 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=31015] ppid=31006 vsize=27692 memory=27096 CPUtime=25.43 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 15838 0 0 0 2540 3 0 0 20 0 1 0 37879313 28356608 6774 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 6923 6774 544 484 0 6334 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 27692 KiB
Current children cumulated memory: 27096 KiB

[startup+51.1055 s]
/proc/loadavg: 2.55 1.43 1.48 5/265 31070
/proc/meminfo: memFree=129579260/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=29704 memory=28772 CPUtime=50.96 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 17842 0 0 0 5093 3 0 0 20 0 1 0 37879313 30416896 7193 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 7426 7193 544 484 0 6837 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 29704 KiB
Current children cumulated memory: 28772 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.82 1.62 5/265 31072
/proc/meminfo: memFree=129512420/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=43492 memory=42904 CPUtime=102.03 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 21974 0 0 0 10198 5 0 0 20 0 1 0 37879313 44535808 10726 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 10873 10726 544 484 0 10284 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 43492 KiB
Current children cumulated memory: 42904 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 2.25 1.78 5/265 31074
/proc/meminfo: memFree=129497516/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=49772 memory=49100 CPUtime=161.87 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 27428 0 0 0 16180 7 0 0 20 0 1 0 37879313 50966528 12275 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 12443 12275 544 484 0 11854 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 49772 KiB
Current children cumulated memory: 49100 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.59 1.93 5/265 31076
/proc/meminfo: memFree=129484012/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=63056 memory=62424 CPUtime=221.72 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 28727 0 0 0 22165 7 0 0 20 0 1 0 37879313 64569344 15606 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 15764 15606 544 484 0 15175 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 63056 KiB
Current children cumulated memory: 62424 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.86 2.06 5/267 31080
/proc/meminfo: memFree=129465272/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=63056 memory=62424 CPUtime=281.57 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 28753 0 0 0 28150 7 0 0 20 0 1 0 37879313 64569344 15606 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 15764 15606 544 484 0 15175 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 63056 KiB
Current children cumulated memory: 62424 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.09 2.19 5/265 31082
/proc/meminfo: memFree=129437168/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=66336 memory=65668 CPUtime=341.42 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 29818 0 0 0 34135 7 0 0 20 0 1 0 37879313 67928064 16417 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 16584 16417 544 484 0 15995 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 66336 KiB
Current children cumulated memory: 65668 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.27 2.31 5/265 31084
/proc/meminfo: memFree=129389612/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=72248 memory=71660 CPUtime=401.28 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 31198 0 0 0 40120 8 0 0 20 0 1 0 37879313 73981952 17915 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 18062 17915 544 484 0 17473 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 72248 KiB
Current children cumulated memory: 71660 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.45 2.44 5/266 31088
/proc/meminfo: memFree=129344292/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=89092 memory=88408 CPUtime=461.13 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 31839 0 0 0 46105 8 0 0 20 0 1 0 37879313 91230208 22102 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 22273 22102 544 484 0 21684 0
Current children cumulated CPU time: 461.13 s

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

Current children cumulated memory: 167604 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 4.09 4.01 5/265 31214
/proc/meminfo: memFree=129097144/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=219668 memory=219040 CPUtime=2855 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 52424 0 0 0 285473 27 0 0 20 0 1 0 37879313 224940032 54760 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 54917 54760 544 484 0 54328 0
Current children cumulated CPU time: 2855 s
Current children cumulated vsize: 219668 KiB
Current children cumulated memory: 219040 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/266 31219
/proc/meminfo: memFree=129037744/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=213872 memory=213284 CPUtime=2914.82 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 54220 0 0 0 291451 31 0 0 20 0 1 0 37879313 219004928 53321 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 53468 53321 544 484 0 52879 0
Current children cumulated CPU time: 2914.82 s
Current children cumulated vsize: 213872 KiB
Current children cumulated memory: 213284 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=31015] ppid=31006 vsize=168192 memory=167604 CPUtime=2974.63 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 54779 0 0 0 297432 31 0 0 20 0 1 0 37879313 172228608 41901 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42048 41901 544 484 0 41459 0
Current children cumulated CPU time: 2974.63 s
Current children cumulated vsize: 168192 KiB
Current children cumulated memory: 167604 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/264 31228
/proc/meminfo: memFree=129085328/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=207128 memory=206540 CPUtime=3034.45 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 56737 0 0 0 303411 34 0 0 20 0 1 0 37879313 212099072 51635 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 51782 51635 544 484 0 51193 0
Current children cumulated CPU time: 3034.45 s
Current children cumulated vsize: 207128 KiB
Current children cumulated memory: 206540 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=31015] ppid=31006 vsize=204080 memory=203492 CPUtime=3094.27 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 58523 0 0 0 309389 38 0 0 20 0 1 0 37879313 208977920 50873 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 51020 50873 544 484 0 50431 0
Current children cumulated CPU time: 3094.27 s
Current children cumulated vsize: 204080 KiB
Current children cumulated memory: 203492 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/265 31233
/proc/meminfo: memFree=129073096/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=203920 memory=203332 CPUtime=3154.08 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 59686 0 0 0 315369 39 0 0 20 0 1 0 37879313 208814080 50833 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 50980 50833 544 484 0 50391 0
Current children cumulated CPU time: 3154.08 s
Current children cumulated vsize: 203920 KiB
Current children cumulated memory: 203332 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/264 31235
/proc/meminfo: memFree=129094348/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168192 memory=167604 CPUtime=3213.89 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 61266 0 0 0 321347 42 0 0 20 0 1 0 37879313 172228608 41901 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42048 41901 544 484 0 41459 0
Current children cumulated CPU time: 3213.89 s
Current children cumulated vsize: 168192 KiB
Current children cumulated memory: 167604 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/263 31237
/proc/meminfo: memFree=129065900/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168884 memory=168244 CPUtime=3273.71 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 61518 0 0 0 327329 42 0 0 20 0 1 0 37879313 172937216 42061 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42221 42061 544 484 0 41632 0
Current children cumulated CPU time: 3273.71 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 168244 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/263 31239
/proc/meminfo: memFree=129024244/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=214444 memory=213856 CPUtime=3333.53 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 63686 0 0 0 333308 45 0 0 20 0 1 0 37879313 219590656 53464 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 53611 53464 544 484 0 53022 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 214444 KiB
Current children cumulated memory: 213856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/262 31241
/proc/meminfo: memFree=129073624/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168884 memory=168296 CPUtime=3393.34 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 64586 0 0 0 339288 46 0 0 20 0 1 0 37879313 172937216 42074 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42221 42074 544 484 0 41632 0
Current children cumulated CPU time: 3393.34 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 168296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/263 31244
/proc/meminfo: memFree=129022280/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168884 memory=168296 CPUtime=3453.15 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 64665 0 0 0 345269 46 0 0 20 0 1 0 37879313 172937216 42074 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42221 42074 544 484 0 41632 0
Current children cumulated CPU time: 3453.15 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 168296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.03 5/265 31250
/proc/meminfo: memFree=128973452/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=213676 memory=213088 CPUtime=3512.97 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 65739 0 0 0 351249 48 0 0 20 0 1 0 37879313 218804224 53272 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 53419 53272 544 484 0 52830 0
Current children cumulated CPU time: 3512.97 s
Current children cumulated vsize: 213676 KiB
Current children cumulated memory: 213088 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/265 31256
/proc/meminfo: memFree=129063188/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168884 memory=168296 CPUtime=3572.79 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 66116 0 0 0 357230 49 0 0 20 0 1 0 37879313 172937216 42074 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42221 42074 544 484 0 41632 0
Current children cumulated CPU time: 3572.79 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 168296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.08 4.08 4.03 5/265 31257
/proc/meminfo: memFree=129057604/131250000 swapFree=33010684/33010684
[pid=31015] ppid=31006 vsize=168884 memory=168296 CPUtime=3600 cores=5,7
/proc/31015/stat : 31015 (uwrmaxsat) R 31006 31015 30954 0 -1 4194304 66116 0 0 0 359951 49 0 0 20 0 1 0 37879313 172937216 42074 18446744073709551615 4198400 6176925 140734601622352 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 6553704 6596784 32104448 140734601628010 140734601628137 140734601628137 140734601633739 0
/proc/31015/statm: 42221 42074 544 484 0 41632 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 168884 KiB
Current children cumulated memory: 168296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.52 s, system=0.492394 s

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

Child status: 0

Real time (s): 3609.6
CPU time (s): 3600.01
CPU user time (s): 3599.52
CPU system time (s): 0.492394
CPU usage (%): 99.7343
Max. virtual memory (cumulated for all children) (KiB): 272596
Max. memory (cumulated for all children) (KiB): 271992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.492394
maximum resident set size= 271992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66116
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= 22
involuntary context switches= 1330


# summary of solver processes directly reported to runsolver:
#   pid: 31015
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.52
#   total CPU system time (s): 0.492394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.06403 second user time and 13.8627 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 20:33:47
IDJOB=4514066
IDBENCH=162599
IDSOLVER=3372
FILE ID=nodeC014/4514066-1751222027
RUNJOBID= nodeC014-1751222027-30967
SLURM_JOB_ID= 9587677
Free space on /tmp= 433016 MiB

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

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

MD5SUM BENCH= 6929a7343695a3957aad0265eef3dd9c
RANDOM SEED=844787012

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.440
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		: 3605.179
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.571
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		: 3600.114
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		: 3595.710
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.094
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		: 3599.968
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		: 3579.400
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:        129644516 kB
MemAvailable:   129700684 kB
Buffers:            3280 kB
Cached:           864952 kB
SwapCached:            0 kB
Active:           287960 kB
Inactive:         655500 kB
Active(anon):      93296 kB
Inactive(anon):        0 kB
Active(file):     194664 kB
Inactive(file):   655500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10404 kB
Writeback:             0 kB
AnonPages:         78452 kB
Mapped:           103448 kB
Shmem:             18068 kB
KReclaimable:      90484 kB
Slab:             177532 kB
SReclaimable:      90484 kB
SUnreclaim:        87048 kB
KernelStack:        4128 kB
PageTables:         2832 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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= 433008 MiB
End job on nodeC014 at 2025-06-29 21:33:57