Trace number 4528653

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
pb_picat 2025-07-11OPT1 435.777 437.189

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
MD5SUM13aa29e786187b82093ba5acc80c7659
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.009484
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 21
Biggest coefficient in the objective function 21
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c solving HOME/instance-4528653-1752248302.opb (Picat 3.9b11, 7/10/2025)
0.00/0.06	o 76
0.10/0.11	o 25
0.10/0.14	o 3
435.69/437.18	o 1
435.69/437.18	s OPTIMUM FOUND
435.69/437.18	v x7 ~x68 ~x44 ~x81 x19 x56 ~x32 ~x69 x8 ~x45 
435.69/437.18	v ~x82 ~x20 x57 x33 ~x70 ~x9 x46 ~x83 ~x21 x58 
435.69/437.18	v ~x34 ~x71 ~x10 ~x84 ~x22 x59 ~x35 ~x72 ~x11 x47 
435.69/437.18	v x23 x60 ~x36 ~x73 x12 ~x48 ~x24 x61 ~x37 ~x74 
435.69/437.18	v x49 ~x25 ~x62 x1 x38 ~x75 x13 x50 x26 x63 
435.69/437.18	v x2 ~x39 ~x76 ~x14 x51 ~x27 x64 ~x3 ~x40 ~x77 
435.69/437.18	v x15 x52 x28 ~x65 ~x4 x41 ~x78 ~x16 x53 x29 
435.69/437.18	v ~x66 ~x5 ~x42 ~x79 ~x17 ~x54 ~x30 ~x67 ~x6 x43 
435.69/437.18	v ~x80 x18 ~x55 ~x31 

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528653-1752248302/watcher-4528653-1752248302 -o /tmp/evaluation-result-4528653-1752248302/solver-4528653-1752248302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752244689-114806 --watchdog 3760 pb_picat HOME/instance-4528653-1752248302.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=115216, runsolver pid=115212

[startup+0.100071 s]*
/proc/loadavg: 4.07 4.09 4.05 5/252 115221
/proc/meminfo: memFree=126045724/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2035568 memory=17468 CPUtime=0.1 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 860 0 0 0 9 1 0 0 20 0 1 0 140509110 2084421632 4367 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 508892 4367 1696 343 0 505956 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2035568 KiB
Current children cumulated memory: 17468 KiB

[startup+0.214009 s]*
/proc/loadavg: 4.07 4.09 4.05 6/252 115221
/proc/meminfo: memFree=126033436/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2035868 memory=17936 CPUtime=0.21 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 1055 0 0 0 20 1 0 0 20 0 1 0 140509110 2084728832 4484 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 508967 4484 1696 343 0 506031 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2035868 KiB
Current children cumulated memory: 17936 KiB

[startup+0.314271 s]*
/proc/loadavg: 4.07 4.09 4.05 5/252 115221
/proc/meminfo: memFree=126025244/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2036128 memory=18192 CPUtime=0.31 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 1117 0 0 0 30 1 0 0 20 0 1 0 140509110 2084995072 4548 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509032 4548 1696 343 0 506096 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2036128 KiB
Current children cumulated memory: 18192 KiB

[startup+0.700299 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 115221
/proc/meminfo: memFree=125984032/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2036432 memory=18452 CPUtime=0.68 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 1309 0 0 0 67 1 0 0 20 0 1 0 140509110 2085306368 4613 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509108 4613 1696 343 0 506172 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2036432 KiB
Current children cumulated memory: 18452 KiB

[startup+1.50034 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 115221
/proc/meminfo: memFree=125795416/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2037712 memory=19020 CPUtime=1.47 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 2003 0 0 0 146 1 0 0 20 0 1 0 140509110 2086617088 4755 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509428 4755 1696 343 0 506492 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2037712 KiB
Current children cumulated memory: 19020 KiB

[startup+3.11282 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 115221
/proc/meminfo: memFree=125004188/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2037712 memory=19564 CPUtime=3.08 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 4402 0 0 0 306 2 0 0 20 0 1 0 140509110 2086617088 4891 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509428 4891 1696 343 0 506492 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2037712 KiB
Current children cumulated memory: 19564 KiB

[startup+6.30031 s]
/proc/loadavg: 4.06 4.09 4.05 5/252 115222
/proc/meminfo: memFree=124912864/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2038096 memory=20180 CPUtime=6.26 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 9523 0 0 0 623 3 0 0 20 0 1 0 140509110 2087010304 5045 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509524 5045 1696 343 0 506588 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 20180 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.09 4.05 5/252 115222
/proc/meminfo: memFree=124855540/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2039636 memory=20524 CPUtime=12.64 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 21694 0 0 0 1258 6 0 0 20 0 1 0 140509110 2088587264 5131 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509909 5131 1696 343 0 506973 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2039636 KiB
Current children cumulated memory: 20524 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.10 4.06 5/252 115222
/proc/meminfo: memFree=124836384/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2038612 memory=20152 CPUtime=25.4 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 41102 0 0 0 2530 10 0 0 20 0 1 0 140509110 2087538688 5038 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 509653 5038 1696 343 0 506717 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2038612 KiB
Current children cumulated memory: 20152 KiB

[startup+51.113 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 115267
/proc/meminfo: memFree=127137516/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2041684 memory=21792 CPUtime=50.93 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 74082 0 0 0 5074 19 0 0 20 0 1 0 140509110 2090684416 5448 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510421 5448 1696 343 0 507485 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2041684 KiB
Current children cumulated memory: 21792 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.05 5/252 115271
/proc/meminfo: memFree=127139432/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2041812 memory=22072 CPUtime=101.96 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 135635 0 0 0 10162 34 0 0 20 0 1 0 140509110 2090815488 5518 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510453 5518 1696 343 0 507517 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2041812 KiB
Current children cumulated memory: 22072 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.05 5/253 115274
/proc/meminfo: memFree=127127952/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2040416 memory=21680 CPUtime=161.76 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 196723 0 0 0 16127 49 0 0 20 0 1 0 140509110 2089385984 5420 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510104 5420 1696 343 0 507168 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2040416 KiB
Current children cumulated memory: 21680 KiB

[startup+222.3 s]
/proc/loadavg: 4.67 4.25 4.12 5/252 115276
/proc/meminfo: memFree=127126100/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2049632 memory=26308 CPUtime=221.58 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 245338 0 0 0 22094 64 0 0 20 0 1 0 140509110 2098823168 6577 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 512408 6577 1696 343 0 509472 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 2049632 KiB
Current children cumulated memory: 26308 KiB

[startup+282.3 s]
/proc/loadavg: 4.42 4.26 4.13 5/252 115278
/proc/meminfo: memFree=127112992/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2049808 memory=26148 CPUtime=281.38 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 291496 0 0 0 28064 74 0 0 20 0 1 0 140509110 2099003392 6537 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 512452 6537 1696 343 0 509516 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 2049808 KiB
Current children cumulated memory: 26148 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.23 4.12 5/251 115281
/proc/meminfo: memFree=127106896/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2043828 memory=23980 CPUtime=341.19 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 336186 0 0 0 34035 84 0 0 20 0 1 0 140509110 2092879872 5995 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510957 5995 1696 343 0 508021 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 23980 KiB

[startup+402.3 s]
/proc/loadavg: 5.97 4.71 4.29 5/251 115283
/proc/meminfo: memFree=127116740/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2043828 memory=25028 CPUtime=401 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 376852 0 0 0 40005 95 0 0 20 0 1 0 140509110 2092879872 6257 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510957 6257 1696 343 0 508021 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 25028 KiB

[startup+437.188 s]
# the end of solver process 115216 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=434.782 s, system=0.995022 s

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

[startup+409.6 s]
/proc/loadavg: 6.05 4.75 4.31 5/251 115283
/proc/meminfo: memFree=127098684/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2049972 memory=28856 CPUtime=408.27 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 379606 0 0 0 40732 95 0 0 20 0 1 0 140509110 2099171328 7214 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 512493 7214 1696 343 0 509557 0
Current children cumulated CPU time: 408.27 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 28856 KiB

[startup+422.4 s]
/proc/loadavg: 5.82 4.76 4.32 5/251 115283
/proc/meminfo: memFree=127092752/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2047924 memory=29176 CPUtime=421.03 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 383539 0 0 0 42006 97 0 0 20 0 1 0 140509110 2097074176 7294 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 511981 7294 1696 343 0 509045 0
Current children cumulated CPU time: 421.03 s
Current children cumulated vsize: 2047924 KiB
Current children cumulated memory: 29176 KiB

[startup+428.8 s]
/proc/loadavg: 5.67 4.75 4.32 5/251 115283
/proc/meminfo: memFree=127089716/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2049972 memory=31012 CPUtime=427.41 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 385639 0 0 0 42643 98 0 0 20 0 1 0 140509110 2099171328 7753 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 512493 7753 1696 343 0 509557 0
Current children cumulated CPU time: 427.41 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 31012 KiB

[startup+432 s]*
/proc/loadavg: 5.54 4.74 4.32 5/250 115283
/proc/meminfo: memFree=127092768/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2054068 memory=35104 CPUtime=430.61 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 386829 0 0 0 42963 98 0 0 20 0 1 0 140509110 2103365632 8776 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 513517 8776 1696 343 0 510581 0
Current children cumulated CPU time: 430.61 s
Current children cumulated vsize: 2054068 KiB
Current children cumulated memory: 35104 KiB

[startup+435.2 s]
/proc/loadavg: 5.54 4.74 4.32 5/250 115283
/proc/meminfo: memFree=127092044/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2049972 memory=27860 CPUtime=433.78 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 388698 0 0 0 43280 98 0 0 20 0 1 0 140509110 2099171328 6965 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 512493 6965 1696 343 0 509557 0
Current children cumulated CPU time: 433.78 s
Current children cumulated vsize: 2049972 KiB
Current children cumulated memory: 27860 KiB

[startup+436 s]*
/proc/loadavg: 5.41 4.72 4.31 5/250 115284
/proc/meminfo: memFree=127092044/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2043828 memory=23892 CPUtime=434.6 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 389186 0 0 0 43361 99 0 0 20 0 1 0 140509110 2092879872 5973 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510957 5973 1696 343 0 508021 0
Current children cumulated CPU time: 434.6 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 23892 KiB

[startup+436.8 s]
/proc/loadavg: 5.41 4.72 4.31 5/250 115284
/proc/meminfo: memFree=127092044/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2043828 memory=25428 CPUtime=435.38 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 389618 0 0 0 43439 99 0 0 20 0 1 0 140509110 2092879872 6357 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 510957 6357 1696 343 0 508021 0
Current children cumulated CPU time: 435.38 s
Current children cumulated vsize: 2043828 KiB
Current children cumulated memory: 25428 KiB

[startup+437 s]*
/proc/loadavg: 5.41 4.72 4.31 5/250 115284
/proc/meminfo: memFree=127092044/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2045876 memory=25812 CPUtime=435.59 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 389733 0 0 0 43460 99 0 0 20 0 1 0 140509110 2094977024 6453 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 511469 6453 1696 343 0 508533 0
Current children cumulated CPU time: 435.59 s
Current children cumulated vsize: 2045876 KiB
Current children cumulated memory: 25812 KiB

[startup+437.113 s]
/proc/loadavg: 5.41 4.72 4.31 5/250 115284
/proc/meminfo: memFree=127092044/131382112 swapFree=33009904/33010684
[pid=115216] ppid=115212 vsize=2045876 memory=26068 CPUtime=435.69 cores=1,3
/proc/115216/stat : 115216 (pb_picat) R 115212 115216 114794 0 -1 4194304 389781 0 0 0 43470 99 0 0 20 0 1 0 140509110 2094977024 6517 18446744073709551615 94525700603904 94525702005485 140733413538624 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94525702276912 94525704151152 94525725052928 140733413542300 140733413542376 140733413542376 140733413547980 0
/proc/115216/statm: 511469 6517 1696 343 0 508533 0
Current children cumulated CPU time: 435.69 s
Current children cumulated vsize: 2045876 KiB
Current children cumulated memory: 26068 KiB

Child status: 0

Real time (s): 437.189
CPU time (s): 435.777
CPU user time (s): 434.782
CPU system time (s): 0.995022
CPU usage (%): 99.6771
Max. virtual memory (cumulated for all children) (KiB): 2054068
Max. memory (cumulated for all children) (KiB): 35104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 434.782
system time used= 0.995022
maximum resident set size= 35104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 389881
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= 88
involuntary context switches= 643


# summary of solver processes directly reported to runsolver:
#   pid: 115216
#   total CPU time (s): 435.777
#   total CPU user time (s): 434.782
#   total CPU system time (s): 0.995022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.95682 second user time and 4.52212 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-11 17:38:22
IDJOB=4528653
IDBENCH=177047
IDSOLVER=3385
FILE ID=nodeC001/4528653-1752248302
RUNJOBID= nodeC001-1752244689-114806
SLURM_JOB_ID= 9682560
Free space on /tmp= 432428 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_021.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528653-1752248302/watcher-4528653-1752248302 -o /tmp/evaluation-result-4528653-1752248302/solver-4528653-1752248302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752244689-114806 --watchdog 3760  pb_picat HOME/instance-4528653-1752248302.opb

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

MD5SUM BENCH= 13aa29e786187b82093ba5acc80c7659
RANDOM SEED=936374588

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.162
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.131
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.435
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.106
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3662.812
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.175
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.628
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.184
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126068532 kB
MemAvailable:   127673496 kB
Buffers:            1668 kB
Cached:          2386840 kB
SwapCached:          128 kB
Active:          2557156 kB
Inactive:        2137168 kB
Active(anon):    2295768 kB
Inactive(anon):    27832 kB
Active(file):     261388 kB
Inactive(file):  2109336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11272 kB
Writeback:             0 kB
AnonPages:       2307372 kB
Mapped:           109208 kB
Shmem:             17776 kB
KReclaimable:     147348 kB
Slab:             236412 kB
SReclaimable:     147348 kB
SUnreclaim:        89064 kB
KernelStack:        4020 kB
PageTables:         7364 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2818304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2177024 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432492 MiB
End job on nodeC001 at 2025-07-11 17:45:40