Trace number 4544353

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 NameAnswerCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.06 3609.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
MD5SUM5f9c71ef62aa1641b9bec64204b49f28
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.246393
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8643
Total number of constraints7204
Number of constraints which are clauses5762
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5762
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5762
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 17286
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4544353-1753230704.opb (Picat 3.9b11, 7/10/2025)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544353-1753230704/watcher-4544353-1753230704 -o /tmp/evaluation-result-4544353-1753230704/solver-4544353-1753230704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753223480-161392 --watchdog 3760 pb_picat HOME/instance-4544353-1753230704.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
Starting watchdog thread
solver pid=162281, runsolver pid=162278
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 3.98 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127949180/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2027148 memory=31968 CPUtime=0.09 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 1007 0 0 0 9 0 0 0 20 0 1 0 238748085 2075799552 7992 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 506787 7992 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 31968 KiB

[startup+0.205552 s]*
/proc/loadavg: 3.98 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127944836/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2027148 memory=34152 CPUtime=0.19 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 1043 0 0 0 19 0 0 0 20 0 1 0 238748085 2075799552 8538 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 506787 8538 1536 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 34152 KiB

[startup+0.305459 s]*
/proc/loadavg: 3.98 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127944836/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2027148 memory=34152 CPUtime=0.29 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 1043 0 0 0 29 0 0 0 20 0 1 0 238748085 2075799552 8538 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 506787 8538 1536 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 34152 KiB

[startup+0.700178 s]
/proc/loadavg: 3.98 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127925240/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2047788 memory=62068 CPUtime=0.68 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 7902 0 0 0 67 1 0 0 20 0 1 0 238748085 2096934912 15517 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 511947 15517 1696 343 0 509011 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2047788 KiB
Current children cumulated memory: 62068 KiB

[startup+1.50018 s]
/proc/loadavg: 3.98 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127913916/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2048748 memory=65412 CPUtime=1.48 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 11783 0 0 0 146 2 0 0 20 0 1 0 238748085 2097917952 16353 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 512187 16353 1696 343 0 509251 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2048748 KiB
Current children cumulated memory: 65412 KiB

[startup+3.10535 s]
/proc/loadavg: 3.99 4.12 4.10 5/264 162282
/proc/meminfo: memFree=127917716/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2048748 memory=65460 CPUtime=3.08 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 18296 0 0 0 305 3 0 0 20 0 1 0 238748085 2097917952 16365 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 512187 16365 1696 343 0 509251 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2048748 KiB
Current children cumulated memory: 65460 KiB

[startup+6.30017 s]
/proc/loadavg: 3.99 4.12 4.10 5/264 162327
/proc/meminfo: memFree=127895736/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2048748 memory=65476 CPUtime=6.27 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 25506 0 0 0 622 5 0 0 20 0 1 0 238748085 2097917952 16369 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 512187 16369 1696 343 0 509251 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2048748 KiB
Current children cumulated memory: 65476 KiB

[startup+12.7002 s]
/proc/loadavg: 3.99 4.12 4.10 5/264 162327
/proc/meminfo: memFree=127862708/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2048748 memory=65816 CPUtime=12.65 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 39329 0 0 0 1257 8 0 0 20 0 1 0 238748085 2097917952 16454 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 512187 16454 1696 343 0 509251 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2048748 KiB
Current children cumulated memory: 65816 KiB

[startup+25.5001 s]
/proc/loadavg: 3.99 4.11 4.09 5/259 162408
/proc/meminfo: memFree=128744620/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2057816 memory=67664 CPUtime=25.42 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 69526 0 0 0 2528 14 0 0 20 0 1 0 238748085 2107203584 16916 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 514454 16916 1696 343 0 511518 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2057816 KiB
Current children cumulated memory: 67664 KiB

[startup+51.1053 s]
/proc/loadavg: 4.00 4.10 4.09 5/265 162419
/proc/meminfo: memFree=128225600/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2057816 memory=70272 CPUtime=50.96 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 113237 0 0 0 5069 27 0 0 20 0 1 0 238748085 2107203584 17568 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 514454 17568 1696 343 0 511518 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2057816 KiB
Current children cumulated memory: 70272 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 162421
/proc/meminfo: memFree=128203688/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2066008 memory=78772 CPUtime=102 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 174629 0 0 0 10157 43 0 0 20 0 1 0 238748085 2115592192 19693 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 516502 19693 1696 343 0 513566 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2066008 KiB
Current children cumulated memory: 78772 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 162423
/proc/meminfo: memFree=128189100/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2069768 memory=80056 CPUtime=161.84 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 229752 0 0 0 16123 61 0 0 20 0 1 0 238748085 2119442432 20014 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 517442 20014 1696 343 0 514506 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2069768 KiB
Current children cumulated memory: 80056 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 162426
/proc/meminfo: memFree=128165764/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2103340 memory=103808 CPUtime=221.66 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 265492 0 0 0 22095 71 0 0 20 0 1 0 238748085 2153820160 25952 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 525835 25952 1696 343 0 522899 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2103340 KiB
Current children cumulated memory: 103808 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 162427
/proc/meminfo: memFree=128135384/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2089004 memory=105724 CPUtime=281.49 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 301019 0 0 0 28066 83 0 0 20 0 1 0 238748085 2139140096 26431 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 522251 26431 1696 343 0 519315 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2089004 KiB
Current children cumulated memory: 105724 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 162429
/proc/meminfo: memFree=128152916/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2089236 memory=95748 CPUtime=341.31 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 333225 0 0 0 34035 96 0 0 20 0 1 0 238748085 2139377664 23937 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 522309 23937 1696 343 0 519373 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 2089236 KiB
Current children cumulated memory: 95748 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 162431
/proc/meminfo: memFree=128123072/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2106316 memory=112812 CPUtime=401.14 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 366604 0 0 0 40006 108 0 0 20 0 1 0 238748085 2156867584 28203 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 526579 28203 1696 343 0 523643 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2106316 KiB
Current children cumulated memory: 112812 KiB

[startup+462.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/263 162439
/proc/meminfo: memFree=128111764/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2108996 memory=115512 CPUtime=460.97 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 396843 0 0 0 45976 121 0 0 20 0 1 0 238748085 2159611904 28878 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 527249 28878 1696 343 0 524313 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 260216 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.13 4.11 5/265 162570
/proc/meminfo: memFree=127884840/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=252024 CPUtime=2854.5 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 866763 0 0 0 285015 435 0 0 20 0 1 0 238748085 2306863104 63006 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 63006 1696 343 0 560263 0
Current children cumulated CPU time: 2854.5 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 252024 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/264 162572
/proc/meminfo: memFree=127845304/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=268408 CPUtime=2914.35 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 874408 0 0 0 290993 442 0 0 20 0 1 0 238748085 2306863104 67102 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 67102 1696 343 0 560263 0
Current children cumulated CPU time: 2914.35 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 268408 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.14 4.11 5/264 162574
/proc/meminfo: memFree=127934028/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=249976 CPUtime=2974.19 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 883769 0 0 0 296969 450 0 0 20 0 1 0 238748085 2306863104 62494 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 62494 1696 343 0 560263 0
Current children cumulated CPU time: 2974.19 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 249976 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/264 162576
/proc/meminfo: memFree=127893064/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2220028 memory=235768 CPUtime=3034.04 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 890428 0 0 0 302947 457 0 0 20 0 1 0 238748085 2273308672 58942 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 555007 58942 1696 343 0 552071 0
Current children cumulated CPU time: 3034.04 s
Current children cumulated vsize: 2220028 KiB
Current children cumulated memory: 235768 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/265 162579
/proc/meminfo: memFree=127871896/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=258168 CPUtime=3093.88 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 897373 0 0 0 308926 462 0 0 20 0 1 0 238748085 2306863104 64542 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 64542 1696 343 0 560263 0
Current children cumulated CPU time: 3093.88 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 258168 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/265 162581
/proc/meminfo: memFree=127805212/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=249976 CPUtime=3153.73 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 908299 0 0 0 314904 469 0 0 20 0 1 0 238748085 2306863104 62494 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 62494 1696 343 0 560263 0
Current children cumulated CPU time: 3153.73 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 249976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 162584
/proc/meminfo: memFree=127813076/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=258168 CPUtime=3213.57 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 915075 0 0 0 320882 475 0 0 20 0 1 0 238748085 2306863104 64542 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 64542 1696 343 0 560263 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 258168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 162588
/proc/meminfo: memFree=127812820/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=252024 CPUtime=3273.41 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 922190 0 0 0 326860 481 0 0 20 0 1 0 238748085 2306863104 63006 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 63006 1696 343 0 560263 0
Current children cumulated CPU time: 3273.41 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 252024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 162590
/proc/meminfo: memFree=127812784/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=264312 CPUtime=3333.24 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 929819 0 0 0 332837 487 0 0 20 0 1 0 238748085 2306863104 66078 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 66078 1696 343 0 560263 0
Current children cumulated CPU time: 3333.24 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 264312 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 162592
/proc/meminfo: memFree=127825308/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=254072 CPUtime=3393.08 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 939480 0 0 0 338813 495 0 0 20 0 1 0 238748085 2306863104 63518 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 63518 1696 343 0 560263 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 254072 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/264 162601
/proc/meminfo: memFree=127834800/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=256120 CPUtime=3452.93 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 945787 0 0 0 344790 503 0 0 20 0 1 0 238748085 2306863104 64030 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 64030 1696 343 0 560263 0
Current children cumulated CPU time: 3452.93 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 256120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.20 4.12 5/263 162603
/proc/meminfo: memFree=127827728/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=268536 CPUtime=3512.77 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 954009 0 0 0 350767 510 0 0 20 0 1 0 238748085 2306863104 67134 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 67134 1696 343 0 560263 0
Current children cumulated CPU time: 3512.77 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 268536 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.18 4.12 5/264 162606
/proc/meminfo: memFree=127793372/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=264312 CPUtime=3572.61 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 958287 0 0 0 356748 513 0 0 20 0 1 0 238748085 2306863104 66078 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 66078 1696 343 0 560263 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 264312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.15 4.16 4.11 5/264 162607
/proc/meminfo: memFree=127793888/131249996 swapFree=33003468/33010684
[pid=162281] ppid=162278 vsize=2252796 memory=262264 CPUtime=3600.05 cores=1,3
/proc/162281/stat : 162281 (pb_picat) R 162278 162281 161380 0 -1 4194304 961528 0 0 0 359489 516 0 0 20 0 1 0 238748085 2306863104 65566 18446744073709551615 94894456246272 94894457647853 140727827368688 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94894457919280 94894459793520 94894495936512 140727827376540 140727827376616 140727827376616 140727827382220 0
/proc/162281/statm: 563199 65566 1696 343 0 560263 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2252796 KiB
Current children cumulated memory: 262264 KiB

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

[startup+3609.8 s]
# the end of solver process 162281 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3594.89 s, system=5.16923 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.8
CPU time (s): 3600.06
CPU user time (s): 3594.89
CPU system time (s): 5.16923
CPU usage (%): 99.7301
Max. virtual memory (cumulated for all children) (KiB): 2383868
Max. memory (cumulated for all children) (KiB): 278972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.89
system time used= 5.16922
maximum resident set size= 307388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 961528
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= 83
involuntary context switches= 7800


# summary of solver processes directly reported to runsolver:
#   pid: 162281
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3594.89
#   total CPU system time (s): 5.16923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94767 second user time and 15.1711 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-23 02:31:44
IDJOB=4544353
IDBENCH=175302
IDSOLVER=3385
FILE ID=nodeC021/4544353-1753230704
RUNJOBID= nodeC021-1753223480-161392
SLURM_JOB_ID= 9687828
Free space on /tmp= 433008 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544353-1753230704/watcher-4544353-1753230704 -o /tmp/evaluation-result-4544353-1753230704/solver-4544353-1753230704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1753223480-161392 --watchdog 3760  pb_picat HOME/instance-4544353-1753230704.opb

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

MD5SUM BENCH= 5f9c71ef62aa1641b9bec64204b49f28
RANDOM SEED=1525489650

nodeC021 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.758
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.56
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		: 3598.736
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.56
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		: 3602.054
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.56
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		: 3599.806
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.56
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.778
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.56
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.782
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.56
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		: 3606.172
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.538
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127969596 kB
MemAvailable:   128765860 kB
Buffers:            1056 kB
Cached:          1532144 kB
SwapCached:           56 kB
Active:          2100760 kB
Inactive:         439240 kB
Active(anon):     989968 kB
Inactive(anon):    38496 kB
Active(file):    1110792 kB
Inactive(file):   400744 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12076 kB
Writeback:             0 kB
AnonPages:       1007264 kB
Mapped:           114292 kB
Shmem:             21656 kB
KReclaimable:     247536 kB
Slab:             343688 kB
SReclaimable:     247536 kB
SUnreclaim:        96152 kB
KernelStack:        4304 kB
PageTables:         5188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7193572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC021 at 2025-07-23 03:31:54