Trace number 4521096

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.05 3612.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_69.opb
MD5SUM1733aa67cc51115e0f42d9b93b5f287e
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 benchmark-1190
Best CPU time to get the best result obtained on this benchmark2067.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2346
Total number of constraints209576
Number of constraints which are clauses209576
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 1983
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 1983
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1983
Number of bits of the biggest sum of numbers11
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.36/2.46	o 0
2.36/2.48	o -883
2.36/2.49	o -966
2.45/2.50	o -994
2.75/2.89	o -997
3.76/3.86	o -998
4.75/4.83	o -1001
8.84/8.96	o -1027
8.84/8.97	o -1031
8.95/9.01	o -1033
8.95/9.06	o -1035
8.95/9.09	o -1037
22.40/22.51	o -1041
89.41/89.76	o -1043
89.61/89.90	o -1048
189.04/189.63	o -1055
272.23/273.03	o -1085
936.42/938.96	o -1088
936.42/938.97	o -1093
936.42/938.98	o -1106

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82420, runsolver pid=82405

[startup+0.100063 s]*
/proc/loadavg: 2.05 2.94 3.48 5/261 82426
/proc/meminfo: memFree=129442952/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=50868 memory=27532 CPUtime=0.09 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 6278 0 0 0 8 1 0 0 20 0 1 0 73027153 52088832 6883 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 12717 6883 1024 1200 0 11197 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50868 KiB
Current children cumulated memory: 27532 KiB

[startup+0.205388 s]*
/proc/loadavg: 2.05 2.94 3.48 4/259 82434
/proc/meminfo: memFree=129414384/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=70576 memory=44316 CPUtime=0.19 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 10214 0 0 0 17 2 0 0 20 0 1 0 73027153 72269824 11079 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 17644 11079 1024 1200 0 16124 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 70576 KiB
Current children cumulated memory: 44316 KiB

[startup+0.305394 s]*
/proc/loadavg: 2.05 2.94 3.48 4/259 82434
/proc/meminfo: memFree=129393768/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=74272 memory=56148 CPUtime=0.28 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 11152 0 0 0 26 2 0 0 20 0 1 0 73027153 76054528 14037 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 18568 14037 1024 1200 0 17048 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 74272 KiB
Current children cumulated memory: 56148 KiB

[startup+0.700181 s]
/proc/loadavg: 2.05 2.94 3.48 4/259 82434
/proc/meminfo: memFree=129312116/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=201028 memory=164856 CPUtime=0.67 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 24673 0 0 0 60 7 0 0 20 0 1 0 73027153 205852672 41214 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 50257 41214 1184 1200 0 48737 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 201028 KiB
Current children cumulated memory: 164856 KiB

[startup+1.50018 s]
/proc/loadavg: 2.05 2.94 3.48 4/259 82434
/proc/meminfo: memFree=129064496/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=237108 memory=219544 CPUtime=1.47 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 32637 0 0 0 136 11 0 0 20 0 1 0 73027153 242798592 54886 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 59277 54886 1184 1200 0 57757 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 237108 KiB
Current children cumulated memory: 219544 KiB

[startup+3.10549 s]
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128415276/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=244392 memory=234020 CPUtime=3.06 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 34698 0 0 0 294 12 0 0 20 0 1 0 73027153 250257408 58505 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 61098 58505 1248 1200 0 59578 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 244392 KiB
Current children cumulated memory: 234020 KiB

[startup+6.30016 s]
/proc/loadavg: 2.21 2.96 3.48 5/263 82471
/proc/meminfo: memFree=128282720/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=273556 memory=253096 CPUtime=6.25 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 38166 0 0 0 612 13 0 0 20 0 1 0 73027153 280121344 63274 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 68389 63274 1248 1200 0 66869 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 273556 KiB
Current children cumulated memory: 253096 KiB

[startup+12.7002 s]
/proc/loadavg: 2.35 2.98 3.49 5/263 82516
/proc/meminfo: memFree=128188936/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=275180 memory=258860 CPUtime=12.63 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 38908 0 0 0 1250 13 0 0 20 0 1 0 73027153 281784320 64715 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 68795 64715 1248 1200 0 67275 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 275180 KiB
Current children cumulated memory: 258860 KiB

[startup+25.5002 s]
/proc/loadavg: 2.72 3.03 3.50 5/263 82516
/proc/meminfo: memFree=128179588/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=276876 memory=262572 CPUtime=25.39 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 39344 0 0 0 2526 13 0 0 20 0 1 0 73027153 283521024 65643 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 69219 65643 1248 1200 0 67699 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 276876 KiB
Current children cumulated memory: 262572 KiB

[startup+51.1053 s]
/proc/loadavg: 3.23 3.12 3.52 5/263 82517
/proc/meminfo: memFree=128097104/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=337592 memory=299668 CPUtime=50.93 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 41903 0 0 0 5077 16 0 0 20 0 1 0 73027153 345694208 74917 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 74917 1248 1200 0 82878 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 299668 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=82420] ppid=82405 vsize=337592 memory=307860 CPUtime=101.97 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 42008 0 0 0 10181 16 0 0 20 0 1 0 73027153 345694208 76965 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 76965 1248 1200 0 82878 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 307860 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 3.43 3.58 5/263 82521
/proc/meminfo: memFree=127974196/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=337592 memory=316052 CPUtime=161.81 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 42087 0 0 0 16161 20 0 0 20 0 1 0 73027153 345694208 79013 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 79013 1248 1200 0 82878 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 316052 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.56 3.62 5/264 82526
/proc/meminfo: memFree=127962716/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=337592 memory=316052 CPUtime=221.66 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 42207 0 0 0 22146 20 0 0 20 0 1 0 73027153 345694208 79013 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 79013 1248 1200 0 82878 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 316052 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.66 3.66 5/264 82528
/proc/meminfo: memFree=127911812/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=337592 memory=316052 CPUtime=281.51 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 42283 0 0 0 28131 20 0 0 20 0 1 0 73027153 345694208 79013 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 79013 1248 1200 0 82878 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 316052 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=82420] ppid=82405 vsize=337592 memory=316052 CPUtime=341.37 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 42321 0 0 0 34113 24 0 0 20 0 1 0 73027153 345694208 79013 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 84398 79013 1248 1200 0 82878 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 337592 KiB
Current children cumulated memory: 316052 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.82 3.72 5/263 82536
/proc/meminfo: memFree=127854856/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=391040 memory=359016 CPUtime=401.22 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 43922 0 0 0 40093 29 0 0 20 0 1 0 73027153 400424960 89754 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 97760 89754 1248 1200 0 96240 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 391040 KiB
Current children cumulated memory: 359016 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=82420] ppid=82405 vsize=391040 memory=359016 CPUtime=461.07 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 43978 0 0 0 46077 30 0 0 20 0 1 0 73027153 400424960 89754 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 97760 89754 1248 1200 0 96240 0

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

[startup+3102.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/262 82671
/proc/meminfo: memFree=127508828/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=392108 memory=375836 CPUtime=3093.94 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 45253 0 0 0 309285 109 0 0 20 0 1 0 73027153 401518592 93959 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 98027 93959 1248 1200 0 96507 0
Current children cumulated CPU time: 3093.94 s
Current children cumulated vsize: 392108 KiB
Current children cumulated memory: 375836 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 82672
/proc/meminfo: memFree=127481756/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=431736 memory=384420 CPUtime=3153.76 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 45874 0 0 0 315265 111 0 0 20 0 1 0 73027153 442097664 96105 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 107934 96105 1248 1200 0 106414 0
Current children cumulated CPU time: 3153.76 s
Current children cumulated vsize: 431736 KiB
Current children cumulated memory: 384420 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=82420] ppid=82405 vsize=431736 memory=384420 CPUtime=3213.58 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 45931 0 0 0 321244 114 0 0 20 0 1 0 73027153 442097664 96105 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 107934 96105 1248 1200 0 106414 0
Current children cumulated CPU time: 3213.58 s
Current children cumulated vsize: 431736 KiB
Current children cumulated memory: 384420 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=82420] ppid=82405 vsize=431736 memory=384420 CPUtime=3273.4 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 45943 0 0 0 327225 115 0 0 20 0 1 0 73027153 442097664 96105 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 107934 96105 1248 1200 0 106414 0
Current children cumulated CPU time: 3273.4 s
Current children cumulated vsize: 431736 KiB
Current children cumulated memory: 384420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 82685
/proc/meminfo: memFree=127446536/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=431736 memory=384420 CPUtime=3333.2 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 45997 0 0 0 333200 120 0 0 20 0 1 0 73027153 442097664 96105 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 107934 96105 1248 1200 0 106414 0
Current children cumulated CPU time: 3333.2 s
Current children cumulated vsize: 431736 KiB
Current children cumulated memory: 384420 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=82420] ppid=82405 vsize=478292 memory=408152 CPUtime=3393 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46351 0 0 0 339174 126 0 0 20 0 1 0 73027153 489771008 102038 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 102038 1248 1200 0 118053 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 408152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 82689
/proc/meminfo: memFree=127423756/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=411224 CPUtime=3452.78 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46602 0 0 0 345146 132 0 0 20 0 1 0 73027153 489771008 102806 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 102806 1248 1200 0 118053 0
Current children cumulated CPU time: 3452.78 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 411224 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=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3512.56 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46650 0 0 0 351119 137 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3512.56 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 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=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3572.34 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46675 0 0 0 357093 141 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3572.34 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3600.05 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46679 0 0 0 359861 144 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.61 s, system=1.44625 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 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3601.14 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46679 0 0 0 359970 144 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3601.14 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB

[startup+3611.6 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3601.54 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46679 0 0 0 360010 144 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3601.54 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB

[startup+3612 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3601.94 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46679 0 0 0 360050 144 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB

[startup+3612.11 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82420] ppid=82405 vsize=478292 memory=417368 CPUtime=3602.04 cores=4,6
/proc/82420/stat : 82420 (Exact) R 82405 82420 82356 0 -1 4194304 46679 0 0 0 360060 144 0 0 20 0 1 0 73027153 489771008 104342 18446744073709551615 4198400 9112445 140721863646752 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 28696576 140721863649576 140721863649773 140721863649773 140721863655375 0
/proc/82420/statm: 119573 104342 1248 1200 0 118053 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 478292 KiB
Current children cumulated memory: 417368 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.11
CPU time (s): 3602.05
CPU user time (s): 3600.61
CPU system time (s): 1.44625
CPU usage (%): 99.7217
Max. virtual memory (cumulated for all children) (KiB): 478292
Max. memory (cumulated for all children) (KiB): 417368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.61
system time used= 1.44625
maximum resident set size= 435212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46679
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 1921


# summary of solver processes directly reported to runsolver:
#   pid: 82420
#   total CPU time (s): 3602.05
#   total CPU user time (s): 3600.61
#   total CPU system time (s): 1.44625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05778 second user time and 15.3422 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 22:11:13
IDJOB=4521096
IDBENCH=178227
IDSOLVER=3318
FILE ID=nodeC027/4521096-1751573472
RUNJOBID= nodeC027-1751573472-82367
SLURM_JOB_ID= 9598797
Free space on /tmp= 431148 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_69.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-4521096-1751573472/watcher-4521096-1751573472 -o /tmp/evaluation-result-4521096-1751573472/solver-4521096-1751573472 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751573472-82367 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1409561098 --ls=0 --inp-dombreaklim=0 HOME/instance-4521096-1751573472.opb

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

MD5SUM BENCH= 1733aa67cc51115e0f42d9b93b5f287e
RANDOM SEED=1409561098

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.631
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		: 1199.842
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		: 3600.288
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		: 1199.866
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.883
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		: 3598.615
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		: 3599.637
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		: 1199.864
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:        129497184 kB
MemAvailable:   129747448 kB
Buffers:            2488 kB
Cached:          1049116 kB
SwapCached:           12 kB
Active:           614872 kB
Inactive:         508596 kB
Active(anon):      87128 kB
Inactive(anon):     2792 kB
Active(file):     527744 kB
Inactive(file):   505804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41796 kB
Writeback:             0 kB
AnonPages:         75204 kB
Mapped:           103728 kB
Shmem:             18056 kB
KReclaimable:     111512 kB
Slab:             200936 kB
SReclaimable:     111512 kB
SUnreclaim:        89424 kB
KernelStack:        4076 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     339592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 431120 MiB
End job on nodeC027 at 2025-07-03 23:11:25