Trace number 4528012

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.07 3610.7

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
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 constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.02	c solving HOME/instance-4528012-1752245588.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: 63837 MiB (62989 MiB free)
  memory of node 1: 64465 MiB (63630 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528012-1752245588/watcher-4528012-1752245588 -o /tmp/evaluation-result-4528012-1752245588/solver-4528012-1752245588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752245588-110840 --watchdog 3760 pb_picat HOME/instance-4528012-1752245588.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=110896, runsolver pid=110885
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 0.92 1.83 2.14 7/251 110897
/proc/meminfo: memFree=129614492/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2027148 memory=23704 CPUtime=0.1 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 986 0 0 0 9 1 0 0 20 0 1 0 140237972 2075799552 5926 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 506787 5926 1536 343 0 503851 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 23704 KiB

[startup+0.212538 s]*
/proc/loadavg: 0.92 1.83 2.14 7/249 110897
/proc/meminfo: memFree=129602300/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2027148 memory=29876 CPUtime=0.21 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 994 0 0 0 20 1 0 0 20 0 1 0 140237972 2075799552 7469 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 506787 7469 1536 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 29876 KiB

[startup+0.312458 s]*
/proc/loadavg: 0.92 1.83 2.14 5/249 110901
/proc/meminfo: memFree=129594364/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2027148 memory=34176 CPUtime=0.3 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 1064 0 0 0 29 1 0 0 20 0 1 0 140237972 2075799552 8544 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 506787 8544 1536 343 0 503851 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 34176 KiB

[startup+0.700259 s]
/proc/loadavg: 0.92 1.83 2.14 6/247 110905
/proc/meminfo: memFree=129582132/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2029120 memory=40848 CPUtime=0.67 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 1744 0 0 0 64 3 0 0 20 0 1 0 140237972 2077818880 10212 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507280 10212 1632 343 0 504344 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2029120 KiB
Current children cumulated memory: 40848 KiB

[startup+1.50022 s]
/proc/loadavg: 1.17 1.86 2.15 6/247 110905
/proc/meminfo: memFree=129581376/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2029376 memory=41080 CPUtime=1.46 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 2689 0 0 0 142 4 0 0 20 0 1 0 140237972 2078081024 10270 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507344 10270 1632 343 0 504408 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2029376 KiB
Current children cumulated memory: 41080 KiB

[startup+3.11227 s]
/proc/loadavg: 1.17 1.86 2.15 6/248 110920
/proc/meminfo: memFree=129573308/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2029964 memory=41120 CPUtime=3.05 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 5100 0 0 0 299 6 0 0 20 0 1 0 140237972 2078683136 10280 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507491 10280 1632 343 0 504555 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2029964 KiB
Current children cumulated memory: 41120 KiB

[startup+6.30024 s]
/proc/loadavg: 1.47 1.92 2.16 6/251 111032
/proc/meminfo: memFree=129407868/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2031860 memory=42348 CPUtime=6.21 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 12632 0 0 0 611 10 0 0 20 0 1 0 140237972 2080624640 10587 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507965 10587 1632 343 0 505029 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 2031860 KiB
Current children cumulated memory: 42348 KiB

[startup+12.7002 s]
/proc/loadavg: 1.76 1.97 2.18 6/251 111032
/proc/meminfo: memFree=127033372/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2031476 memory=42488 CPUtime=12.59 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 30877 0 0 0 1247 12 0 0 20 0 1 0 140237972 2080231424 10622 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507869 10622 1632 343 0 504933 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 2031476 KiB
Current children cumulated memory: 42488 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 2.07 2.21 6/251 111033
/proc/meminfo: memFree=124914884/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2031604 memory=43128 CPUtime=25.35 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 67732 0 0 0 2517 18 0 0 20 0 1 0 140237972 2080362496 10782 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 507901 10782 1632 343 0 504965 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 2031604 KiB
Current children cumulated memory: 43128 KiB

[startup+51.1119 s]
/proc/loadavg: 3.41 2.37 2.31 6/251 111033
/proc/meminfo: memFree=120698912/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2035488 memory=44304 CPUtime=50.88 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 156927 0 0 0 5056 32 0 0 20 0 1 0 140237972 2084339712 11076 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 508872 11076 1632 343 0 505936 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 2035488 KiB
Current children cumulated memory: 44304 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.64 2.40 6/250 111035
/proc/meminfo: memFree=118152156/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2033652 memory=43860 CPUtime=101.9 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 301604 0 0 0 10130 60 0 0 20 0 1 0 140237972 2082459648 10965 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 508413 10965 1632 343 0 505477 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 2033652 KiB
Current children cumulated memory: 43860 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 2.93 2.52 5/250 111082
/proc/meminfo: memFree=118049452/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2042496 memory=49132 CPUtime=161.71 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 458668 0 0 0 16082 89 0 0 20 0 1 0 140237972 2091515904 12283 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 510624 12283 1632 343 0 507688 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 2042496 KiB
Current children cumulated memory: 49132 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 3.16 2.63 5/250 111084
/proc/meminfo: memFree=117618892/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2036496 memory=50260 CPUtime=221.54 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 569597 0 0 0 22045 109 0 0 20 0 1 0 140237972 2085371904 12565 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 509124 12565 1632 343 0 506188 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 2036496 KiB
Current children cumulated memory: 50260 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.33 2.72 5/251 111089
/proc/meminfo: memFree=117471204/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2042792 memory=58088 CPUtime=281.37 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 678219 0 0 0 28006 131 0 0 20 0 1 0 140237972 2091819008 14522 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 510698 14522 1632 343 0 507762 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 2042792 KiB
Current children cumulated memory: 58088 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 3.49 2.81 5/250 111095
/proc/meminfo: memFree=117392588/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2042792 memory=57780 CPUtime=341.2 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 804715 0 0 0 33965 155 0 0 20 0 1 0 140237972 2091819008 14445 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 510698 14445 1632 343 0 507762 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 2042792 KiB
Current children cumulated memory: 57780 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.60 2.90 5/250 111097
/proc/meminfo: memFree=116770680/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2039540 memory=52216 CPUtime=401.04 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 896992 0 0 0 39931 173 0 0 20 0 1 0 140237972 2088488960 13054 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 509885 13054 1632 343 0 506949 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2039540 KiB
Current children cumulated memory: 52216 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.69 2.97 5/250 111099
/proc/meminfo: memFree=118122540/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2037356 memory=53852 CPUtime=460.87 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 975386 0 0 0 45897 190 0 0 20 0 1 0 140237972 2086252544 13463 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 509339 13463 1632 343 0 506403 0

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

Current children cumulated memory: 76832 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/250 111312
/proc/meminfo: memFree=117234952/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060580 memory=76832 CPUtime=2913.7 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3713207 0 0 0 290535 835 0 0 20 0 1 0 140237972 2110033920 19208 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515145 19208 1632 343 0 512209 0
Current children cumulated CPU time: 2913.7 s
Current children cumulated vsize: 2060580 KiB
Current children cumulated memory: 76832 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 111314
/proc/meminfo: memFree=116854520/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=76928 CPUtime=2973.53 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3732522 0 0 0 296512 841 0 0 20 0 1 0 140237972 2110173184 19232 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 19232 1632 343 0 512243 0
Current children cumulated CPU time: 2973.53 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 76928 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 111316
/proc/meminfo: memFree=117227120/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=74880 CPUtime=3033.35 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3750685 0 0 0 302489 846 0 0 20 0 1 0 140237972 2110173184 18720 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 18720 1632 343 0 512243 0
Current children cumulated CPU time: 3033.35 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 74880 KiB

[startup+3102.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/250 111318
/proc/meminfo: memFree=116654716/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=69400 CPUtime=3093.17 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3802037 0 0 0 308456 861 0 0 20 0 1 0 140237972 2110173184 17350 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 17350 1632 343 0 512243 0
Current children cumulated CPU time: 3093.17 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 69400 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/249 111320
/proc/meminfo: memFree=117118620/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=70544 CPUtime=3152.99 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3851339 0 0 0 314426 873 0 0 20 0 1 0 140237972 2110173184 17636 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 17636 1632 343 0 512243 0
Current children cumulated CPU time: 3152.99 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 70544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/249 111322
/proc/meminfo: memFree=117026668/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2048428 memory=59488 CPUtime=3212.81 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3874825 0 0 0 320401 880 0 0 20 0 1 0 140237972 2097590272 14872 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 512107 14872 1632 343 0 509171 0
Current children cumulated CPU time: 3212.81 s
Current children cumulated vsize: 2048428 KiB
Current children cumulated memory: 59488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/249 111324
/proc/meminfo: memFree=116779404/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=70032 CPUtime=3272.64 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3895577 0 0 0 326377 887 0 0 20 0 1 0 140237972 2110173184 17508 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 17508 1632 343 0 512243 0
Current children cumulated CPU time: 3272.64 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 70032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/249 111326
/proc/meminfo: memFree=116799612/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=71916 CPUtime=3332.46 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 3911889 0 0 0 332354 892 0 0 20 0 1 0 140237972 2110173184 17979 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 17979 1632 343 0 512243 0
Current children cumulated CPU time: 3332.46 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 71916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 111331
/proc/meminfo: memFree=116759468/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=77016 CPUtime=3392.28 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4010493 0 0 0 338312 916 0 0 20 0 1 0 140237972 2110173184 19254 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 19254 1632 343 0 512243 0
Current children cumulated CPU time: 3392.28 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 77016 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/251 111338
/proc/meminfo: memFree=116778352/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2048428 memory=64688 CPUtime=3452.1 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4074464 0 0 0 344276 934 0 0 20 0 1 0 140237972 2097590272 16172 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 512107 16172 1632 343 0 509171 0
Current children cumulated CPU time: 3452.1 s
Current children cumulated vsize: 2048428 KiB
Current children cumulated memory: 64688 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/251 111340
/proc/meminfo: memFree=116951124/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060716 memory=66856 CPUtime=3511.92 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4141548 0 0 0 350244 948 0 0 20 0 1 0 140237972 2110173184 16714 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515179 16714 1632 343 0 512243 0
Current children cumulated CPU time: 3511.92 s
Current children cumulated vsize: 2060716 KiB
Current children cumulated memory: 66856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/251 111342
/proc/meminfo: memFree=117053144/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060856 memory=66072 CPUtime=3571.74 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4158355 0 0 0 356219 955 0 0 20 0 1 0 140237972 2110316544 16518 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515214 16518 1632 343 0 512278 0
Current children cumulated CPU time: 3571.74 s
Current children cumulated vsize: 2060856 KiB
Current children cumulated memory: 66072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.19 4.11 4.10 5/251 111343
/proc/meminfo: memFree=116662016/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060856 memory=74340 CPUtime=3600.05 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4164492 0 0 0 359048 957 0 0 20 0 1 0 140237972 2110316544 18585 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515214 18585 1632 343 0 512278 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2060856 KiB
Current children cumulated memory: 74340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.49 s, system=9.57867 s

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

[startup+3610.7 s]
/proc/loadavg: 4.19 4.11 4.10 5/251 111343
/proc/meminfo: memFree=116662016/131382120 swapFree=33010160/33010684
[pid=110896] ppid=110885 vsize=2060856 memory=74340 CPUtime=3600.05 cores=5,7
/proc/110896/stat : 110896 (pb_picat) R 110885 110896 110827 0 -1 4194304 4164492 0 0 0 359048 957 0 0 20 0 1 0 140237972 2110316544 18585 18446744073709551615 94229397569536 94229398971117 140727117837680 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229399242544 94229401116784 94229438652416 140727117842844 140727117842920 140727117842920 140727117848524 0
/proc/110896/statm: 515214 18585 1632 343 0 512278 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2060856 KiB
Current children cumulated memory: 74340 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.7
CPU time (s): 3600.07
CPU user time (s): 3590.49
CPU system time (s): 9.57867
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 2085432
Max. memory (cumulated for all children) (KiB): 85608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.49
system time used= 9.57867
maximum resident set size= 85904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4164492
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= 73
involuntary context switches= 22926


# summary of solver processes directly reported to runsolver:
#   pid: 110896
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3590.49
#   total CPU system time (s): 9.57867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1578 second user time and 32.5122 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-11 16:53:09
IDJOB=4528012
IDBENCH=160409
IDSOLVER=3385
FILE ID=nodeC008/4528012-1752245588
RUNJOBID= nodeC008-1752245588-110840
SLURM_JOB_ID= 9682575
Free space on /tmp= 432812 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528012-1752245588/watcher-4528012-1752245588 -o /tmp/evaluation-result-4528012-1752245588/solver-4528012-1752245588 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1752245588-110840 --watchdog 3760  pb_picat HOME/instance-4528012-1752245588.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=853129503

nodeC008 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.492
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.72
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.286
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.72
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.719
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.72
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.303
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.72
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		: 1197.379
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.72
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.213
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.72
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.231
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.72
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.111
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129645696 kB
MemAvailable:   129905312 kB
Buffers:            2128 kB
Cached:          1051612 kB
SwapCached:           16 kB
Active:           606896 kB
Inactive:         518640 kB
Active(anon):      55964 kB
Inactive(anon):    33752 kB
Active(file):     550932 kB
Inactive(file):   484888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15232 kB
Writeback:             0 kB
AnonPages:         74932 kB
Mapped:           105396 kB
Shmem:             17920 kB
KReclaimable:     126848 kB
Slab:             214212 kB
SReclaimable:     126848 kB
SUnreclaim:        87364 kB
KernelStack:        3920 kB
PageTables:         2852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     333624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432760 MiB
End job on nodeC008 at 2025-07-11 17:53:20