Trace number 4521050

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 3612.51

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_87.opb
MD5SUM83591af43c3da6ede4007c8e5a8d776b
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-1892
Best CPU time to get the best result obtained on this benchmark3584.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3741
Total number of constraints423980
Number of constraints which are clauses423980
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 3153
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 3153
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 3153
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

3.28/3.30	o 0
3.28/3.33	o -1480
3.38/3.49	o -1497
3.68/3.75	o -1507
3.78/3.85	o -1516
3.87/3.97	o -1594
6.47/6.54	o -1601
11.14/11.23	o -1612
12.04/12.19	o -1623
12.13/12.20	o -1624
12.13/12.22	o -1632
12.13/12.26	o -1635
12.43/12.58	o -1636
13.33/13.46	o -1656
13.33/13.49	o -1657
13.43/13.50	o -1664
13.43/13.53	o -1674
13.43/13.54	o -1680
188.72/189.40	o -1683
189.02/189.74	o -1687
189.12/189.89	o -1697
189.81/190.53	o -1704
940.83/943.70	o -1706
2811.45/2819.66	o -1712
2811.55/2819.77	o -1722

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 (62625 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-4521050-1751573472/watcher-4521050-1751573472 -o /tmp/evaluation-result-4521050-1751573472/solver-4521050-1751573472 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751573472-82366 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1409561098 --ls=0 --inp-dombreaklim=0 HOME/instance-4521050-1751573472.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
Starting watchdog thread
solver pid=82425, runsolver pid=82422
Current StackSize limit: 8192 KiB


[startup+0.100036 s]*
/proc/loadavg: 2.05 2.94 3.48 5/261 82430
/proc/meminfo: memFree=129438872/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=51740 memory=28356 CPUtime=0.09 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 6514 0 0 0 8 1 0 0 20 0 1 0 73027157 52981760 7089 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 12935 7089 1024 1200 0 11415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51740 KiB
Current children cumulated memory: 28356 KiB

[startup+0.205802 s]*
/proc/loadavg: 2.05 2.94 3.48 5/259 82434
/proc/meminfo: memFree=129398620/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=70000 memory=45508 CPUtime=0.2 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 9529 0 0 0 18 2 0 0 20 0 1 0 73027157 71680000 11377 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 17500 11377 1024 1200 0 15980 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 70000 KiB
Current children cumulated memory: 45508 KiB

[startup+0.30573 s]*
/proc/loadavg: 2.05 2.94 3.48 5/259 82434
/proc/meminfo: memFree=129386968/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=77788 memory=59348 CPUtime=0.3 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 11480 0 0 0 28 2 0 0 20 0 1 0 73027157 79654912 14837 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 19447 14837 1024 1200 0 17927 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 77788 KiB
Current children cumulated memory: 59348 KiB

[startup+0.700184 s]
/proc/loadavg: 2.05 2.94 3.48 4/259 82434
/proc/meminfo: memFree=129312116/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=133000 memory=120988 CPUtime=0.69 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 22288 0 0 0 65 4 0 0 20 0 1 0 73027157 136192000 30247 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 33250 30247 1024 1200 0 31730 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 133000 KiB
Current children cumulated memory: 120988 KiB

[startup+1.50019 s]
/proc/loadavg: 2.05 2.94 3.48 5/259 82434
/proc/meminfo: memFree=129063992/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=370616 memory=327816 CPUtime=1.48 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 39478 0 0 0 137 11 0 0 20 0 1 0 73027157 379510784 81954 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 92654 81954 1184 1200 0 91134 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 370616 KiB
Current children cumulated memory: 327816 KiB

[startup+3.10561 s]
/proc/loadavg: 2.05 2.94 3.48 5/263 82471
/proc/meminfo: memFree=128403052/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=449484 memory=425460 CPUtime=3.09 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 51128 0 0 0 293 16 0 0 20 0 1 0 73027157 460271616 106365 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 112371 106365 1184 1200 0 110851 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 449484 KiB
Current children cumulated memory: 425460 KiB

[startup+6.30017 s]
/proc/loadavg: 2.21 2.96 3.48 5/263 82471
/proc/meminfo: memFree=128282720/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=489728 memory=459272 CPUtime=6.27 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 56181 0 0 0 609 18 0 0 20 0 1 0 73027157 501481472 114818 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 122432 114818 1248 1200 0 120912 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 489728 KiB
Current children cumulated memory: 459272 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=82425] ppid=82422 vsize=509900 memory=483488 CPUtime=12.63 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 58670 0 0 0 1243 20 0 0 20 0 1 0 73027157 522137600 120872 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 127475 120872 1280 1200 0 125955 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 509900 KiB
Current children cumulated memory: 483488 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=82425] ppid=82422 vsize=512460 memory=494328 CPUtime=25.39 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 58834 0 0 0 2518 21 0 0 20 0 1 0 73027157 524759040 123582 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 128115 123582 1280 1200 0 126595 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 512460 KiB
Current children cumulated memory: 494328 KiB

[startup+51.1054 s]
/proc/loadavg: 3.23 3.12 3.52 5/263 82517
/proc/meminfo: memFree=128097104/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=556096 memory=502704 CPUtime=50.9 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 60404 0 0 0 5068 22 0 0 20 0 1 0 73027157 569442304 125676 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 139024 125676 1280 1200 0 137504 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 556096 KiB
Current children cumulated memory: 502704 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=82425] ppid=82422 vsize=591068 memory=543776 CPUtime=101.92 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 61089 0 0 0 10168 24 0 0 20 0 1 0 73027157 605253632 135944 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 147767 135944 1280 1200 0 146247 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 591068 KiB
Current children cumulated memory: 543776 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=82425] ppid=82422 vsize=591068 memory=552060 CPUtime=161.72 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 61170 0 0 0 16147 25 0 0 20 0 1 0 73027157 605253632 138015 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 147767 138015 1280 1200 0 146247 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 591068 KiB
Current children cumulated memory: 552060 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=82425] ppid=82422 vsize=591068 memory=552060 CPUtime=221.49 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 61261 0 0 0 22123 26 0 0 20 0 1 0 73027157 605253632 138015 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 147767 138015 1280 1200 0 146247 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 591068 KiB
Current children cumulated memory: 552060 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=82425] ppid=82422 vsize=636496 memory=588840 CPUtime=281.3 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 62301 0 0 0 28099 31 0 0 20 0 1 0 73027157 651771904 147210 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 159124 147210 1280 1200 0 157604 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 636496 KiB
Current children cumulated memory: 588840 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=82425] ppid=82422 vsize=636496 memory=594996 CPUtime=341.11 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 62401 0 0 0 34080 31 0 0 20 0 1 0 73027157 651771904 148749 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 159124 148749 1280 1200 0 157604 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 636496 KiB
Current children cumulated memory: 594996 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=82425] ppid=82422 vsize=636496 memory=594996 CPUtime=400.93 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 62521 0 0 0 40062 31 0 0 20 0 1 0 73027157 651771904 148749 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 159124 148749 1280 1200 0 157604 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 636496 KiB
Current children cumulated memory: 594996 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=82425] ppid=82422 vsize=636496 memory=594996 CPUtime=460.77 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 62525 0 0 0 46046 31 0 0 20 0 1 0 73027157 651771904 148749 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 159124 148749 1280 1200 0 157604 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=82425] ppid=82422 vsize=759284 memory=713680 CPUtime=3093.38 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 73261 0 0 0 309242 96 0 0 20 0 1 0 73027157 777506816 178420 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 189821 178420 1280 1200 0 188301 0
Current children cumulated CPU time: 3093.38 s
Current children cumulated vsize: 759284 KiB
Current children cumulated memory: 713680 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=82425] ppid=82422 vsize=762916 memory=717524 CPUtime=3153.23 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 76055 0 0 0 315224 99 0 0 20 0 1 0 73027157 781225984 179381 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 190729 179381 1280 1200 0 189209 0
Current children cumulated CPU time: 3153.23 s
Current children cumulated vsize: 762916 KiB
Current children cumulated memory: 717524 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=82425] ppid=82422 vsize=773672 memory=728276 CPUtime=3213.05 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 78822 0 0 0 321204 101 0 0 20 0 1 0 73027157 792240128 182069 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 193418 182069 1280 1200 0 191898 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 773672 KiB
Current children cumulated memory: 728276 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=82425] ppid=82422 vsize=773672 memory=728276 CPUtime=3272.9 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 78887 0 0 0 327188 102 0 0 20 0 1 0 73027157 792240128 182069 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 193418 182069 1280 1200 0 191898 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 773672 KiB
Current children cumulated memory: 728276 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=82425] ppid=82422 vsize=779828 memory=734420 CPUtime=3332.71 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 85920 0 0 0 333163 108 0 0 20 0 1 0 73027157 798543872 183605 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 194957 183605 1280 1200 0 193437 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 779828 KiB
Current children cumulated memory: 734420 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=82425] ppid=82422 vsize=788976 memory=743508 CPUtime=3392.51 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 88308 0 0 0 339140 111 0 0 20 0 1 0 73027157 807911424 185877 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 197244 185877 1280 1200 0 195724 0
Current children cumulated CPU time: 3392.51 s
Current children cumulated vsize: 788976 KiB
Current children cumulated memory: 743508 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=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3452.3 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92720 0 0 0 345115 115 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3452.3 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 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=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3512.1 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92720 0 0 0 351092 118 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3512.1 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 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=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3571.9 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 357069 121 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3600.01 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 359879 122 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.79 s, system=1.22999 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=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3600.71 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 359949 122 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3600.71 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB

[startup+3612 s]*
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3601.51 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 360029 122 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3601.51 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB

[startup+3612.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3601.9 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 360068 122 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB

[startup+3612.5 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 82694
/proc/meminfo: memFree=127419296/131250000 swapFree=33010416/33010684
[pid=82425] ppid=82422 vsize=806616 memory=761172 CPUtime=3602 cores=0,2
/proc/82425/stat : 82425 (Exact) R 82422 82425 82356 0 -1 4194304 92798 0 0 0 360078 122 0 0 20 0 1 0 73027157 825974784 190293 18446744073709551615 4198400 9112445 140733528917744 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42549248 140733528926504 140733528926701 140733528926701 140733528932303 0
/proc/82425/statm: 201654 190293 1280 1200 0 200134 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 806616 KiB
Current children cumulated memory: 761172 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.51
CPU time (s): 3602.02
CPU user time (s): 3600.79
CPU system time (s): 1.22999
CPU usage (%): 99.7096
Max. virtual memory (cumulated for all children) (KiB): 857256
Max. memory (cumulated for all children) (KiB): 768120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.79
system time used= 1.22999
maximum resident set size= 768120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92798
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= 67
involuntary context switches= 7871


# summary of solver processes directly reported to runsolver:
#   pid: 82425
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3600.79
#   total CPU system time (s): 1.22999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00914 second user time and 16.0064 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 83591af43c3da6ede4007c8e5a8d776b
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		: 3600.124
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		: 1766.225
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.601
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		: 3288.779
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.493
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		: 3110.517
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.639
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		: 3258.006
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:        129492960 kB
MemAvailable:   129750676 kB
Buffers:            2488 kB
Cached:          1056568 kB
SwapCached:           12 kB
Active:           615196 kB
Inactive:         516048 kB
Active(anon):      87452 kB
Inactive(anon):     2792 kB
Active(file):     527744 kB
Inactive(file):   513256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49248 kB
Writeback:             0 kB
AnonPages:         75528 kB
Mapped:           103404 kB
Shmem:             18056 kB
KReclaimable:     111512 kB
Slab:             200604 kB
SReclaimable:     111512 kB
SUnreclaim:        89092 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:     339144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 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