Trace number 4521188

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.09 3613.11

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/
normalized-maxcut_opt_complete_6-partite_inlv_nvert_84.opb
MD5SUM56a55a6a376bce11ab58c02a823aeaa9
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 benchmark-1764
Best CPU time to get the best result obtained on this benchmark3581.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3486
Total number of constraints381136
Number of constraints which are clauses381136
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 constraint3
Maximum length of a constraint3
Number of terms in the objective function 2940
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 2940
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2940
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

Quality of the solution as a function of time


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

Solver Data

2.68/2.77	o 0
2.68/2.78	o -1042
2.78/2.80	o -1426
4.28/4.39	o -1430
7.07/7.17	o -1440
7.17/7.20	o -1450
7.27/7.30	o -1468
29.81/29.98	o -1478
29.81/30.00	o -1482
29.91/30.02	o -1486
33.70/33.86	o -1488
33.70/33.87	o -1490
33.80/33.94	o -1496
33.90/34.01	o -1502
33.90/34.05	o -1504
33.90/34.06	o -1508
34.00/34.11	o -1512
34.10/34.20	o -1520
34.10/34.29	o -1528
34.20/34.31	o -1530
34.20/34.35	o -1538
34.20/34.37	o -1540
34.30/34.43	o -1548
73.79/74.09	o -1550
73.89/74.10	o -1554
73.89/74.14	o -1560
73.89/74.17	o -1564
73.98/74.28	o -1566
74.08/74.36	o -1572
74.18/74.45	o -1574
402.20/403.47	o -1582
419.54/420.89	o -1584
2221.43/2228.32	o -1588

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: 63665 MiB (62036 MiB free)
  memory of node 1: 64507 MiB (63787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4521188-1751573474/watcher-4521188-1751573474 -o /tmp/evaluation-result-4521188-1751573474/solver-4521188-1751573474 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751573472-82369 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1060918562 --ls=0 --inp-dombreaklim=0 HOME/instance-4521188-1751573474.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=82470, runsolver pid=82467

[startup+0.100061 s]*
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128722844/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=51568 memory=28040 CPUtime=0.09 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 6431 0 0 0 9 0 0 0 20 0 1 0 73027322 52805632 7010 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 12892 7010 1024 1200 0 11372 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51568 KiB
Current children cumulated memory: 28040 KiB

[startup+0.205512 s]*
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128706968/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=69840 memory=45260 CPUtime=0.2 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 9463 0 0 0 19 1 0 0 20 0 1 0 73027322 71516160 11315 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 17460 11315 1024 1200 0 15940 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69840 KiB
Current children cumulated memory: 45260 KiB

[startup+0.305457 s]*
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128706212/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=78552 memory=60332 CPUtime=0.3 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 11723 0 0 0 28 2 0 0 20 0 1 0 73027322 80437248 15083 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 19638 15083 1024 1200 0 18118 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 78552 KiB
Current children cumulated memory: 60332 KiB

[startup+0.700129 s]
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128670740/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=213876 memory=172832 CPUtime=0.69 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 28612 0 0 0 64 5 0 0 20 0 1 0 73027322 219009024 43208 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 53469 43208 1024 1200 0 51949 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 213876 KiB
Current children cumulated memory: 172832 KiB

[startup+1.50018 s]
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128569844/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=474136 memory=441764 CPUtime=1.49 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 48044 0 0 0 135 14 0 0 20 0 1 0 73027322 485515264 110441 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 118534 110441 1184 1200 0 117014 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 474136 KiB
Current children cumulated memory: 441764 KiB

[startup+3.10531 s]
/proc/loadavg: 2.21 2.96 3.48 5/263 82471
/proc/meminfo: memFree=128282720/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=426492 memory=394824 CPUtime=3.08 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 48220 0 0 0 294 14 0 0 20 0 1 0 73027322 436727808 98706 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 106623 98706 1248 1200 0 105103 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 426492 KiB
Current children cumulated memory: 394824 KiB

[startup+6.30012 s]
/proc/loadavg: 2.21 2.96 3.48 5/263 82471
/proc/meminfo: memFree=128258024/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=466076 memory=427500 CPUtime=6.27 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 52499 0 0 0 611 16 0 0 20 0 1 0 73027322 477261824 106875 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 116519 106875 1248 1200 0 114999 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 466076 KiB
Current children cumulated memory: 427500 KiB

[startup+12.7001 s]
/proc/loadavg: 2.35 2.98 3.49 5/263 82516
/proc/meminfo: memFree=128189304/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=469328 memory=430700 CPUtime=12.65 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 53346 0 0 0 1249 16 0 0 20 0 1 0 73027322 480591872 107675 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 117332 107675 1248 1200 0 115812 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 469328 KiB
Current children cumulated memory: 430700 KiB

[startup+25.5002 s]
/proc/loadavg: 2.72 3.03 3.50 5/263 82516
/proc/meminfo: memFree=128179840/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=470828 memory=444488 CPUtime=25.42 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 53753 0 0 0 2525 17 0 0 20 0 1 0 73027322 482127872 111122 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 117707 111122 1248 1200 0 116187 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 470828 KiB
Current children cumulated memory: 444488 KiB

[startup+51.1054 s]
/proc/loadavg: 3.23 3.12 3.52 5/263 82517
/proc/meminfo: memFree=128097356/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=513040 memory=463768 CPUtime=50.95 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 54954 0 0 0 5077 18 0 0 20 0 1 0 73027322 525352960 115942 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 128260 115942 1248 1200 0 126740 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 513040 KiB
Current children cumulated memory: 463768 KiB

[startup+102.3 s]
/proc/loadavg: 3.74 3.28 3.55 5/263 82519
/proc/meminfo: memFree=127993736/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=575108 memory=525936 CPUtime=102.01 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 56792 0 0 0 10180 21 0 0 20 0 1 0 73027322 588910592 131484 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 143777 131484 1248 1200 0 142257 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 575108 KiB
Current children cumulated memory: 525936 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 3.43 3.58 5/263 82521
/proc/meminfo: memFree=127974448/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=575108 memory=525936 CPUtime=161.84 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 56836 0 0 0 16163 21 0 0 20 0 1 0 73027322 588910592 131484 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 143777 131484 1248 1200 0 142257 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 575108 KiB
Current children cumulated memory: 525936 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.56 3.62 5/264 82526
/proc/meminfo: memFree=127930076/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=611096 memory=550268 CPUtime=221.68 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 57904 0 0 0 22143 25 0 0 20 0 1 0 73027322 625762304 137567 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 152774 137567 1248 1200 0 151254 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 611096 KiB
Current children cumulated memory: 550268 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.66 3.66 5/264 82528
/proc/meminfo: memFree=127912064/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=611096 memory=561020 CPUtime=281.51 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 58104 0 0 0 28121 30 0 0 20 0 1 0 73027322 625762304 140255 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 152774 140255 1248 1200 0 151254 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 611096 KiB
Current children cumulated memory: 561020 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.74 3.68 5/263 82534
/proc/meminfo: memFree=127898716/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=611096 memory=561020 CPUtime=341.31 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 58183 0 0 0 34101 30 0 0 20 0 1 0 73027322 625762304 140255 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 152774 140255 1248 1200 0 151254 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 611096 KiB
Current children cumulated memory: 561020 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.82 3.72 5/263 82536
/proc/meminfo: memFree=127855108/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=611096 memory=561020 CPUtime=401.1 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 58201 0 0 0 40080 30 0 0 20 0 1 0 73027322 625762304 140255 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 152774 140255 1248 1200 0 151254 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 611096 KiB
Current children cumulated memory: 561020 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.87 3.74 5/263 82538
/proc/meminfo: memFree=127855836/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=611096 memory=561020 CPUtime=460.9 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 58248 0 0 0 46060 30 0 0 20 0 1 0 73027322 625762304 140255 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0

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

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 82673
/proc/meminfo: memFree=127478916/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3152.63 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94064 0 0 0 315056 207 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3152.63 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/263 82677
/proc/meminfo: memFree=127462748/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3212.43 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94097 0 0 0 321033 210 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3212.43 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/263 82679
/proc/meminfo: memFree=127446516/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3272.24 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94101 0 0 0 327012 212 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3272.24 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 82685
/proc/meminfo: memFree=127438472/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3332.06 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94107 0 0 0 332992 214 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3332.06 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 82687
/proc/meminfo: memFree=127452856/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3391.86 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94180 0 0 0 338971 215 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3391.86 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 82689
/proc/meminfo: memFree=127423696/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3451.69 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94194 0 0 0 344950 219 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3451.69 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82691
/proc/meminfo: memFree=127420124/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3511.53 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94244 0 0 0 350929 224 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3511.53 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/263 82693
/proc/meminfo: memFree=127419272/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3571.36 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94279 0 0 0 356908 228 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3571.36 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.08 4.09 4.09 4/255 82711
/proc/meminfo: memFree=128571792/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3600.09 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359779 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.78 s, system=2.3104 s

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

[startup+3611.2 s]
/proc/loadavg: 4.08 4.09 4.09 4/255 82711
/proc/meminfo: memFree=128571792/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3600.18 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359788 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3612 s]*
/proc/loadavg: 4.08 4.09 4.09 5/254 82768
/proc/meminfo: memFree=128575112/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3600.98 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359868 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3600.98 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3612.8 s]
/proc/loadavg: 4.08 4.09 4.09 5/254 82768
/proc/meminfo: memFree=128575112/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3601.77 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359947 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3613 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 82785
/proc/meminfo: memFree=128562968/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3601.98 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359968 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

[startup+3613.11 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82785
/proc/meminfo: memFree=128562968/131250000 swapFree=33010416/33010684
[pid=82470] ppid=82467 vsize=838980 memory=729272 CPUtime=3602.08 cores=5,7
/proc/82470/stat : 82470 (Exact) R 82467 82470 82356 0 -1 4194304 94282 0 0 0 359978 230 0 0 20 0 1 0 73027322 859115520 182318 18446744073709551615 4198400 9112445 140725694045696 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10316848 10407236 29700096 140725694052648 140725694052845 140725694052845 140725694058447 0
/proc/82470/statm: 209745 182318 1248 1200 0 208225 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 838980 KiB
Current children cumulated memory: 729272 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.11
CPU time (s): 3602.09
CPU user time (s): 3599.78
CPU system time (s): 2.3104
CPU usage (%): 99.6951
Max. virtual memory (cumulated for all children) (KiB): 838980
Max. memory (cumulated for all children) (KiB): 729272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.78
system time used= 2.3104
maximum resident set size= 741160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94282
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= 26
involuntary context switches= 3842


# summary of solver processes directly reported to runsolver:
#   pid: 82470
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3599.78
#   total CPU system time (s): 2.3104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0603 second user time and 16.1431 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 22:11:14
IDJOB=4521188
IDBENCH=178243
IDSOLVER=3318
FILE ID=nodeC027/4521188-1751573474
RUNJOBID= nodeC027-1751573472-82369
SLURM_JOB_ID= 9598797
Free space on /tmp= 431132 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_6-partite_inlv/normalized-maxcut_opt_complete_6-partite_inlv_nvert_84.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-4521188-1751573474/watcher-4521188-1751573474 -o /tmp/evaluation-result-4521188-1751573474/solver-4521188-1751573474 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751573472-82369 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1060918562 --ls=0 --inp-dombreaklim=0 HOME/instance-4521188-1751573474.opb

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

MD5SUM BENCH= 56a55a6a376bce11ab58c02a823aeaa9
RANDOM SEED=1060918562

nodeC027 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.660
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.29
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.670
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.29
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.183
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.29
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		: 3700.000
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.29
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.622
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.29
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		: 3601.154
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.29
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		: 3586.948
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.29
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		: 3599.638
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128844820 kB
MemAvailable:   129115848 kB
Buffers:            2488 kB
Cached:          1069872 kB
SwapCached:           12 kB
Active:          1219736 kB
Inactive:         529320 kB
Active(anon):     691972 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   526528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62520 kB
Writeback:            28 kB
AnonPages:        679896 kB
Mapped:           118652 kB
Shmem:             18056 kB
KReclaimable:     111548 kB
Slab:             200900 kB
SReclaimable:     111548 kB
SUnreclaim:        89352 kB
KernelStack:        4272 kB
PageTables:         4252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1071384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431140 MiB
End job on nodeC027 at 2025-07-03 23:11:28