Trace number 4523949

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 NameAnswerobjective functionCPU timeWall clock time
Exact_no_dombreaking 2025-06-16? (TO) 3602.09 3612.61

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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 (53724 MiB free)
  memory of node 1: 64465 MiB (50551 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523949-1751597201/watcher-4523949-1751597201 -o /tmp/evaluation-result-4523949-1751597201/solver-4523949-1751597201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751593221-83414 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=985759378 --ls=360 --inp-dombreaklim=0 HOME/instance-4523949-1751597201.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=84226, runsolver pid=84223
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=106662876/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=82776 memory=59064 CPUtime=0.1 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 11195 0 0 0 8 2 0 0 20 0 1 0 75398746 84762624 14766 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 20694 14766 1024 1200 0 19174 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 82776 KiB
Current children cumulated memory: 59064 KiB

[startup+0.205557 s]*
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=106475664/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90252 CPUtime=0.2 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19489 0 0 0 17 3 0 0 20 0 1 0 75398746 118177792 22563 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22563 1024 1200 0 27332 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90252 KiB

[startup+0.305567 s]*
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=106361360/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=0.3 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19499 0 0 0 27 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+0.700187 s]
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=106317444/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=0.69 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19499 0 0 0 66 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+1.50019 s]
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=106137728/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=1.49 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19499 0 0 0 146 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+3.10536 s]
/proc/loadavg: 4.34 4.20 4.12 5/266 84227
/proc/meminfo: memFree=105746732/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=3.09 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19500 0 0 0 306 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+6.30017 s]
/proc/loadavg: 4.31 4.20 4.12 5/266 84227
/proc/meminfo: memFree=105535196/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=6.27 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19501 0 0 0 624 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.21 4.13 5/266 84228
/proc/meminfo: memFree=105209416/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=12.65 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19502 0 0 0 1262 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.20 4.12 5/266 84228
/proc/meminfo: memFree=104850500/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=25.41 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19503 0 0 0 2538 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+51.1054 s]
/proc/loadavg: 4.59 4.28 4.15 5/265 84229
/proc/meminfo: memFree=104848508/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=50.94 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19504 0 0 0 5091 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 4.25 4.15 5/266 84232
/proc/meminfo: memFree=104487432/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=101.96 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19506 0 0 0 10193 3 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.25 4.15 5/266 84234
/proc/meminfo: memFree=104358072/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=161.77 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19507 0 0 0 16173 4 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.22 4.15 5/264 84236
/proc/meminfo: memFree=104091128/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=221.58 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19508 0 0 0 22153 5 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.19 4.14 5/264 84238
/proc/meminfo: memFree=103988608/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=281.39 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19509 0 0 0 28134 5 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.20 4.15 5/264 84241
/proc/meminfo: memFree=103880416/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=115408 memory=90380 CPUtime=341.21 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 19510 0 0 0 34115 6 0 0 20 0 1 0 75398746 118177792 22595 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 28852 22595 1024 1200 0 27332 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 115408 KiB
Current children cumulated memory: 90380 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.17 4.14 5/265 84248
/proc/meminfo: memFree=103236932/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=794080 memory=574864 CPUtime=401.03 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 68978 0 0 0 40065 38 0 0 20 0 1 0 75398746 813137920 143716 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 198520 143716 1280 1200 0 197000 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 794080 KiB
Current children cumulated memory: 574864 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.17 4.14 5/264 84250
/proc/meminfo: memFree=103081340/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=885536 memory=656912 CPUtime=460.85 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 89506 0 0 0 46036 49 0 0 20 0 1 0 75398746 906788864 164228 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 221384 164228 1280 1200 0 219864 0
Current children cumulated CPU time: 460.85 s

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

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/265 84488
/proc/meminfo: memFree=106880232/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1289516 memory=1142112 CPUtime=3093.33 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 191453 0 0 0 309115 218 0 0 20 0 1 0 75398746 1320464384 285528 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 322379 285528 1280 1200 0 320859 0
Current children cumulated CPU time: 3093.33 s
Current children cumulated vsize: 1289516 KiB
Current children cumulated memory: 1142112 KiB

[startup+3162.3 s]
/proc/loadavg: 4.33 4.21 4.13 5/264 84489
/proc/meminfo: memFree=106853608/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1293400 memory=1151864 CPUtime=3153.17 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 192770 0 0 0 315097 220 0 0 20 0 1 0 75398746 1324441600 287966 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 323350 287966 1280 1200 0 321830 0
Current children cumulated CPU time: 3153.17 s
Current children cumulated vsize: 1293400 KiB
Current children cumulated memory: 1151864 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.20 4.13 5/264 84536
/proc/meminfo: memFree=107082724/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1295672 memory=1154296 CPUtime=3212.99 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 193498 0 0 0 321075 224 0 0 20 0 1 0 75398746 1326768128 288574 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 323918 288574 1280 1200 0 322398 0
Current children cumulated CPU time: 3212.99 s
Current children cumulated vsize: 1295672 KiB
Current children cumulated memory: 1154296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.17 4.12 5/264 84539
/proc/meminfo: memFree=107061948/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1296848 memory=1155448 CPUtime=3272.8 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 194111 0 0 0 327054 226 0 0 20 0 1 0 75398746 1327972352 288862 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 324212 288862 1280 1200 0 322692 0
Current children cumulated CPU time: 3272.8 s
Current children cumulated vsize: 1296848 KiB
Current children cumulated memory: 1155448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/265 84543
/proc/meminfo: memFree=107041104/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1299512 memory=1157368 CPUtime=3332.61 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 194934 0 0 0 333032 229 0 0 20 0 1 0 75398746 1330700288 289342 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 324878 289342 1280 1200 0 323358 0
Current children cumulated CPU time: 3332.61 s
Current children cumulated vsize: 1299512 KiB
Current children cumulated memory: 1157368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/265 84545
/proc/meminfo: memFree=106868836/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1300380 memory=1159032 CPUtime=3392.42 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 195440 0 0 0 339011 231 0 0 20 0 1 0 75398746 1331589120 289758 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 325095 289758 1280 1200 0 323575 0
Current children cumulated CPU time: 3392.42 s
Current children cumulated vsize: 1300380 KiB
Current children cumulated memory: 1159032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/266 84552
/proc/meminfo: memFree=106662412/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1301540 memory=1160184 CPUtime=3452.24 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 196086 0 0 0 344990 234 0 0 20 0 1 0 75398746 1332776960 290046 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 325385 290046 1280 1200 0 323865 0
Current children cumulated CPU time: 3452.24 s
Current children cumulated vsize: 1301540 KiB
Current children cumulated memory: 1160184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/266 84554
/proc/meminfo: memFree=106603592/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1310084 memory=1166328 CPUtime=3512.06 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 197926 0 0 0 350968 238 0 0 20 0 1 0 75398746 1341526016 291582 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 327521 291582 1280 1200 0 326001 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 1310084 KiB
Current children cumulated memory: 1166328 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/266 84604
/proc/meminfo: memFree=104485348/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1312620 memory=1169784 CPUtime=3571.87 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 198896 0 0 0 356947 240 0 0 20 0 1 0 75398746 1344122880 292446 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 328155 292446 1280 1200 0 326635 0
Current children cumulated CPU time: 3571.87 s
Current children cumulated vsize: 1312620 KiB
Current children cumulated memory: 1169784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 84605
/proc/meminfo: memFree=104411160/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1318300 memory=1173496 CPUtime=3600.08 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 200148 0 0 0 359768 240 0 0 20 0 1 0 75398746 1349939200 293374 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 329575 293374 1280 1200 0 328055 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1318300 KiB
Current children cumulated memory: 1173496 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3612.61 s]
# the end of solver process 84226 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3599.67 s, system=2.41952 s

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

[startup+3611.2 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 84605
/proc/meminfo: memFree=104411160/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1318300 memory=1173496 CPUtime=3600.68 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 200150 0 0 0 359828 240 0 0 20 0 1 0 75398746 1349939200 293374 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 329575 293374 1280 1200 0 328055 0
Current children cumulated CPU time: 3600.68 s
Current children cumulated vsize: 1318300 KiB
Current children cumulated memory: 1173496 KiB

[startup+3612 s]*
/proc/loadavg: 4.13 4.13 4.11 5/266 84605
/proc/meminfo: memFree=104411176/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1318300 memory=1173496 CPUtime=3601.48 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 200153 0 0 0 359908 240 0 0 20 0 1 0 75398746 1349939200 293374 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 329575 293374 1280 1200 0 328055 0
Current children cumulated CPU time: 3601.48 s
Current children cumulated vsize: 1318300 KiB
Current children cumulated memory: 1173496 KiB

[startup+3612.4 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 84605
/proc/meminfo: memFree=104411176/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1318300 memory=1173496 CPUtime=3601.87 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 200196 0 0 0 359947 240 0 0 20 0 1 0 75398746 1349939200 293374 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 329575 293374 1280 1200 0 328055 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 1318300 KiB
Current children cumulated memory: 1173496 KiB

[startup+3612.6 s]
/proc/loadavg: 4.13 4.13 4.11 5/266 84605
/proc/meminfo: memFree=104411176/131249996 swapFree=33010160/33010684
[pid=84226] ppid=84223 vsize=1318300 memory=1173496 CPUtime=3602.07 cores=0,2
/proc/84226/stat : 84226 (Exact) R 84223 84226 83404 0 -1 4194304 200198 0 0 0 359967 240 0 0 20 0 1 0 75398746 1349939200 293374 18446744073709551615 4198400 9112445 140729259169648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 32821248 140729259178279 140729259178477 140729259178477 140729259184079 0
/proc/84226/statm: 329575 293374 1280 1200 0 328055 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 1318300 KiB
Current children cumulated memory: 1173496 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.61
CPU time (s): 3602.09
CPU user time (s): 3599.67
CPU system time (s): 2.41952
CPU usage (%): 99.7089
Max. virtual memory (cumulated for all children) (KiB): 1318300
Max. memory (cumulated for all children) (KiB): 1173496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.67
system time used= 2.41952
maximum resident set size= 1173496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200198
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= 162
involuntary context switches= 8086


# summary of solver processes directly reported to runsolver:
#   pid: 84226
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3599.67
#   total CPU system time (s): 2.41952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62755 second user time and 15.371 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 04:46:41
IDJOB=4523949
IDBENCH=180463
IDSOLVER=3319
FILE ID=nodeC032/4523949-1751597201
RUNJOBID= nodeC032-1751593221-83414
SLURM_JOB_ID= 9598857
Free space on /tmp= 428964 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.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-4523949-1751597201/watcher-4523949-1751597201 -o /tmp/evaluation-result-4523949-1751597201/solver-4523949-1751597201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751593221-83414 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=985759378 --ls=360 --inp-dombreaklim=0 HOME/instance-4523949-1751597201.opb

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=985759378

nodeC032 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.842
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.69
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.838
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.69
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		: 3598.206
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.69
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		: 3599.899
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.69
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.769
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.69
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.862
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.69
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		: 3567.753
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.69
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		: 3700.000
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        106782908 kB
MemAvailable:   124857892 kB
Buffers:            2728 kB
Cached:         18753004 kB
SwapCached:           20 kB
Active:          5165148 kB
Inactive:       18383508 kB
Active(anon):    4807848 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18380384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8468 kB
Writeback:             8 kB
AnonPages:       4795772 kB
Mapped:           118688 kB
Shmem:             18048 kB
KReclaimable:     353080 kB
Slab:             447700 kB
SReclaimable:     353080 kB
SUnreclaim:        94620 kB
KernelStack:        4304 kB
PageTables:        12416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5444752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3155968 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= 428924 MiB
End job on nodeC032 at 2025-07-04 05:46:54