Trace number 4527957

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.1 3611.11

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
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 variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint1
Maximum length of a constraint90
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
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-4527957-1752241875.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: 63708 MiB (45212 MiB free)
  memory of node 1: 64465 MiB (62475 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527957-1752241875/watcher-4527957-1752241875 -o /tmp/evaluation-result-4527957-1752241875/solver-4527957-1752241875 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752238179-118414 --watchdog 3760 pb_picat HOME/instance-4527957-1752241875.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=119604, runsolver pid=119601

[startup+0.100066 s]*
/proc/loadavg: 4.09 4.09 4.09 5/263 119605
/proc/meminfo: memFree=110251892/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2027148 memory=36228 CPUtime=0.08 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 1019 0 0 0 8 0 0 0 20 0 1 0 139864058 2075799552 9057 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 506787 9057 1568 343 0 503851 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 36228 KiB

[startup+0.205434 s]*
/proc/loadavg: 4.09 4.09 4.09 5/263 119605
/proc/meminfo: memFree=110243700/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2027148 memory=48516 CPUtime=0.19 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 1027 0 0 0 19 0 0 0 20 0 1 0 139864058 2075799552 12129 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 506787 12129 1568 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 48516 KiB

[startup+0.305332 s]*
/proc/loadavg: 4.09 4.09 4.09 5/263 119605
/proc/meminfo: memFree=110227316/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2027148 memory=64980 CPUtime=0.29 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 1056 0 0 0 28 1 0 0 20 0 1 0 139864058 2075799552 16245 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 506787 16245 1568 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 64980 KiB

[startup+0.700187 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 119605
/proc/meminfo: memFree=110194548/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2027148 memory=137340 CPUtime=0.68 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 1200 0 0 0 66 2 0 0 20 0 1 0 139864058 2075799552 34335 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 506787 34335 1632 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 137340 KiB

[startup+1.50017 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 119605
/proc/meminfo: memFree=110137204/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2066240 memory=171744 CPUtime=1.47 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 6980 0 0 0 140 7 0 0 20 0 1 0 139864058 2115829760 42936 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 516560 42936 1728 343 0 513624 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2066240 KiB
Current children cumulated memory: 171744 KiB

[startup+3.10523 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 119608
/proc/meminfo: memFree=110096248/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2103632 memory=204576 CPUtime=3.08 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 11538 0 0 0 288 20 0 0 20 0 1 0 139864058 2154119168 51144 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 525908 51144 1728 343 0 522972 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2103632 KiB
Current children cumulated memory: 204576 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 119608
/proc/meminfo: memFree=110084592/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2088960 memory=197600 CPUtime=6.26 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 19325 0 0 0 604 22 0 0 20 0 1 0 139864058 2139095040 49400 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 522240 49400 1728 343 0 519304 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2088960 KiB
Current children cumulated memory: 197600 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 119608
/proc/meminfo: memFree=110080324/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2106492 memory=207172 CPUtime=12.64 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 26088 0 0 0 1239 25 0 0 20 0 1 0 139864058 2157047808 51793 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526623 51793 1728 343 0 523687 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2106492 KiB
Current children cumulated memory: 207172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.08 4.08 5/264 119608
/proc/meminfo: memFree=110074640/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2106492 memory=207176 CPUtime=25.4 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 33597 0 0 0 2513 27 0 0 20 0 1 0 139864058 2157047808 51794 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526623 51794 1728 343 0 523687 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2106492 KiB
Current children cumulated memory: 207176 KiB

[startup+51.1053 s]
/proc/loadavg: 4.10 4.09 4.09 5/265 119609
/proc/meminfo: memFree=109983620/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2106492 memory=209280 CPUtime=50.93 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 41118 0 0 0 5062 31 0 0 20 0 1 0 139864058 2157047808 52320 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526623 52320 1728 343 0 523687 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2106492 KiB
Current children cumulated memory: 209280 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/265 119611
/proc/meminfo: memFree=109966600/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2106860 memory=209664 CPUtime=101.96 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 51041 0 0 0 10161 35 0 0 20 0 1 0 139864058 2157424640 52416 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526715 52416 1728 343 0 523779 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2106860 KiB
Current children cumulated memory: 209664 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/266 119620
/proc/meminfo: memFree=109952652/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2106860 memory=219912 CPUtime=161.78 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 59412 0 0 0 16139 39 0 0 20 0 1 0 139864058 2157424640 54978 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526715 54978 1728 343 0 523779 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2106860 KiB
Current children cumulated memory: 219912 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/266 119622
/proc/meminfo: memFree=109962732/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2107456 memory=222556 CPUtime=221.6 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 64220 0 0 0 22118 42 0 0 20 0 1 0 139864058 2158034944 55639 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 526864 55639 1728 343 0 523928 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 2107456 KiB
Current children cumulated memory: 222556 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/266 119624
/proc/meminfo: memFree=110032424/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2108416 memory=227612 CPUtime=281.42 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 69309 0 0 0 28097 45 0 0 20 0 1 0 139864058 2159017984 56903 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 527104 56903 1728 343 0 524168 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 2108416 KiB
Current children cumulated memory: 227612 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.08 4.09 4/258 119657
/proc/meminfo: memFree=111458304/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2108416 memory=213224 CPUtime=341.24 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 75382 0 0 0 34075 49 0 0 20 0 1 0 139864058 2159017984 53306 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 527104 53306 1728 343 0 524168 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 2108416 KiB
Current children cumulated memory: 213224 KiB

[startup+402.3 s]
/proc/loadavg: 3.45 3.90 4.02 4/258 119659
/proc/meminfo: memFree=111458496/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2108416 memory=217376 CPUtime=401.05 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 81743 0 0 0 40052 53 0 0 20 0 1 0 139864058 2159017984 54344 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 527104 54344 1728 343 0 524168 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 2108416 KiB
Current children cumulated memory: 217376 KiB

[startup+462.3 s]
/proc/loadavg: 3.21 3.75 3.96 4/257 119661
/proc/meminfo: memFree=111458776/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2108416 memory=221472 CPUtime=460.86 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 86698 0 0 0 46030 56 0 0 20 0 1 0 139864058 2159017984 55368 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 527104 55368 1728 343 0 524168 0
Current children cumulated CPU time: 460.86 s

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

Current children cumulated memory: 262024 KiB

[startup+2922.3 s]
/proc/loadavg: 2.14 2.12 2.22 3/252 119819
/proc/meminfo: memFree=111685940/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2176864 memory=272264 CPUtime=2913.38 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 249702 0 0 0 291186 152 0 0 20 0 1 0 139864058 2229108736 68066 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 544216 68066 1728 343 0 541280 0
Current children cumulated CPU time: 2913.38 s
Current children cumulated vsize: 2176864 KiB
Current children cumulated memory: 272264 KiB

[startup+2982.3 s]
/proc/loadavg: 2.10 2.11 2.20 3/253 119822
/proc/meminfo: memFree=111677504/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=264072 CPUtime=2973.22 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 250043 0 0 0 297169 153 0 0 20 0 1 0 139864058 2195554304 66018 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 66018 1728 343 0 533088 0
Current children cumulated CPU time: 2973.22 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 264072 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.10 2.19 3/253 119824
/proc/meminfo: memFree=111692048/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2176864 memory=272264 CPUtime=3033.05 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 252172 0 0 0 303151 154 0 0 20 0 1 0 139864058 2229108736 68066 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 544216 68066 1728 343 0 541280 0
Current children cumulated CPU time: 3033.05 s
Current children cumulated vsize: 2176864 KiB
Current children cumulated memory: 272264 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.11 2.19 3/252 119826
/proc/meminfo: memFree=111678024/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=264072 CPUtime=3092.87 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 252519 0 0 0 309133 154 0 0 20 0 1 0 139864058 2195554304 66018 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 66018 1728 343 0 533088 0
Current children cumulated CPU time: 3092.87 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 264072 KiB

[startup+3162.3 s]
/proc/loadavg: 2.04 2.09 2.17 3/252 119834
/proc/meminfo: memFree=111686976/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2176864 memory=268168 CPUtime=3152.71 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 257311 0 0 0 315114 157 0 0 20 0 1 0 139864058 2229108736 67042 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 544216 67042 1728 343 0 541280 0
Current children cumulated CPU time: 3152.71 s
Current children cumulated vsize: 2176864 KiB
Current children cumulated memory: 268168 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.10 2.17 3/252 119838
/proc/meminfo: memFree=111705704/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=239496 CPUtime=3212.54 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 260806 0 0 0 321095 159 0 0 20 0 1 0 139864058 2195554304 59874 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 59874 1728 343 0 533088 0
Current children cumulated CPU time: 3212.54 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 239496 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.09 2.17 3/252 119840
/proc/meminfo: memFree=111671868/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=258184 CPUtime=3272.36 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 260900 0 0 0 327076 160 0 0 20 0 1 0 139864058 2195554304 64546 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 64546 1728 343 0 533088 0
Current children cumulated CPU time: 3272.36 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 258184 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.09 2.16 3/252 119843
/proc/meminfo: memFree=111659620/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=266120 CPUtime=3332.16 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 263557 0 0 0 333054 162 0 0 20 0 1 0 139864058 2195554304 66530 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 66530 1728 343 0 533088 0
Current children cumulated CPU time: 3332.16 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 266120 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.09 2.16 3/252 119845
/proc/meminfo: memFree=111692756/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=262024 CPUtime=3391.95 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 266293 0 0 0 339032 163 0 0 20 0 1 0 139864058 2195554304 65506 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 65506 1728 343 0 533088 0
Current children cumulated CPU time: 3391.95 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 262024 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.08 2.15 3/252 119847
/proc/meminfo: memFree=111683164/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=268168 CPUtime=3451.75 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 267897 0 0 0 345011 164 0 0 20 0 1 0 139864058 2195554304 67042 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 67042 1728 343 0 533088 0
Current children cumulated CPU time: 3451.75 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 268168 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.10 2.15 3/251 119849
/proc/meminfo: memFree=111669172/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=264072 CPUtime=3511.55 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 270355 0 0 0 350990 165 0 0 20 0 1 0 139864058 2195554304 66018 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 66018 1728 343 0 533088 0
Current children cumulated CPU time: 3511.55 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 264072 KiB

[startup+3582.3 s]
/proc/loadavg: 1.77 2.01 2.12 2/245 119882
/proc/meminfo: memFree=111972364/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2144096 memory=270344 CPUtime=3571.37 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 270406 0 0 0 356971 166 0 0 20 0 1 0 139864058 2195554304 67586 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 536024 67586 1728 343 0 533088 0
Current children cumulated CPU time: 3571.37 s
Current children cumulated vsize: 2144096 KiB
Current children cumulated memory: 270344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.1 s]
/proc/loadavg: 1.53 1.93 2.08 2/245 119882
/proc/meminfo: memFree=111958132/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2176864 memory=280456 CPUtime=3600.09 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 272767 0 0 0 359842 167 0 0 20 0 1 0 139864058 2229108736 70114 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 544216 70114 1728 343 0 541280 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2176864 KiB
Current children cumulated memory: 280456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.67454 s

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

[startup+3611.1 s]
/proc/loadavg: 1.53 1.93 2.08 2/245 119882
/proc/meminfo: memFree=111958132/131250000 swapFree=33008356/33010684
[pid=119604] ppid=119601 vsize=2176864 memory=280456 CPUtime=3600.09 cores=0,2
/proc/119604/stat : 119604 (pb_picat) R 119601 119604 117353 0 -1 4194304 272767 0 0 0 359842 167 0 0 20 0 1 0 139864058 2229108736 70114 18446744073709551615 94119452196864 94119453598445 140723189900192 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94119453869872 94119455744112 94119461842944 140723189905820 140723189905896 140723189905896 140723189911500 0
/proc/119604/statm: 544216 70114 1728 343 0 541280 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2176864 KiB
Current children cumulated memory: 280456 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.11
CPU time (s): 3600.1
CPU user time (s): 3598.43
CPU system time (s): 1.67454
CPU usage (%): 99.6953
Max. virtual memory (cumulated for all children) (KiB): 2242400
Max. memory (cumulated for all children) (KiB): 292744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.67454
maximum resident set size= 292744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272767
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= 93
involuntary context switches= 4580


# summary of solver processes directly reported to runsolver:
#   pid: 119604
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.67454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35023 second user time and 15.9711 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-11 15:51:15
IDJOB=4527957
IDBENCH=152982
IDSOLVER=3385
FILE ID=nodeC014/4527957-1752241875
RUNJOBID= nodeC014-1752238179-118414
SLURM_JOB_ID= 9682525
Free space on /tmp= 430488 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-sat.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527957-1752241875/watcher-4527957-1752241875 -o /tmp/evaluation-result-4527957-1752241875/solver-4527957-1752241875 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752238179-118414 --watchdog 3760  pb_picat HOME/instance-4527957-1752241875.opb

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=93602462

nodeC014 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		: 3600.087
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	: 7000.23
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.123
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	: 7000.23
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		: 3600.215
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	: 7000.23
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		: 3598.527
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	: 7000.23
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		: 3600.115
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	: 7000.23
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		: 3600.120
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	: 7000.23
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		: 3591.127
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	: 7000.23
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		: 3507.469
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        110272372 kB
MemAvailable:   127721876 kB
Buffers:             696 kB
Cached:         18199692 kB
SwapCached:         1628 kB
Active:          2424052 kB
Inactive:       17829440 kB
Active(anon):    2046688 kB
Inactive(anon):    31012 kB
Active(file):     377364 kB
Inactive(file): 17798428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5516 kB
Writeback:            32 kB
AnonPages:       2053648 kB
Mapped:           115992 kB
Shmem:             24596 kB
KReclaimable:     225904 kB
Slab:             319824 kB
SReclaimable:     225904 kB
SUnreclaim:        93920 kB
KernelStack:        4272 kB
PageTables:         7212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7569248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1671168 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430512 MiB
End job on nodeC014 at 2025-07-11 16:51:26