Trace number 4520958

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.06 3611.4

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_90.opb
MD5SUM938881248995c1811678b4b6ed7e25b4
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-1944
Best CPU time to get the best result obtained on this benchmark3584.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4005
Total number of constraints469920
Number of constraints which are clauses469920
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 3240
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 3240
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 3240
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.19/3.24	o 0
3.19/3.27	o -1634
3.28/3.30	o -1638
3.28/3.36	o -1642
5.18/5.27	o -1644
9.27/9.34	o -1656
9.27/9.35	o -1672
9.27/9.38	o -1688
10.16/10.22	o -1704
44.76/44.96	o -1706
94.73/95.03	o -1726
98.62/98.91	o -1746
164.23/164.75	o -1750
239.42/240.16	o -1752
246.60/247.39	o -1754
325.85/326.88	o -1786
325.95/326.90	o -1800
325.95/326.92	o -1802
326.06/327.06	o -1814
326.16/327.12	o -1828
326.25/327.22	o -1838
326.35/327.39	o -1850
326.45/327.46	o -1862

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60670 MiB free)
  memory of node 1: 64465 MiB (63756 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=92009, runsolver pid=92006
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 92010
/proc/meminfo: memFree=127391948/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=52048 memory=30308 CPUtime=0.09 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 6494 0 0 0 9 0 0 0 20 0 1 0 72449237 53297152 7577 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 13012 7577 1024 1200 0 11492 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 52048 KiB
Current children cumulated memory: 30308 KiB

[startup+0.205626 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 92010
/proc/meminfo: memFree=127371976/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=70180 memory=47396 CPUtime=0.2 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 10004 0 0 0 19 1 0 0 20 0 1 0 72449237 71864320 11849 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 17545 11849 1024 1200 0 16025 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 70180 KiB
Current children cumulated memory: 47396 KiB

[startup+0.305635 s]*
/proc/loadavg: 4.11 4.09 4.09 5/264 92010
/proc/meminfo: memFree=127367880/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=78100 memory=61424 CPUtime=0.3 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 12008 0 0 0 29 1 0 0 20 0 1 0 72449237 79974400 15356 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 19525 15356 1024 1200 0 18005 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 78100 KiB
Current children cumulated memory: 61424 KiB

[startup+0.700169 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 92010
/proc/meminfo: memFree=127327556/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=193748 memory=129984 CPUtime=0.69 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 24032 0 0 0 65 4 0 0 20 0 1 0 72449237 198397952 32496 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 48437 32496 1024 1200 0 46917 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 193748 KiB
Current children cumulated memory: 129984 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.09 4.09 5/264 92010
/proc/meminfo: memFree=127246656/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=329244 memory=311104 CPUtime=1.49 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 42459 0 0 0 138 11 0 0 20 0 1 0 72449237 337145856 77776 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 82311 77776 1184 1200 0 80791 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 329244 KiB
Current children cumulated memory: 311104 KiB

[startup+3.10553 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 92010
/proc/meminfo: memFree=126855792/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=531524 memory=513156 CPUtime=3.09 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 56277 0 0 0 290 19 0 0 20 0 1 0 72449237 544280576 128289 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 132881 128289 1184 1200 0 131361 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 531524 KiB
Current children cumulated memory: 513156 KiB

[startup+6.30016 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 92010
/proc/meminfo: memFree=126828420/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=593868 memory=574408 CPUtime=6.28 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 64603 0 0 0 606 22 0 0 20 0 1 0 72449237 608120832 143602 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 148467 143602 1248 1200 0 146947 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 593868 KiB
Current children cumulated memory: 574408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 92010
/proc/meminfo: memFree=126820388/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=596216 memory=576852 CPUtime=12.66 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 64705 0 0 0 1244 22 0 0 20 0 1 0 72449237 610525184 144213 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 149054 144213 1280 1200 0 147534 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 596216 KiB
Current children cumulated memory: 576852 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 92011
/proc/meminfo: memFree=126816540/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=636784 memory=592644 CPUtime=25.42 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 65545 0 0 0 2519 23 0 0 20 0 1 0 72449237 652066816 148161 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 159196 148161 1280 1200 0 157676 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 636784 KiB
Current children cumulated memory: 592644 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 92011
/proc/meminfo: memFree=126802236/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=642864 memory=598708 CPUtime=50.95 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 66610 0 0 0 5071 24 0 0 20 0 1 0 72449237 658292736 149677 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 160716 149677 1280 1200 0 159196 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 642864 KiB
Current children cumulated memory: 598708 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/263 92015
/proc/meminfo: memFree=126753564/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=682248 memory=642252 CPUtime=102.01 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 68384 0 0 0 10174 27 0 0 20 0 1 0 72449237 698621952 160563 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 170562 160563 1280 1200 0 169042 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 682248 KiB
Current children cumulated memory: 642252 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 92023
/proc/meminfo: memFree=126715956/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=682248 memory=646348 CPUtime=161.84 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 68478 0 0 0 16157 27 0 0 20 0 1 0 72449237 698621952 161587 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 170562 161587 1280 1200 0 169042 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 682248 KiB
Current children cumulated memory: 646348 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 92025
/proc/meminfo: memFree=126690336/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=682248 memory=646348 CPUtime=221.67 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 68534 0 0 0 22140 27 0 0 20 0 1 0 72449237 698621952 161587 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 170562 161587 1280 1200 0 169042 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 682248 KiB
Current children cumulated memory: 646348 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 92028
/proc/meminfo: memFree=126618636/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=718972 memory=681660 CPUtime=281.49 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 69260 0 0 0 28119 30 0 0 20 0 1 0 72449237 736227328 170415 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 179743 170415 1280 1200 0 178223 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 718972 KiB
Current children cumulated memory: 681660 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 92030
/proc/meminfo: memFree=126562584/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=759084 memory=723196 CPUtime=341.31 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 71062 0 0 0 34091 40 0 0 20 0 1 0 72449237 777302016 180799 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 189771 180799 1280 1200 0 188251 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 759084 KiB
Current children cumulated memory: 723196 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 92032
/proc/meminfo: memFree=126555932/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=759084 memory=725364 CPUtime=401.15 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 71124 0 0 0 40074 41 0 0 20 0 1 0 72449237 777302016 181341 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 189771 181341 1280 1200 0 188251 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 759084 KiB
Current children cumulated memory: 725364 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 92034
/proc/meminfo: memFree=126547764/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=759084 memory=725364 CPUtime=460.99 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 71125 0 0 0 46058 41 0 0 20 0 1 0 72449237 777302016 181341 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0

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

[startup+3102.3 s]
/proc/loadavg: 1.11 1.34 2.42 2/245 92260
/proc/meminfo: memFree=128285908/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=914288 memory=836080 CPUtime=3094.28 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 109371 0 0 0 309225 203 0 0 20 0 1 0 72449237 936230912 209020 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 228572 209020 1280 1200 0 227052 0
Current children cumulated CPU time: 3094.28 s
Current children cumulated vsize: 914288 KiB
Current children cumulated memory: 836080 KiB

[startup+3162.3 s]
/proc/loadavg: 1.04 1.27 2.33 2/246 92265
/proc/meminfo: memFree=128287148/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=914288 memory=842280 CPUtime=3154.14 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 109403 0 0 0 315211 203 0 0 20 0 1 0 72449237 936230912 210570 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 228572 210570 1280 1200 0 227052 0
Current children cumulated CPU time: 3154.14 s
Current children cumulated vsize: 914288 KiB
Current children cumulated memory: 842280 KiB

[startup+3222.3 s]
/proc/loadavg: 1.11 1.25 2.25 2/246 92271
/proc/meminfo: memFree=128286964/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=914288 memory=842280 CPUtime=3214.01 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 109539 0 0 0 321198 203 0 0 20 0 1 0 72449237 936230912 210570 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 228572 210570 1280 1200 0 227052 0
Current children cumulated CPU time: 3214.01 s
Current children cumulated vsize: 914288 KiB
Current children cumulated memory: 842280 KiB

[startup+3282.3 s]
/proc/loadavg: 1.09 1.22 2.18 2/246 92273
/proc/meminfo: memFree=128285804/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=914288 memory=842280 CPUtime=3273.87 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 109558 0 0 0 327184 203 0 0 20 0 1 0 72449237 936230912 210570 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 228572 210570 1280 1200 0 227052 0
Current children cumulated CPU time: 3273.87 s
Current children cumulated vsize: 914288 KiB
Current children cumulated memory: 842280 KiB

[startup+3342.3 s]
/proc/loadavg: 1.07 1.19 2.11 2/245 92276
/proc/meminfo: memFree=128314956/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=877344 memory=805248 CPUtime=3333.73 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 115913 0 0 0 333165 208 0 0 20 0 1 0 72449237 898400256 201312 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 219336 201312 1280 1200 0 217816 0
Current children cumulated CPU time: 3333.73 s
Current children cumulated vsize: 877344 KiB
Current children cumulated memory: 805248 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.17 2.04 2/246 92279
/proc/meminfo: memFree=128307464/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=888660 memory=816640 CPUtime=3393.56 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 118754 0 0 0 339144 212 0 0 20 0 1 0 72449237 909987840 204160 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 222165 204160 1280 1200 0 220645 0
Current children cumulated CPU time: 3393.56 s
Current children cumulated vsize: 888660 KiB
Current children cumulated memory: 816640 KiB

[startup+3462.3 s]
/proc/loadavg: 1.07 1.15 1.98 2/245 92281
/proc/meminfo: memFree=128299696/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=895540 memory=823424 CPUtime=3453.39 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 120569 0 0 0 345124 215 0 0 20 0 1 0 72449237 917032960 205856 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 223885 205856 1280 1200 0 222365 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 895540 KiB
Current children cumulated memory: 823424 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.15 1.93 2/245 92283
/proc/meminfo: memFree=128293656/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3513.21 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123625 0 0 0 351102 219 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

[startup+3582.3 s]
/proc/loadavg: 1.05 1.12 1.86 2/246 92286
/proc/meminfo: memFree=128267008/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3573.03 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123705 0 0 0 357082 221 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3573.03 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 1.09 1.12 1.84 2/246 92287
/proc/meminfo: memFree=128267120/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3600.05 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123730 0 0 0 359783 222 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.83 s, system=2.22819 s

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

[startup+3609.6 s]
/proc/loadavg: 1.09 1.12 1.84 2/246 92287
/proc/meminfo: memFree=128267120/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3600.25 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123730 0 0 0 359803 222 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

[startup+3610.4 s]
/proc/loadavg: 1.09 1.12 1.84 2/246 92287
/proc/meminfo: memFree=128267120/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3601.05 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123730 0 0 0 359883 222 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3601.05 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

[startup+3611.2 s]
/proc/loadavg: 1.09 1.12 1.84 2/246 92287
/proc/meminfo: memFree=128267120/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3601.85 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123730 0 0 0 359963 222 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3601.85 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

[startup+3611.4 s]
/proc/loadavg: 1.09 1.12 1.84 2/246 92287
/proc/meminfo: memFree=128267120/131249992 swapFree=33010160/33010684
[pid=92009] ppid=92006 vsize=907748 memory=835712 CPUtime=3602.04 cores=1,3
/proc/92009/stat : 92009 (Exact) R 92006 92009 90305 0 -1 4194304 123730 0 0 0 359982 222 0 0 20 0 1 0 72449237 929533952 208928 18446744073709551615 4198400 9112445 140727644842736 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 28807168 140727644850473 140727644850669 140727644850669 140727644856271 0
/proc/92009/statm: 226937 208928 1280 1200 0 225417 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 907748 KiB
Current children cumulated memory: 835712 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.4
CPU time (s): 3602.06
CPU user time (s): 3599.83
CPU system time (s): 2.22819
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 914288
Max. memory (cumulated for all children) (KiB): 842280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 2.22819
maximum resident set size= 857936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123730
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= 23
involuntary context switches= 4816


# summary of solver processes directly reported to runsolver:
#   pid: 92009
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3599.83
#   total CPU system time (s): 2.22819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61184 second user time and 15.5082 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-03 20:35:05
IDJOB=4520958
IDBENCH=178176
IDSOLVER=3318
FILE ID=nodeC025/4520958-1751567705
RUNJOBID= nodeC025-1751559131-90342
SLURM_JOB_ID= 9598755
Free space on /tmp= 432940 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_90.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-4520958-1751567705/watcher-4520958-1751567705 -o /tmp/evaluation-result-4520958-1751567705/solver-4520958-1751567705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751559131-90342 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=580390685 --ls=0 --inp-dombreaklim=0 HOME/instance-4520958-1751567705.opb

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

MD5SUM BENCH= 938881248995c1811678b4b6ed7e25b4
RANDOM SEED=580390685

nodeC025 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.847
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.804
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3536.085
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3570.463
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.838
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.295
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.784
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127413316 kB
MemAvailable:   128006764 kB
Buffers:            2128 kB
Cached:          1384380 kB
SwapCached:          200 kB
Active:          2030940 kB
Inactive:        1137620 kB
Active(anon):    1778340 kB
Inactive(anon):    21568 kB
Active(file):     252600 kB
Inactive(file):  1116052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22568 kB
Writeback:             0 kB
AnonPages:       1785244 kB
Mapped:           118644 kB
Shmem:             17856 kB
KReclaimable:     128068 kB
Slab:             217604 kB
SReclaimable:     128068 kB
SUnreclaim:        89536 kB
KernelStack:        4272 kB
PageTables:         6720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2467376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1171456 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC025 at 2025-07-03 21:35:16