Trace number 4543300

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.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
MD5SUM0942a69f21bd48da4c21a008e6f37b2a
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.980711
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints981
Number of constraints which are clauses980
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint980
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 245
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1225
Number of bits of the biggest sum of numbers11
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-4543300-1753227066.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 (62366 MiB free)
  memory of node 1: 64507 MiB (63641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543300-1753227066/watcher-4543300-1753227066 -o /tmp/evaluation-result-4543300-1753227066/solver-4543300-1753227066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753227066-165881 --watchdog 3760 pb_picat HOME/instance-4543300-1753227066.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
Current StackSize limit: 8192 KiB

solver pid=165935, runsolver pid=165924

[startup+0.100062 s]*
/proc/loadavg: 1.27 2.38 3.86 3/262 165940
/proc/meminfo: memFree=129011940/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2030492 memory=23952 CPUtime=0.09 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2524 0 0 0 8 1 0 0 20 0 1 0 238384475 2079223808 5988 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 507623 5988 1728 343 0 504687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2030492 KiB
Current children cumulated memory: 23952 KiB

[startup+0.205534 s]*
/proc/loadavg: 1.27 2.38 3.86 3/259 165956
/proc/meminfo: memFree=129011964/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2032764 memory=24264 CPUtime=0.19 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3179 0 0 0 18 1 0 0 20 0 1 0 238384475 2081550336 6066 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508191 6066 1728 343 0 505255 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2032764 KiB
Current children cumulated memory: 24264 KiB

[startup+0.304657 s]*
/proc/loadavg: 1.27 2.38 3.86 3/259 165956
/proc/meminfo: memFree=129010708/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2032616 memory=24748 CPUtime=0.29 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3638 0 0 0 28 1 0 0 20 0 1 0 238384475 2081398784 6187 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508154 6187 1728 343 0 505218 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2032616 KiB
Current children cumulated memory: 24748 KiB

[startup+0.700098 s]
/proc/loadavg: 1.27 2.38 3.86 3/259 165956
/proc/meminfo: memFree=129006424/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2032616 memory=24828 CPUtime=0.68 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 4627 0 0 0 67 1 0 0 20 0 1 0 238384475 2081398784 6207 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508154 6207 1728 343 0 505218 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2032616 KiB
Current children cumulated memory: 24828 KiB

[startup+1.50011 s]
/proc/loadavg: 1.27 2.38 3.86 3/259 165956
/proc/meminfo: memFree=129001384/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2032616 memory=25356 CPUtime=1.47 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 6230 0 0 0 146 1 0 0 20 0 1 0 238384475 2081398784 6339 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508154 6339 1728 343 0 505218 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2032616 KiB
Current children cumulated memory: 25356 KiB

[startup+3.10543 s]
/proc/loadavg: 1.49 2.40 3.86 4/265 166120
/proc/meminfo: memFree=129024008/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2031808 memory=24428 CPUtime=3.07 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 10150 0 0 0 306 1 0 0 20 0 1 0 238384475 2080571392 6107 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 507952 6107 1728 343 0 505016 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2031808 KiB
Current children cumulated memory: 24428 KiB

[startup+6.30011 s]
/proc/loadavg: 1.49 2.40 3.86 5/265 166169
/proc/meminfo: memFree=129019228/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2035252 memory=28232 CPUtime=6.25 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 17878 0 0 0 623 2 0 0 20 0 1 0 238384475 2084098048 7058 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508813 7058 1728 343 0 505877 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 2035252 KiB
Current children cumulated memory: 28232 KiB

[startup+12.7001 s]
/proc/loadavg: 1.69 2.43 3.87 5/267 166255
/proc/meminfo: memFree=128996556/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2037656 memory=29200 CPUtime=12.64 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 33601 0 0 0 1259 5 0 0 20 0 1 0 238384475 2086559744 7300 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 509414 7300 1728 343 0 506478 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2037656 KiB
Current children cumulated memory: 29200 KiB

[startup+25.5001 s]
/proc/loadavg: 2.35 2.54 3.88 5/267 166300
/proc/meminfo: memFree=129001480/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2035592 memory=28432 CPUtime=25.4 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 68471 0 0 0 2528 12 0 0 20 0 1 0 238384475 2084446208 7108 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 508898 7108 1728 343 0 505962 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2035592 KiB
Current children cumulated memory: 28432 KiB

[startup+51.1052 s]
/proc/loadavg: 3.19 2.72 3.91 5/267 166302
/proc/meminfo: memFree=128979596/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2042264 memory=33392 CPUtime=50.92 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 131883 0 0 0 5068 24 0 0 20 0 1 0 238384475 2091278336 8348 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 510566 8348 1728 343 0 507630 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2042264 KiB
Current children cumulated memory: 33392 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 3.00 3.94 5/267 166304
/proc/meminfo: memFree=128967684/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2040684 memory=33396 CPUtime=101.96 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 247757 0 0 0 10147 49 0 0 20 0 1 0 238384475 2089660416 8349 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 510171 8349 1728 343 0 507235 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2040684 KiB
Current children cumulated memory: 33396 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.20 3.95 5/266 166310
/proc/meminfo: memFree=128965376/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2047432 memory=40188 CPUtime=161.79 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 384862 0 0 0 16096 83 0 0 20 0 1 0 238384475 2096570368 10047 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 511858 10047 1728 343 0 508922 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 2047432 KiB
Current children cumulated memory: 40188 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.37 3.97 5/267 166357
/proc/meminfo: memFree=128750500/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2055908 memory=41328 CPUtime=221.6 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 518566 0 0 0 22042 118 0 0 20 0 1 0 238384475 2105249792 10332 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 513977 10332 1728 343 0 511041 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2055908 KiB
Current children cumulated memory: 41328 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 3.49 3.97 5/267 166358
/proc/meminfo: memFree=128747884/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2043820 memory=37260 CPUtime=281.42 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 635346 0 0 0 27994 148 0 0 20 0 1 0 238384475 2092871680 9315 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 510955 9315 1728 343 0 508019 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 2043820 KiB
Current children cumulated memory: 37260 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.62 3.99 5/265 166360
/proc/meminfo: memFree=128721136/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2056672 memory=42432 CPUtime=341.23 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 748791 0 0 0 33945 178 0 0 20 0 1 0 238384475 2106032128 10608 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 514168 10608 1728 343 0 511232 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 2056672 KiB
Current children cumulated memory: 42432 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.70 4.00 5/266 166365
/proc/meminfo: memFree=128691732/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2053428 memory=46412 CPUtime=401.04 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 825950 0 0 0 39902 202 0 0 20 0 1 0 238384475 2102710272 11603 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 513357 11603 1728 343 0 510421 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2053428 KiB
Current children cumulated memory: 46412 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.78 4.00 5/266 166367
/proc/meminfo: memFree=128705996/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2074948 memory=54912 CPUtime=460.85 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 905107 0 0 0 45856 229 0 0 20 0 1 0 238384475 2124746752 13728 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 518737 13728 1728 343 0 515801 0
Current children cumulated CPU time: 460.85 s

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

Current children cumulated memory: 96136 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.15 4.09 5/263 166500
/proc/meminfo: memFree=128620800/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=98184 CPUtime=2854.05 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2876175 0 0 0 284353 1052 0 0 20 0 1 0 238384475 2192637952 24546 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 24546 1728 343 0 532376 0
Current children cumulated CPU time: 2854.05 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 98184 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/263 166502
/proc/meminfo: memFree=128644436/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2124864 memory=96392 CPUtime=2913.88 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2917880 0 0 0 290316 1072 0 0 20 0 1 0 238384475 2175860736 24098 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 531216 24098 1728 343 0 528280 0
Current children cumulated CPU time: 2913.88 s
Current children cumulated vsize: 2124864 KiB
Current children cumulated memory: 96392 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 166507
/proc/meminfo: memFree=128394532/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=110472 CPUtime=2973.72 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2932322 0 0 0 296292 1080 0 0 20 0 1 0 238384475 2192637952 27618 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 27618 1728 343 0 532376 0
Current children cumulated CPU time: 2973.72 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 110472 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 166510
/proc/meminfo: memFree=128369076/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2092096 memory=85896 CPUtime=3033.55 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2950489 0 0 0 302263 1092 0 0 20 0 1 0 238384475 2142306304 21474 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 523024 21474 1728 343 0 520088 0
Current children cumulated CPU time: 3033.55 s
Current children cumulated vsize: 2092096 KiB
Current children cumulated memory: 85896 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 166512
/proc/meminfo: memFree=128567356/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2092096 memory=81800 CPUtime=3093.38 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2967997 0 0 0 308235 1103 0 0 20 0 1 0 238384475 2142306304 20450 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 523024 20450 1728 343 0 520088 0
Current children cumulated CPU time: 3093.38 s
Current children cumulated vsize: 2092096 KiB
Current children cumulated memory: 81800 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/265 166515
/proc/meminfo: memFree=128464032/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=96136 CPUtime=3153.21 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 2996111 0 0 0 314203 1118 0 0 20 0 1 0 238384475 2192637952 24034 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 24034 1728 343 0 532376 0
Current children cumulated CPU time: 3153.21 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 96136 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/265 166521
/proc/meminfo: memFree=128470172/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=103292 CPUtime=3213.05 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3036966 0 0 0 320166 1139 0 0 20 0 1 0 238384475 2192637952 25823 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 25823 1728 343 0 532376 0
Current children cumulated CPU time: 3213.05 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 103292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 166523
/proc/meminfo: memFree=128400272/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2124864 memory=95928 CPUtime=3272.87 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3077457 0 0 0 326127 1160 0 0 20 0 1 0 238384475 2175860736 23982 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 531216 23982 1728 343 0 528280 0
Current children cumulated CPU time: 3272.87 s
Current children cumulated vsize: 2124864 KiB
Current children cumulated memory: 95928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/265 166526
/proc/meminfo: memFree=128208576/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=102072 CPUtime=3332.71 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3123692 0 0 0 332090 1181 0 0 20 0 1 0 238384475 2192637952 25518 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 25518 1728 343 0 532376 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 102072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 166528
/proc/meminfo: memFree=128092368/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2124864 memory=110856 CPUtime=3392.54 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3142786 0 0 0 338063 1191 0 0 20 0 1 0 238384475 2175860736 27714 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 531216 27714 1728 343 0 528280 0
Current children cumulated CPU time: 3392.54 s
Current children cumulated vsize: 2124864 KiB
Current children cumulated memory: 110856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 166530
/proc/meminfo: memFree=128197584/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=104328 CPUtime=3452.37 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3156158 0 0 0 344039 1198 0 0 20 0 1 0 238384475 2192637952 26082 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 26082 1728 343 0 532376 0
Current children cumulated CPU time: 3452.37 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 104328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 166532
/proc/meminfo: memFree=128461636/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2124864 memory=111832 CPUtime=3512.2 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3167065 0 0 0 350016 1204 0 0 20 0 1 0 238384475 2175860736 27958 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 531216 27958 1728 343 0 528280 0
Current children cumulated CPU time: 3512.2 s
Current children cumulated vsize: 2124864 KiB
Current children cumulated memory: 111832 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 166536
/proc/meminfo: memFree=128445564/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=124808 CPUtime=3572.04 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3179785 0 0 0 355993 1211 0 0 20 0 1 0 238384475 2192637952 31202 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 31202 1728 343 0 532376 0
Current children cumulated CPU time: 3572.04 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 124808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 166538
/proc/meminfo: memFree=128408796/131250000 swapFree=33010416/33010684
[pid=165935] ppid=165924 vsize=2141248 memory=115720 CPUtime=3600.06 cores=1,3
/proc/165935/stat : 165935 (pb_picat) R 165924 165935 164099 0 -1 4194304 3183838 0 0 0 358793 1213 0 0 20 0 1 0 238384475 2192637952 28930 18446744073709551615 93872425443328 93872426844909 140723536901056 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93872427116336 93872428990576 93872445190144 140723536906652 140723536906728 140723536906728 140723536912332 0
/proc/165935/statm: 535312 28930 1728 343 0 532376 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2141248 KiB
Current children cumulated memory: 115720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.93 s, system=12.1383 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): 3610.4
CPU time (s): 3600.07
CPU user time (s): 3587.93
CPU system time (s): 12.1383
CPU usage (%): 99.7139
Max. virtual memory (cumulated for all children) (KiB): 2206784
Max. memory (cumulated for all children) (KiB): 143240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.93
system time used= 12.1383
maximum resident set size= 143240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3183838
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= 105
involuntary context switches= 7967


# summary of solver processes directly reported to runsolver:
#   pid: 165935
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3587.93
#   total CPU system time (s): 12.1383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82756 second user time and 13.0855 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 01:31:06
IDJOB=4543300
IDBENCH=172509
IDSOLVER=3385
FILE ID=nodeC018/4543300-1753227066
RUNJOBID= nodeC018-1753227066-165881
SLURM_JOB_ID= 9687810
Free space on /tmp= 433016 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_fixedcols/normalized-domset-hexgrid-fixedcols_07_140.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543300-1753227066/watcher-4543300-1753227066 -o /tmp/evaluation-result-4543300-1753227066/solver-4543300-1753227066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753227066-165881 --watchdog 3760  pb_picat HOME/instance-4543300-1753227066.opb

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

MD5SUM BENCH= 0942a69f21bd48da4c21a008e6f37b2a
RANDOM SEED=1494996596

nodeC018 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		: 3507.145
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.66
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		: 3600.266
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129036652 kB
MemAvailable:   129653704 kB
Buffers:            2128 kB
Cached:          1367636 kB
SwapCached:           28 kB
Active:          1146628 kB
Inactive:         289420 kB
Active(anon):      92240 kB
Inactive(anon):      284 kB
Active(file):    1054388 kB
Inactive(file):   289136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14296 kB
Writeback:            32 kB
AnonPages:         69296 kB
Mapped:           108332 kB
Shmem:             26240 kB
KReclaimable:     225132 kB
Slab:             321040 kB
SReclaimable:     225132 kB
SUnreclaim:        95908 kB
KernelStack:        4084 kB
PageTables:         2740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC018 at 2025-07-23 02:31:17