Trace number 4494435

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
Exact_no_dombreaking 2025-06-16? (TO) 3600.04 3610.41

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
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

3600.02/3610.40	c Program interrupted by user.
3600.02/3610.40	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 (62529 MiB free)
  memory of node 1: 64465 MiB (60960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494435-1751154852/watcher-4494435-1751154852 -o /tmp/evaluation-result-4494435-1751154852/solver-4494435-1751154852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751146906-14947 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=867960944 --ls=360 --inp-dombreaklim=0 HOME/instance-4494435-1751154852.opb 

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=17142, runsolver pid=17139
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445544/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=47860 memory=25108 CPUtime=0.1 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5584 0 0 0 9 1 0 0 20 0 1 0 31162736 49008640 6277 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 11965 6277 1024 1200 0 10445 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47860 KiB
Current children cumulated memory: 25108 KiB

[startup+0.206161 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445544/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=0.2 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5923 0 0 0 19 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+0.30602 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445544/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=0.3 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5923 0 0 0 29 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+0.7002 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445544/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=0.69 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5923 0 0 0 68 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+1.50019 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445544/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=1.49 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5923 0 0 0 148 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+3.10598 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445564/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=3.09 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5925 0 0 0 308 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+6.3002 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 17143
/proc/meminfo: memFree=126445664/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=6.27 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5927 0 0 0 626 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 17157
/proc/meminfo: memFree=129182840/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=12.65 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5929 0 0 0 1264 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.09 4.09 5/266 17190
/proc/meminfo: memFree=129030908/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=25.41 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5931 0 0 0 2540 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+51.1059 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 17190
/proc/meminfo: memFree=129003992/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=50.92 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5933 0 0 0 5091 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 17192
/proc/meminfo: memFree=128978580/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=101.95 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5937 0 0 0 10194 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/264 17194
/proc/meminfo: memFree=128975868/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=161.74 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5939 0 0 0 16173 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 17241
/proc/meminfo: memFree=129470940/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=221.54 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5941 0 0 0 22153 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 17291
/proc/meminfo: memFree=129563856/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=26388 CPUtime=281.34 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5948 0 0 0 28133 1 0 0 20 0 1 0 31162736 51097600 6597 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6597 1024 1200 0 10955 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 26388 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 17296
/proc/meminfo: memFree=129573892/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=49900 memory=27028 CPUtime=341.13 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 5952 0 0 0 34112 1 0 0 20 0 1 0 31162736 51097600 6757 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 12475 6757 1024 1200 0 10955 0
Current children cumulated CPU time: 341.13 s
Current children cumulated vsize: 49900 KiB
Current children cumulated memory: 27028 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/265 17300
/proc/meminfo: memFree=129131644/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=86072 memory=68248 CPUtime=400.93 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 14244 0 0 0 40088 5 0 0 20 0 1 0 31162736 88137728 17062 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 21518 17062 1280 1200 0 19998 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 86072 KiB
Current children cumulated memory: 68248 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 17317
/proc/meminfo: memFree=129101464/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=93784 memory=75928 CPUtime=460.73 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 16175 0 0 0 46064 9 0 0 20 0 1 0 31162736 96034816 18982 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 23446 18982 1280 1200 0 21926 0
Current children cumulated CPU time: 460.73 s

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

Current children cumulated memory: 150248 KiB

[startup+2862.3 s]
/proc/loadavg: 3.12 3.17 3.52 4/258 17466
/proc/meminfo: memFree=128882956/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=166652 memory=150760 CPUtime=2853.95 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 34582 0 0 0 285246 149 0 0 20 0 1 0 31162736 170651648 37690 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 41663 37690 1280 1200 0 40143 0
Current children cumulated CPU time: 2853.95 s
Current children cumulated vsize: 166652 KiB
Current children cumulated memory: 150760 KiB

[startup+2922.3 s]
/proc/loadavg: 3.04 3.14 3.48 4/258 17468
/proc/meminfo: memFree=128882852/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=167188 memory=151400 CPUtime=2913.79 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 34733 0 0 0 291228 151 0 0 20 0 1 0 31162736 171200512 37850 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 41797 37850 1280 1200 0 40277 0
Current children cumulated CPU time: 2913.79 s
Current children cumulated vsize: 167188 KiB
Current children cumulated memory: 151400 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.14 3.46 4/258 17470
/proc/meminfo: memFree=128874916/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=167960 memory=152168 CPUtime=2973.64 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 34941 0 0 0 297209 155 0 0 20 0 1 0 31162736 171991040 38042 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 41990 38042 1280 1200 0 40470 0
Current children cumulated CPU time: 2973.64 s
Current children cumulated vsize: 167960 KiB
Current children cumulated memory: 152168 KiB

[startup+3042.3 s]
/proc/loadavg: 3.10 3.13 3.43 4/258 17472
/proc/meminfo: memFree=128867240/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=168928 memory=153064 CPUtime=3033.49 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 35151 0 0 0 303191 158 0 0 20 0 1 0 31162736 172982272 38266 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 42232 38266 1280 1200 0 40712 0
Current children cumulated CPU time: 3033.49 s
Current children cumulated vsize: 168928 KiB
Current children cumulated memory: 153064 KiB

[startup+3102.3 s]
/proc/loadavg: 3.33 3.20 3.44 4/257 17474
/proc/meminfo: memFree=128867404/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=169124 memory=153320 CPUtime=3093.33 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 35284 0 0 0 309172 161 0 0 20 0 1 0 31162736 173182976 38330 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 42281 38330 1280 1200 0 40761 0
Current children cumulated CPU time: 3093.33 s
Current children cumulated vsize: 169124 KiB
Current children cumulated memory: 153320 KiB

[startup+3162.3 s]
/proc/loadavg: 3.18 3.17 3.42 4/256 17476
/proc/meminfo: memFree=128852612/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=170348 memory=154472 CPUtime=3153.17 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 35564 0 0 0 315152 165 0 0 20 0 1 0 31162736 174436352 38618 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 42587 38618 1280 1200 0 41067 0
Current children cumulated CPU time: 3153.17 s
Current children cumulated vsize: 170348 KiB
Current children cumulated memory: 154472 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 3.16 3.39 4/256 17478
/proc/meminfo: memFree=128844560/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=171684 memory=155880 CPUtime=3213.02 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 35910 0 0 0 321133 169 0 0 20 0 1 0 31162736 175804416 38970 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 42921 38970 1280 1200 0 41401 0
Current children cumulated CPU time: 3213.02 s
Current children cumulated vsize: 171684 KiB
Current children cumulated memory: 155880 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.16 3.38 4/256 17480
/proc/meminfo: memFree=128832788/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=172468 memory=156648 CPUtime=3272.86 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36108 0 0 0 327113 173 0 0 20 0 1 0 31162736 176607232 39162 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43117 39162 1280 1200 0 41597 0
Current children cumulated CPU time: 3272.86 s
Current children cumulated vsize: 172468 KiB
Current children cumulated memory: 156648 KiB

[startup+3342.3 s]
/proc/loadavg: 3.06 3.12 3.35 4/257 17485
/proc/meminfo: memFree=128840984/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=172848 memory=157032 CPUtime=3332.7 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36206 0 0 0 333095 175 0 0 20 0 1 0 31162736 176996352 39258 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43212 39258 1280 1200 0 41692 0
Current children cumulated CPU time: 3332.7 s
Current children cumulated vsize: 172848 KiB
Current children cumulated memory: 157032 KiB

[startup+3402.3 s]
/proc/loadavg: 3.06 3.11 3.33 4/258 17491
/proc/meminfo: memFree=128841400/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=173068 memory=157160 CPUtime=3392.55 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36252 0 0 0 339076 179 0 0 20 0 1 0 31162736 177221632 39290 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43267 39290 1280 1200 0 41747 0
Current children cumulated CPU time: 3392.55 s
Current children cumulated vsize: 173068 KiB
Current children cumulated memory: 157160 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.12 3.32 4/258 17495
/proc/meminfo: memFree=128831980/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=173700 memory=157928 CPUtime=3452.37 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36428 0 0 0 345055 182 0 0 20 0 1 0 31162736 177868800 39482 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43425 39482 1280 1200 0 41905 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 173700 KiB
Current children cumulated memory: 157928 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.11 3.30 4/258 17497
/proc/meminfo: memFree=128832104/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=174344 memory=158440 CPUtime=3512.19 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36571 0 0 0 351033 186 0 0 20 0 1 0 31162736 178528256 39610 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43586 39610 1280 1200 0 42066 0
Current children cumulated CPU time: 3512.19 s
Current children cumulated vsize: 174344 KiB
Current children cumulated memory: 158440 KiB

[startup+3582.3 s]
/proc/loadavg: 3.11 3.11 3.29 4/258 17499
/proc/meminfo: memFree=128840292/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=174732 memory=158824 CPUtime=3572 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36668 0 0 0 357012 188 0 0 20 0 1 0 31162736 178925568 39706 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43683 39706 1280 1200 0 42163 0
Current children cumulated CPU time: 3572 s
Current children cumulated vsize: 174732 KiB
Current children cumulated memory: 158824 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.07 3.10 3.28 4/258 17500
/proc/meminfo: memFree=128840156/131250000 swapFree=33010684/33010684
[pid=17142] ppid=17139 vsize=175012 memory=159080 CPUtime=3600.02 cores=0,2
/proc/17142/stat : 17142 (Exact) R 17139 17142 14937 0 -1 4194304 36738 0 0 0 359812 190 0 0 20 0 1 0 31162736 179212288 39770 18446744073709551615 4198400 9112445 140721679233088 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 18087936 140721679235367 140721679235565 140721679235565 140721679241167 0
/proc/17142/statm: 43753 39770 1280 1200 0 42233 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 175012 KiB
Current children cumulated memory: 159080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.13 s, system=1.90388 s

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

Child status: 0

Real time (s): 3610.41
CPU time (s): 3600.04
CPU user time (s): 3598.13
CPU system time (s): 1.90388
CPU usage (%): 99.7128
Max. virtual memory (cumulated for all children) (KiB): 175012
Max. memory (cumulated for all children) (KiB): 159080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.13
system time used= 1.90388
maximum resident set size= 159080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36745
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= 58
involuntary context switches= 4716


# summary of solver processes directly reported to runsolver:
#   pid: 17142
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.13
#   total CPU system time (s): 1.90388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.95574 second user time and 15.4504 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 01:54:12
IDJOB=4494435
IDBENCH=147891
IDSOLVER=3319
FILE ID=nodeC019/4494435-1751154852
RUNJOBID= nodeC019-1751146906-14947
SLURM_JOB_ID= 9587470
Free space on /tmp= 432912 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494435-1751154852/watcher-4494435-1751154852 -o /tmp/evaluation-result-4494435-1751154852/solver-4494435-1751154852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751146906-14947 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=867960944 --ls=360 --inp-dombreaklim=0 HOME/instance-4494435-1751154852.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=867960944

nodeC019 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		: 3599.655
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.676
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3532.500
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3465.340
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.722
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.679
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3588.382
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3551.990
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126454112 kB
MemAvailable:   126363056 kB
Buffers:            3280 kB
Cached:           719352 kB
SwapCached:            0 kB
Active:          3719192 kB
Inactive:         462600 kB
Active(anon):    3477228 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   462600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8436 kB
Writeback:             0 kB
AnonPages:       3462232 kB
Mapped:           115848 kB
Shmem:             18064 kB
KReclaimable:      87240 kB
Slab:             171088 kB
SReclaimable:      87240 kB
SUnreclaim:        83848 kB
KernelStack:        4288 kB
PageTables:         9812 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4102380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2318336 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC019 at 2025-06-29 02:54:23