Trace number 4513723

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
Picat 2025-06-16? (TO) 3600.07 3610.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
subsetcard/normalized-subsetcard-geq-random4regular-75.opb
MD5SUM73162c5baccd4b1f7679d68a6ce7b058
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.009527
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-4513723-1751219327.opb (Picat 3.9b6)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513723-1751219327/watcher-4513723-1751219327 -o /tmp/evaluation-result-4513723-1751219327/solver-4513723-1751219327 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751219327-27120 --watchdog 3760 pb_picat HOME/instance-4513723-1751219327.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 1.04 2.57 3.30 6/269 27178
/proc/meminfo: memFree=128787456/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2028748 memory=20472 CPUtime=0.08 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 1306 0 0 0 8 0 0 0 20 0 1 0 37610562 2077437952 5118 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507187 5118 1600 343 0 504251 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2028748 KiB
Current children cumulated memory: 20472 KiB

[startup+0.204629 s]*
/proc/loadavg: 1.04 2.57 3.30 5/267 27178
/proc/meminfo: memFree=128787472/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2028492 memory=20576 CPUtime=0.19 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 1432 0 0 0 19 0 0 0 20 0 1 0 37610562 2077175808 5144 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507123 5144 1600 343 0 504187 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2028492 KiB
Current children cumulated memory: 20576 KiB

[startup+0.304503 s]*
/proc/loadavg: 1.04 2.57 3.30 4/265 27186
/proc/meminfo: memFree=128787472/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2029004 memory=20628 CPUtime=0.28 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 1685 0 0 0 28 0 0 0 20 0 1 0 37610562 2077700096 5157 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507251 5157 1600 343 0 504315 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 2029004 KiB
Current children cumulated memory: 20628 KiB

[startup+0.70011 s]
/proc/loadavg: 1.04 2.57 3.30 4/265 27186
/proc/meminfo: memFree=128785708/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2029796 memory=21692 CPUtime=0.67 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 2919 0 0 0 66 1 0 0 20 0 1 0 37610562 2078511104 5423 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507449 5423 1600 343 0 504513 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2029796 KiB
Current children cumulated memory: 21692 KiB

[startup+1.50012 s]
/proc/loadavg: 1.04 2.57 3.30 3/263 27190
/proc/meminfo: memFree=128783372/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2029284 memory=20880 CPUtime=1.46 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 5358 0 0 0 143 3 0 0 20 0 1 0 37610562 2077986816 5220 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507321 5220 1600 343 0 504385 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 2029284 KiB
Current children cumulated memory: 20880 KiB

[startup+3.1043 s]
/proc/loadavg: 1.04 2.57 3.30 5/269 27313
/proc/meminfo: memFree=128756232/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2031204 memory=22556 CPUtime=3.04 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 10812 0 0 0 298 6 0 0 20 0 1 0 37610562 2079952896 5639 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507801 5639 1600 343 0 504865 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 2031204 KiB
Current children cumulated memory: 22556 KiB

[startup+6.30009 s]
/proc/loadavg: 1.36 2.61 3.31 5/270 27314
/proc/meminfo: memFree=128755092/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2034276 memory=23952 CPUtime=6.23 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 23776 0 0 0 615 8 0 0 20 0 1 0 37610562 2083098624 5988 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 508569 5988 1600 343 0 505633 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2034276 KiB
Current children cumulated memory: 23952 KiB

[startup+12.7001 s]
/proc/loadavg: 1.57 2.63 3.32 5/270 27314
/proc/meminfo: memFree=128753904/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2031124 memory=22320 CPUtime=12.61 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 49915 0 0 0 1249 12 0 0 20 0 1 0 37610562 2079870976 5580 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507781 5580 1600 343 0 504845 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 2031124 KiB
Current children cumulated memory: 22320 KiB

[startup+25.5001 s]
/proc/loadavg: 2.11 2.70 3.33 5/270 27314
/proc/meminfo: memFree=128751896/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2031768 memory=22776 CPUtime=25.37 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 107502 0 0 0 2517 20 0 0 20 0 1 0 37610562 2080530432 5694 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507942 5694 1600 343 0 505006 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 2031768 KiB
Current children cumulated memory: 22776 KiB

[startup+51.105 s]
/proc/loadavg: 2.84 2.82 3.35 5/270 27314
/proc/meminfo: memFree=128748620/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2032792 memory=23868 CPUtime=50.91 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 215888 0 0 0 5053 38 0 0 20 0 1 0 37610562 2081579008 5967 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 508198 5967 1600 343 0 505262 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2032792 KiB
Current children cumulated memory: 23868 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 3.02 3.39 5/270 27316
/proc/meminfo: memFree=128729920/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2030960 memory=27324 CPUtime=101.96 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 366514 0 0 0 10132 64 0 0 20 0 1 0 37610562 2079703040 6831 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 507740 6831 1600 343 0 504804 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2030960 KiB
Current children cumulated memory: 27324 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 3.22 3.44 5/267 27408
/proc/meminfo: memFree=128741352/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2039844 memory=36120 CPUtime=161.79 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 528234 0 0 0 16083 96 0 0 20 0 1 0 37610562 2088800256 9030 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 509961 9030 1600 343 0 507025 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 2039844 KiB
Current children cumulated memory: 36120 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.38 3.48 5/268 27412
/proc/meminfo: memFree=128736176/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2035748 memory=30388 CPUtime=221.63 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 665274 0 0 0 22043 120 0 0 20 0 1 0 37610562 2084605952 7597 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 508937 7597 1600 343 0 506001 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2035748 KiB
Current children cumulated memory: 30388 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.51 3.52 5/266 27414
/proc/meminfo: memFree=128729208/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2050284 memory=38272 CPUtime=281.46 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 794660 0 0 0 28000 146 0 0 20 0 1 0 37610562 2099490816 9568 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 512571 9568 1600 343 0 509635 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 2050284 KiB
Current children cumulated memory: 38272 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.62 3.56 5/265 27416
/proc/meminfo: memFree=128726332/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2035012 memory=29892 CPUtime=341.3 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 885837 0 0 0 33961 169 0 0 20 0 1 0 37610562 2083852288 7473 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 508753 7473 1600 343 0 505817 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 2035012 KiB
Current children cumulated memory: 29892 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.70 3.60 5/265 27418
/proc/meminfo: memFree=128721604/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2051548 memory=40972 CPUtime=401.14 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 1019349 0 0 0 39920 194 0 0 20 0 1 0 37610562 2100785152 10243 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 512887 10243 1600 343 0 509951 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2051548 KiB
Current children cumulated memory: 40972 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.78 3.63 5/266 27423
/proc/meminfo: memFree=128717548/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2043356 memory=35836 CPUtime=460.97 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 1113899 0 0 0 45881 216 0 0 20 0 1 0 37610562 2092396544 8959 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 510839 8959 1600 343 0 507903 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 68688 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.16 4.11 5/264 27549
/proc/meminfo: memFree=128645648/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075516 memory=52784 CPUtime=2854.26 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3279420 0 0 0 284587 839 0 0 20 0 1 0 37610562 2125328384 13196 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518879 13196 1600 343 0 515943 0
Current children cumulated CPU time: 2854.26 s
Current children cumulated vsize: 2075516 KiB
Current children cumulated memory: 52784 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/264 27551
/proc/meminfo: memFree=128623532/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075516 memory=69552 CPUtime=2914.1 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3299495 0 0 0 290561 849 0 0 20 0 1 0 37610562 2125328384 17388 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518879 17388 1600 343 0 515943 0
Current children cumulated CPU time: 2914.1 s
Current children cumulated vsize: 2075516 KiB
Current children cumulated memory: 69552 KiB

[startup+2982.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/264 27557
/proc/meminfo: memFree=128655544/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2067324 memory=48704 CPUtime=2973.93 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3338661 0 0 0 296529 864 0 0 20 0 1 0 37610562 2116939776 12176 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 516831 12176 1600 343 0 513895 0
Current children cumulated CPU time: 2973.93 s
Current children cumulated vsize: 2067324 KiB
Current children cumulated memory: 48704 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/263 27559
/proc/meminfo: memFree=128643140/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075516 memory=60568 CPUtime=3033.76 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3403220 0 0 0 302494 882 0 0 20 0 1 0 37610562 2125328384 15142 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518879 15142 1600 343 0 515943 0
Current children cumulated CPU time: 3033.76 s
Current children cumulated vsize: 2075516 KiB
Current children cumulated memory: 60568 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/263 27561
/proc/meminfo: memFree=128651356/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2055208 memory=48788 CPUtime=3093.58 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3437953 0 0 0 308463 895 0 0 20 0 1 0 37610562 2104532992 12197 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 513802 12197 1600 343 0 510866 0
Current children cumulated CPU time: 3093.58 s
Current children cumulated vsize: 2055208 KiB
Current children cumulated memory: 48788 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/262 27563
/proc/meminfo: memFree=128644516/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2059304 memory=51648 CPUtime=3153.42 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3459555 0 0 0 314439 903 0 0 20 0 1 0 37610562 2108727296 12912 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 514826 12912 1600 343 0 511890 0
Current children cumulated CPU time: 3153.42 s
Current children cumulated vsize: 2059304 KiB
Current children cumulated memory: 51648 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/262 27565
/proc/meminfo: memFree=128647912/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2051112 memory=46280 CPUtime=3213.25 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3486029 0 0 0 320413 912 0 0 20 0 1 0 37610562 2100338688 11570 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 512778 11570 1600 343 0 509842 0
Current children cumulated CPU time: 3213.25 s
Current children cumulated vsize: 2051112 KiB
Current children cumulated memory: 46280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/263 27568
/proc/meminfo: memFree=128658892/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2059304 memory=44776 CPUtime=3273.08 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3528964 0 0 0 326382 926 0 0 20 0 1 0 37610562 2108727296 11194 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 514826 11194 1600 343 0 511890 0
Current children cumulated CPU time: 3273.08 s
Current children cumulated vsize: 2059304 KiB
Current children cumulated memory: 44776 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 27570
/proc/meminfo: memFree=128633224/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2083880 memory=70856 CPUtime=3332.91 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3574033 0 0 0 332350 941 0 0 20 0 1 0 37610562 2133893120 17714 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 520970 17714 1600 343 0 518034 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 2083880 KiB
Current children cumulated memory: 70856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/263 27572
/proc/meminfo: memFree=128635280/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075688 memory=54904 CPUtime=3392.75 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3600136 0 0 0 338325 950 0 0 20 0 1 0 37610562 2125504512 13726 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518922 13726 1600 343 0 515986 0
Current children cumulated CPU time: 3392.75 s
Current children cumulated vsize: 2075688 KiB
Current children cumulated memory: 54904 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/264 27577
/proc/meminfo: memFree=128647376/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2059304 memory=54624 CPUtime=3452.57 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3619557 0 0 0 344300 957 0 0 20 0 1 0 37610562 2108727296 13656 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 514826 13656 1600 343 0 511890 0
Current children cumulated CPU time: 3452.57 s
Current children cumulated vsize: 2059304 KiB
Current children cumulated memory: 54624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 27579
/proc/meminfo: memFree=128644512/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2059304 memory=54588 CPUtime=3512.41 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3647424 0 0 0 350274 967 0 0 20 0 1 0 37610562 2108727296 13647 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 514826 13647 1600 343 0 511890 0
Current children cumulated CPU time: 3512.41 s
Current children cumulated vsize: 2059304 KiB
Current children cumulated memory: 54588 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 27586
/proc/meminfo: memFree=128642216/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075688 memory=56508 CPUtime=3572.24 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3687610 0 0 0 356247 977 0 0 20 0 1 0 37610562 2125504512 14127 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518922 14127 1600 343 0 515986 0
Current children cumulated CPU time: 3572.24 s
Current children cumulated vsize: 2075688 KiB
Current children cumulated memory: 56508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 27594
/proc/meminfo: memFree=128677844/131249996 swapFree=33010684/33010684
[pid=27167] ppid=27160 vsize=2075688 memory=58684 CPUtime=3600.06 cores=4,6
/proc/27167/stat : 27167 (pb_picat) R 27160 27167 27109 0 -1 4194304 3708868 0 0 0 359022 984 0 0 20 0 1 0 37610562 2125504512 14671 18446744073709551615 93959533572096 93959534973677 140728468978848 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 93959535245104 93959537119408 93959562530816 140728468986270 140728468986346 140728468986346 140728468991948 0
/proc/27167/statm: 518922 14671 1600 343 0 515986 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2075688 KiB
Current children cumulated memory: 58684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.23 s, system=9.84157 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.2
CPU time (s): 3600.07
CPU user time (s): 3590.23
CPU system time (s): 9.84157
CPU usage (%): 99.7194
Max. virtual memory (cumulated for all children) (KiB): 2116648
Max. memory (cumulated for all children) (KiB): 77652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.23
system time used= 9.84157
maximum resident set size= 77780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3708869
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= 80
involuntary context switches= 4752


# summary of solver processes directly reported to runsolver:
#   pid: 27167
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3590.23
#   total CPU system time (s): 9.84157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.39382 second user time and 15.0313 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 19:48:47
IDJOB=4513723
IDBENCH=162418
IDSOLVER=3346
FILE ID=nodeC023/4513723-1751219327
RUNJOBID= nodeC023-1751219327-27120
SLURM_JOB_ID= 9587671
Free space on /tmp= 433064 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/subsetcard/normalized-subsetcard-geq-random4regular-75.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513723-1751219327/watcher-4513723-1751219327 -o /tmp/evaluation-result-4513723-1751219327/solver-4513723-1751219327 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751219327-27120 --watchdog 3760  pb_picat HOME/instance-4513723-1751219327.opb

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

MD5SUM BENCH= 73162c5baccd4b1f7679d68a6ce7b058
RANDOM SEED=584134387

nodeC023 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		: 3603.972
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.78
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		: 2753.004
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.78
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.869
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.78
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		: 2194.794
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.78
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.896
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.78
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		: 1877.925
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.78
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		: 3599.910
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.78
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		: 3602.654
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128849220 kB
MemAvailable:   129771816 kB
Buffers:            3280 kB
Cached:          1726648 kB
SwapCached:            0 kB
Active:           388152 kB
Inactive:        1421580 kB
Active(anon):      97904 kB
Inactive(anon):        0 kB
Active(file):     290248 kB
Inactive(file):  1421580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7396 kB
Writeback:             0 kB
AnonPages:         82564 kB
Mapped:           103016 kB
Shmem:             18064 kB
KReclaimable:     100012 kB
Slab:             187392 kB
SReclaimable:     100012 kB
SUnreclaim:        87380 kB
KernelStack:        4192 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC023 at 2025-06-29 20:48:57