Trace number 4514138

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.3

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v071-n2.opb
MD5SUM9a4787c73b047272369cfbced442c738
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.01037
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.04/3610.30	c *** TERMINATED by signal 15 ***
3600.04/3610.30	c _______________________________________________________________________________
3600.04/3610.30	c 
3600.04/3610.30	c _______________________________________________________________________________
3600.04/3610.30	c 
3600.04/3610.30	c =======================[ UWrMaxSat resources usage ]===========================
3600.04/3610.30	c Memory used            : 195.00 MB
3600.04/3610.30	c CPU time               : 3599.29 s
3600.04/3610.30	c Constr Enc: Srt/BDD/Add: 71 0 0
3600.04/3610.30	c _______________________________________________________________________________
3600.04/3610.30	c _______________________________________________________________________________
3600.04/3610.30	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-4514138-1751222027/watcher-4514138-1751222027 -o /tmp/evaluation-result-4514138-1751222027/solver-4514138-1751222027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30965 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4514138-1751222027.opb -mem-lim=31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=31019, runsolver pid=31007

[startup+0.10006 s]*
/proc/loadavg: 0.54 0.93 1.33 6/264 31024
/proc/meminfo: memFree=129657980/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=4020 memory=3348 CPUtime=0.1 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 511 0 0 0 10 0 0 0 20 0 1 0 37879313 4116480 837 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 1005 837 544 484 0 416 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 4020 KiB
Current children cumulated memory: 3348 KiB

[startup+0.204873 s]*
/proc/loadavg: 0.54 0.93 1.33 5/262 31032
/proc/meminfo: memFree=129657916/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=5116 memory=4480 CPUtime=0.19 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 972 0 0 0 19 0 0 0 20 0 1 0 37879313 5238784 1120 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 1279 1120 544 484 0 690 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 5116 KiB
Current children cumulated memory: 4480 KiB

[startup+0.305361 s]*
/proc/loadavg: 0.54 0.93 1.33 5/262 31032
/proc/meminfo: memFree=129657916/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=5368 memory=4656 CPUtime=0.29 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 1358 0 0 0 29 0 0 0 20 0 1 0 37879313 5496832 1164 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 1342 1164 544 484 0 753 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 5368 KiB
Current children cumulated memory: 4656 KiB

[startup+0.700111 s]
/proc/loadavg: 0.54 0.93 1.33 5/262 31032
/proc/meminfo: memFree=129657664/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=6696 memory=6104 CPUtime=0.68 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 1907 0 0 0 67 1 0 0 20 0 1 0 37879313 6856704 1526 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 1674 1526 544 484 0 1085 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 6696 KiB
Current children cumulated memory: 6104 KiB

[startup+1.50014 s]
/proc/loadavg: 0.54 0.93 1.33 5/262 31032
/proc/meminfo: memFree=129653416/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=8944 memory=8184 CPUtime=1.46 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 3362 0 0 0 142 4 0 0 20 0 1 0 37879313 9158656 2046 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 2236 2046 544 484 0 1647 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 8944 KiB
Current children cumulated memory: 8184 KiB

[startup+3.10508 s]
/proc/loadavg: 0.81 0.99 1.35 6/266 31069
/proc/meminfo: memFree=129663168/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=9908 memory=9140 CPUtime=3.06 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 5553 0 0 0 302 4 0 0 20 0 1 0 37879313 10145792 2285 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 2477 2285 544 484 0 1888 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 9908 KiB
Current children cumulated memory: 9140 KiB

[startup+6.30014 s]
/proc/loadavg: 0.81 0.99 1.35 6/266 31069
/proc/meminfo: memFree=129654148/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=15036 memory=14244 CPUtime=6.24 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 8392 0 0 0 620 4 0 0 20 0 1 0 37879313 15396864 3561 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 3759 3561 544 484 0 3170 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 15036 KiB
Current children cumulated memory: 14244 KiB

[startup+12.7002 s]
/proc/loadavg: 1.07 1.04 1.36 6/265 31070
/proc/meminfo: memFree=129630132/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=14360 memory=13700 CPUtime=12.63 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 11978 0 0 0 1258 5 0 0 20 0 1 0 37879313 14704640 3425 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 3590 3425 544 484 0 3001 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 14360 KiB
Current children cumulated memory: 13700 KiB

[startup+25.5002 s]
/proc/loadavg: 1.80 1.20 1.41 6/265 31070
/proc/meminfo: memFree=129605372/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=24020 memory=23320 CPUtime=25.4 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 14497 0 0 0 2534 6 0 0 20 0 1 0 37879313 24596480 5830 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 6005 5830 544 484 0 5416 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 24020 KiB
Current children cumulated memory: 23320 KiB

[startup+51.1055 s]
/proc/loadavg: 2.55 1.43 1.48 6/265 31070
/proc/meminfo: memFree=129579260/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=33292 memory=32576 CPUtime=50.93 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 17146 0 0 0 5087 6 0 0 20 0 1 0 37879313 34091008 8144 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 8323 8144 544 484 0 7734 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 33292 KiB
Current children cumulated memory: 32576 KiB

[startup+102.3 s]
/proc/loadavg: 3.37 1.82 1.62 6/265 31072
/proc/meminfo: memFree=129512420/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=58272 memory=57556 CPUtime=101.99 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 19924 0 0 0 10191 8 0 0 20 0 1 0 37879313 59670528 14389 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 14568 14389 544 484 0 13979 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 58272 KiB
Current children cumulated memory: 57556 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 2.25 1.78 6/265 31074
/proc/meminfo: memFree=129497516/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=62620 memory=61848 CPUtime=161.84 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 21933 0 0 0 16174 10 0 0 20 0 1 0 37879313 64122880 15462 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 15655 15462 544 484 0 15066 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 62620 KiB
Current children cumulated memory: 61848 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.59 1.93 6/265 31076
/proc/meminfo: memFree=129484012/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=62996 memory=62232 CPUtime=221.67 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 22053 0 0 0 22157 10 0 0 20 0 1 0 37879313 64507904 15558 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 15749 15558 544 484 0 15160 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 62996 KiB
Current children cumulated memory: 62232 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.86 2.06 6/267 31080
/proc/meminfo: memFree=129465272/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=62996 memory=62232 CPUtime=281.5 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 22079 0 0 0 28139 11 0 0 20 0 1 0 37879313 64507904 15558 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 15749 15558 544 484 0 15160 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 62996 KiB
Current children cumulated memory: 62232 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.09 2.19 6/265 31082
/proc/meminfo: memFree=129437168/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=64044 memory=63256 CPUtime=341.33 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 25518 0 0 0 34120 13 0 0 20 0 1 0 37879313 65581056 15814 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 16011 15814 544 484 0 15422 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 64044 KiB
Current children cumulated memory: 63256 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.27 2.31 6/265 31084
/proc/meminfo: memFree=129389612/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=81016 memory=80280 CPUtime=401.16 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 28729 0 0 0 40102 14 0 0 20 0 1 0 37879313 82960384 20070 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 20254 20070 544 484 0 19665 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 81016 KiB
Current children cumulated memory: 80280 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.45 2.44 6/266 31088
/proc/meminfo: memFree=129344292/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=92860 memory=92168 CPUtime=460.99 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 33647 0 0 0 46081 18 0 0 20 0 1 0 37879313 95088640 23042 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 23215 23042 544 484 0 22626 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 99952 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.08 4.01 6/266 31219
/proc/meminfo: memFree=129037744/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=157720 memory=156952 CPUtime=2913.91 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 59783 0 0 0 291338 53 0 0 20 0 1 0 37879313 161505280 39238 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 39430 39238 544 484 0 38841 0
Current children cumulated CPU time: 2913.91 s
Current children cumulated vsize: 157720 KiB
Current children cumulated memory: 156952 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.08 4.01 6/264 31226
/proc/meminfo: memFree=129097444/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=109932 memory=109388 CPUtime=2973.75 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 60481 0 0 0 297321 54 0 0 20 0 1 0 37879313 112570368 27347 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 27483 27347 544 484 0 26894 0
Current children cumulated CPU time: 2973.75 s
Current children cumulated vsize: 109932 KiB
Current children cumulated memory: 109388 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.10 4.02 6/264 31228
/proc/meminfo: memFree=129085328/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=111132 memory=110300 CPUtime=3033.58 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 62925 0 0 0 303300 58 0 0 20 0 1 0 37879313 113799168 27575 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 27783 27575 544 484 0 27194 0
Current children cumulated CPU time: 3033.58 s
Current children cumulated vsize: 111132 KiB
Current children cumulated memory: 110300 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.02 6/265 31231
/proc/meminfo: memFree=129068328/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=128672 memory=127896 CPUtime=3093.42 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 63750 0 0 0 309282 60 0 0 20 0 1 0 37879313 131760128 31974 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 32168 31974 544 484 0 31579 0
Current children cumulated CPU time: 3093.42 s
Current children cumulated vsize: 128672 KiB
Current children cumulated memory: 127896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.10 4.02 6/265 31233
/proc/meminfo: memFree=129073096/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=107624 memory=107080 CPUtime=3153.25 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 65611 0 0 0 315264 61 0 0 20 0 1 0 37879313 110206976 26770 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 26906 26770 544 484 0 26317 0
Current children cumulated CPU time: 3153.25 s
Current children cumulated vsize: 107624 KiB
Current children cumulated memory: 107080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.02 6/264 31235
/proc/meminfo: memFree=129094348/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=95816 memory=95272 CPUtime=3213.1 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 67194 0 0 0 321245 65 0 0 20 0 1 0 37879313 98115584 23818 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 23954 23818 544 484 0 23365 0
Current children cumulated CPU time: 3213.1 s
Current children cumulated vsize: 95816 KiB
Current children cumulated memory: 95272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/263 31237
/proc/meminfo: memFree=129065900/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=149000 memory=148248 CPUtime=3272.94 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 68194 0 0 0 327227 67 0 0 20 0 1 0 37879313 152576000 37062 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 37250 37062 544 484 0 36661 0
Current children cumulated CPU time: 3272.94 s
Current children cumulated vsize: 149000 KiB
Current children cumulated memory: 148248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.02 6/263 31239
/proc/meminfo: memFree=129024244/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=102784 memory=102112 CPUtime=3332.77 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 71344 0 0 0 333207 70 0 0 20 0 1 0 37879313 105250816 25528 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 25696 25528 544 484 0 25107 0
Current children cumulated CPU time: 3332.77 s
Current children cumulated vsize: 102784 KiB
Current children cumulated memory: 102112 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.02 6/262 31241
/proc/meminfo: memFree=129073624/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=131388 memory=130712 CPUtime=3392.6 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 71852 0 0 0 339189 71 0 0 20 0 1 0 37879313 134541312 32678 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 32847 32678 544 484 0 32258 0
Current children cumulated CPU time: 3392.6 s
Current children cumulated vsize: 131388 KiB
Current children cumulated memory: 130712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.02 6/263 31244
/proc/meminfo: memFree=129022280/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=152480 memory=151704 CPUtime=3452.44 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 72526 0 0 0 345172 72 0 0 20 0 1 0 37879313 156139520 37926 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 38120 37926 544 484 0 37531 0
Current children cumulated CPU time: 3452.44 s
Current children cumulated vsize: 152480 KiB
Current children cumulated memory: 151704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.03 6/265 31250
/proc/meminfo: memFree=128973452/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=200016 memory=199300 CPUtime=3512.28 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 73765 0 0 0 351154 74 0 0 20 0 1 0 37879313 204816384 49825 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 50004 49825 544 484 0 49415 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 200016 KiB
Current children cumulated memory: 199300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.08 4.02 6/265 31256
/proc/meminfo: memFree=129063188/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=152480 memory=151808 CPUtime=3572.12 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 74502 0 0 0 357137 75 0 0 20 0 1 0 37879313 156139520 37952 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 38120 37952 544 484 0 37531 0
Current children cumulated CPU time: 3572.12 s
Current children cumulated vsize: 152480 KiB
Current children cumulated memory: 151808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.08 4.08 4.03 3/257 31273
/proc/meminfo: memFree=129390988/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=164388 memory=163608 CPUtime=3600.04 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 74930 0 0 0 359928 76 0 0 20 0 1 0 37879313 168333312 40902 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 41097 40902 544 484 0 40508 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 164388 KiB
Current children cumulated memory: 163608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.29 s, system=0.762638 s

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

[startup+3610.3 s]
/proc/loadavg: 4.08 4.08 4.03 3/257 31273
/proc/meminfo: memFree=129390988/131250000 swapFree=33010684/33010684
[pid=31019] ppid=31007 vsize=164388 memory=163608 CPUtime=3600.04 cores=4,6
/proc/31019/stat : 31019 (uwrmaxsat) R 31007 31019 30954 0 -1 4194304 74930 0 0 0 359928 76 0 0 20 0 1 0 37879313 168333312 40902 18446744073709551615 4198400 6176925 140720468230736 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 30642176 140720468232554 140720468232681 140720468232681 140720468238283 0
/proc/31019/statm: 41097 40902 544 484 0 40508 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 164388 KiB
Current children cumulated memory: 163608 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.05
CPU user time (s): 3599.29
CPU system time (s): 0.762638
CPU usage (%): 99.7161
Max. virtual memory (cumulated for all children) (KiB): 200016
Max. memory (cumulated for all children) (KiB): 199300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.29
system time used= 0.762638
maximum resident set size= 199300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74930
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= 34
involuntary context switches= 3019


# summary of solver processes directly reported to runsolver:
#   pid: 31019
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.29
#   total CPU system time (s): 0.762638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.86301 second user time and 15.8046 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 20:33:47
IDJOB=4514138
IDBENCH=162605
IDSOLVER=3372
FILE ID=nodeC014/4514138-1751222027
RUNJOBID= nodeC014-1751222027-30965
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-n2.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514138-1751222027/watcher-4514138-1751222027 -o /tmp/evaluation-result-4514138-1751222027/solver-4514138-1751222027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751222027-30965 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4514138-1751222027.opb -mem-lim=31000

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

MD5SUM BENCH= 9a4787c73b047272369cfbced442c738
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.142
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.399
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.548
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.351
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.097
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.517
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.131
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.254
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:     341472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 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:58