Trace number 4520820

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_db_no_ls 2025-06-19? (TO) 3602.02 3611.31

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/
hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_390.opb
MD5SUMafdfd31183e0ea33549619d38bec04c1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1756
Best CPU time to get the best result obtained on this benchmark46.517
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7020
Total number of constraints7020
Number of constraints which are clauses7020
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 7020
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7020
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7020
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	o 2296
0.09/0.11	o 2295
0.20/0.22	o 2294
0.29/0.31	o 2293
0.29/0.36	o 2292
0.40/0.45	o 2291
0.69/0.78	o 2290
1.78/1.86	o 2289
3.08/3.19	o 2288
5.17/5.24	o 2199
6.17/6.29	o 2133
6.27/6.31	o 2132
6.27/6.32	o 2131
6.27/6.35	o 2130
6.37/6.47	o 2129
6.67/6.74	o 2128
6.67/6.77	o 2127
6.77/6.80	o 2126

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520820-1751566366/watcher-4520820-1751566366 -o /tmp/evaluation-result-4520820-1751566366/solver-4520820-1751566366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751559131-90340 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1181778648 --ls=0 --inp-dombreaklim=0 HOME/instance-4520820-1751566366.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=91811, runsolver pid=91808

[startup+0.100063 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 91812
/proc/meminfo: memFree=126718024/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=54324 memory=31540 CPUtime=0.09 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 7354 0 0 0 8 1 0 0 20 0 1 0 72315326 55627776 7885 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 13581 7885 1216 1200 0 12061 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54324 KiB
Current children cumulated memory: 31540 KiB

[startup+0.205429 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 91812
/proc/meminfo: memFree=126713992/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=58972 memory=38204 CPUtime=0.2 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 8509 0 0 0 19 1 0 0 20 0 1 0 72315326 60387328 9551 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 14743 9551 1216 1200 0 13223 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 58972 KiB
Current children cumulated memory: 38204 KiB

[startup+0.30537 s]*
/proc/loadavg: 4.13 4.12 4.09 5/263 91812
/proc/meminfo: memFree=126694020/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=73616 memory=59008 CPUtime=0.29 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 12156 0 0 0 28 1 0 0 20 0 1 0 72315326 75382784 14752 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 18404 14752 1248 1200 0 16884 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 73616 KiB
Current children cumulated memory: 59008 KiB

[startup+0.700173 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 91812
/proc/meminfo: memFree=126669700/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=105736 memory=90824 CPUtime=0.69 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 17287 0 0 0 66 3 0 0 20 0 1 0 72315326 108273664 22706 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 26434 22706 1248 1200 0 24914 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 105736 KiB
Current children cumulated memory: 90824 KiB

[startup+1.50018 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 91812
/proc/meminfo: memFree=126576508/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=181120 memory=162716 CPUtime=1.48 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 30531 0 0 0 141 7 0 0 20 0 1 0 72315326 185466880 40679 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 45280 40679 1248 1200 0 43760 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 181120 KiB
Current children cumulated memory: 162716 KiB

[startup+3.10528 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 91812
/proc/meminfo: memFree=126285164/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=398728 memory=310052 CPUtime=3.08 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 55812 0 0 0 294 14 0 0 20 0 1 0 72315326 408297472 77513 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 99682 77513 1248 1200 0 98162 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 398728 KiB
Current children cumulated memory: 310052 KiB

[startup+6.3001 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 91813
/proc/meminfo: memFree=126253664/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=424940 memory=336100 CPUtime=6.27 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 61336 0 0 0 609 18 0 0 20 0 1 0 72315326 435138560 84025 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 106235 84025 1248 1200 0 104715 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 424940 KiB
Current children cumulated memory: 336100 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 91813
/proc/meminfo: memFree=126246612/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=435236 memory=347748 CPUtime=12.66 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 64308 0 0 0 1247 19 0 0 20 0 1 0 72315326 445681664 86937 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 108809 86937 1248 1200 0 107289 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 435236 KiB
Current children cumulated memory: 347748 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 91813
/proc/meminfo: memFree=125943776/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=838140 memory=694320 CPUtime=25.42 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 119427 0 0 0 2506 36 0 0 20 0 1 0 72315326 858255360 173580 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 209535 173580 1248 1200 0 208015 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 838140 KiB
Current children cumulated memory: 694320 KiB

[startup+51.1052 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 91813
/proc/meminfo: memFree=125872040/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=841124 memory=696624 CPUtime=50.95 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 120012 0 0 0 5049 46 0 0 20 0 1 0 72315326 861310976 174156 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 210281 174156 1248 1200 0 208761 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 841124 KiB
Current children cumulated memory: 696624 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 91816
/proc/meminfo: memFree=125716936/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1042220 memory=839856 CPUtime=102.01 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 156034 0 0 0 10139 62 0 0 20 0 1 0 72315326 1067233280 209964 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 260555 209964 1248 1200 0 259035 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1042220 KiB
Current children cumulated memory: 839856 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 91818
/proc/meminfo: memFree=125672872/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1043660 memory=884580 CPUtime=161.86 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 158025 0 0 0 16104 82 0 0 20 0 1 0 72315326 1068707840 221145 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 260915 221145 1248 1200 0 259395 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 1043660 KiB
Current children cumulated memory: 884580 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 91913
/proc/meminfo: memFree=127049168/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1045392 memory=888292 CPUtime=221.7 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 158996 0 0 0 22080 90 0 0 20 0 1 0 72315326 1070481408 222073 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 261348 222073 1248 1200 0 259828 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 1045392 KiB
Current children cumulated memory: 888292 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/265 91920
/proc/meminfo: memFree=126994252/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1091564 memory=923876 CPUtime=281.54 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 167978 0 0 0 28048 106 0 0 20 0 1 0 72315326 1117761536 230969 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 272891 230969 1248 1200 0 271371 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 1091564 KiB
Current children cumulated memory: 923876 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/265 91922
/proc/meminfo: memFree=126941792/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1130368 memory=972004 CPUtime=341.38 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 180149 0 0 0 34022 116 0 0 20 0 1 0 72315326 1157496832 243001 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 282592 243001 1248 1200 0 281072 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 1130368 KiB
Current children cumulated memory: 972004 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 91924
/proc/meminfo: memFree=126910828/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1131064 memory=972772 CPUtime=401.23 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 180326 0 0 0 39991 132 0 0 20 0 1 0 72315326 1158209536 243193 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 282766 243193 1248 1200 0 281246 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 1131064 KiB
Current children cumulated memory: 972772 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 91926
/proc/meminfo: memFree=126878996/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1157064 memory=996836 CPUtime=461.07 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 186521 0 0 0 45957 150 0 0 20 0 1 0 72315326 1184833536 249209 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0

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

[startup+3162.3 s]
/proc/loadavg: 4.24 4.23 4.15 5/263 92108
/proc/meminfo: memFree=126246248/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1559364 memory=1372100 CPUtime=3154.16 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 249291 0 0 0 314679 737 0 0 20 0 1 0 72315326 1596788736 343025 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 389841 343025 1248 1200 0 388321 0
Current children cumulated CPU time: 3154.16 s
Current children cumulated vsize: 1559364 KiB
Current children cumulated memory: 1372100 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.22 4.15 5/264 92113
/proc/meminfo: memFree=126234016/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1559508 memory=1372356 CPUtime=3214 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 249772 0 0 0 320655 745 0 0 20 0 1 0 72315326 1596936192 343089 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 389877 343089 1248 1200 0 388357 0
Current children cumulated CPU time: 3214 s
Current children cumulated vsize: 1559508 KiB
Current children cumulated memory: 1372356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.19 4.14 5/264 92119
/proc/meminfo: memFree=126229628/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1560264 memory=1373124 CPUtime=3273.84 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 250450 0 0 0 326625 759 0 0 20 0 1 0 72315326 1597710336 343281 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 390066 343281 1248 1200 0 388546 0
Current children cumulated CPU time: 3273.84 s
Current children cumulated vsize: 1560264 KiB
Current children cumulated memory: 1373124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.25 4.16 5/264 92121
/proc/meminfo: memFree=126229748/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1560844 memory=1373636 CPUtime=3333.69 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 251081 0 0 0 332600 769 0 0 20 0 1 0 72315326 1598304256 343409 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 390211 343409 1248 1200 0 388691 0
Current children cumulated CPU time: 3333.69 s
Current children cumulated vsize: 1560844 KiB
Current children cumulated memory: 1373636 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.23 4.16 5/263 92123
/proc/meminfo: memFree=126221552/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1561384 memory=1374404 CPUtime=3393.54 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 251495 0 0 0 338571 783 0 0 20 0 1 0 72315326 1598857216 343601 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 390346 343601 1248 1200 0 388826 0
Current children cumulated CPU time: 3393.54 s
Current children cumulated vsize: 1561384 KiB
Current children cumulated memory: 1374404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.20 4.16 5/263 92125
/proc/meminfo: memFree=126221464/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1561572 memory=1374532 CPUtime=3453.39 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 251941 0 0 0 344541 798 0 0 20 0 1 0 72315326 1599049728 343633 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 390393 343633 1248 1200 0 388873 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 1561572 KiB
Current children cumulated memory: 1374532 KiB

[startup+3522.3 s]
/proc/loadavg: 4.45 4.27 4.19 5/262 92127
/proc/meminfo: memFree=126205344/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1567960 memory=1390468 CPUtime=3513.23 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 253805 0 0 0 350516 807 0 0 20 0 1 0 72315326 1605591040 347617 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 391990 347617 1248 1200 0 390470 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 1567960 KiB
Current children cumulated memory: 1390468 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.24 4.18 5/263 92130
/proc/meminfo: memFree=126205216/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1567960 memory=1390596 CPUtime=3573.08 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 254181 0 0 0 356491 817 0 0 20 0 1 0 72315326 1605591040 347649 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 391990 347649 1248 1200 0 390470 0
Current children cumulated CPU time: 3573.08 s
Current children cumulated vsize: 1567960 KiB
Current children cumulated memory: 1390596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.14 4.21 4.17 4/261 92130
/proc/meminfo: memFree=126743856/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3600.01 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359176 825 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3593.75 s, system=8.27031 s

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

[startup+3609.6 s]
/proc/loadavg: 4.14 4.21 4.17 4/261 92130
/proc/meminfo: memFree=126743856/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3600.31 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359206 825 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

[startup+3610.4 s]
/proc/loadavg: 4.14 4.21 4.17 4/259 92138
/proc/meminfo: memFree=126744188/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3601.11 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359285 826 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3601.11 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

[startup+3610.8 s]
/proc/loadavg: 4.14 4.21 4.17 4/259 92138
/proc/meminfo: memFree=126744188/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3601.51 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359325 826 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

[startup+3611.2 s]
/proc/loadavg: 4.14 4.21 4.17 4/257 92161
/proc/meminfo: memFree=126749564/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3601.91 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359365 826 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

[startup+3611.3 s]
/proc/loadavg: 4.14 4.21 4.17 4/257 92161
/proc/meminfo: memFree=126749564/131249992 swapFree=33010160/33010684
[pid=91811] ppid=91808 vsize=1570792 memory=1392900 CPUtime=3602.01 cores=0,2
/proc/91811/stat : 91811 (Exact) R 91808 91811 90305 0 -1 4194304 255212 0 0 0 359375 826 0 0 20 0 1 0 72315326 1608491008 348225 18446744073709551615 4198400 9112445 140736577595264 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 26755072 140736577603880 140736577604077 140736577604077 140736577609679 0
/proc/91811/statm: 392698 348225 1248 1200 0 391178 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 1570792 KiB
Current children cumulated memory: 1392900 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.31
CPU time (s): 3602.02
CPU user time (s): 3593.75
CPU system time (s): 8.27031
CPU usage (%): 99.7429
Max. virtual memory (cumulated for all children) (KiB): 1765528
Max. memory (cumulated for all children) (KiB): 1392900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.75
system time used= 8.27031
maximum resident set size= 1429184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255212
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= 75
involuntary context switches= 4753


# summary of solver processes directly reported to runsolver:
#   pid: 91811
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3593.75
#   total CPU system time (s): 8.27031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.51806 second user time and 14.4744 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-03 20:12:46
IDJOB=4520820
IDBENCH=178131
IDSOLVER=3318
FILE ID=nodeC025/4520820-1751566366
RUNJOBID= nodeC025-1751559131-90340
SLURM_JOB_ID= 9598755
Free space on /tmp= 432956 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_390.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=0 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520820-1751566366/watcher-4520820-1751566366 -o /tmp/evaluation-result-4520820-1751566366/solver-4520820-1751566366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751559131-90340 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1181778648 --ls=0 --inp-dombreaklim=0 HOME/instance-4520820-1751566366.opb

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

MD5SUM BENCH= afdfd31183e0ea33549619d38bec04c1
RANDOM SEED=1181778648

nodeC025 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.812
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.67
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.67
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		: 3599.420
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.67
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		: 3604.825
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.67
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.844
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.67
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.830
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.67
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		: 3603.977
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.67
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.672
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126739192 kB
MemAvailable:   127315276 kB
Buffers:            2128 kB
Cached:          1367040 kB
SwapCached:          200 kB
Active:          2753012 kB
Inactive:        1120276 kB
Active(anon):    2500412 kB
Inactive(anon):    21568 kB
Active(file):     252600 kB
Inactive(file):  1098708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15000 kB
Writeback:             0 kB
AnonPages:       2507028 kB
Mapped:           118636 kB
Shmem:             17856 kB
KReclaimable:     128032 kB
Slab:             217584 kB
SReclaimable:     128032 kB
SUnreclaim:        89552 kB
KernelStack:        4272 kB
PageTables:         7904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3054708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2353152 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432940 MiB
End job on nodeC025 at 2025-07-03 21:12:57