Trace number 4514155

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.01 3610.5

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v061-n3.opb
MD5SUMee80f54d8195eff99f8f8fb25e2ddb99
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.011278
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints61
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c solving HOME/instance-4514155-1751223090.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 (62397 MiB free)
  memory of node 1: 64465 MiB (63363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514155-1751223090/watcher-4514155-1751223090 -o /tmp/evaluation-result-4514155-1751223090/solver-4514155-1751223090 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751219327-27119 --watchdog 3760 pb_picat HOME/instance-4514155-1751223090.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=27819, runsolver pid=27816

[startup+0.100058 s]*
/proc/loadavg: 4.12 4.12 4.09 5/267 27820
/proc/meminfo: memFree=128767912/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2028832 memory=18488 CPUtime=0.09 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 1387 0 0 0 9 0 0 0 20 0 1 0 37986868 2077523968 4622 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507208 4622 1632 343 0 504272 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2028832 KiB
Current children cumulated memory: 18488 KiB

[startup+0.205346 s]*
/proc/loadavg: 4.12 4.12 4.09 5/267 27820
/proc/meminfo: memFree=128767912/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2028576 memory=18436 CPUtime=0.2 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 1593 0 0 0 20 0 0 0 20 0 1 0 37986868 2077261824 4609 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507144 4609 1632 343 0 504208 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2028576 KiB
Current children cumulated memory: 18436 KiB

[startup+0.304612 s]*
/proc/loadavg: 4.12 4.12 4.09 5/267 27820
/proc/meminfo: memFree=128767912/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2028832 memory=18648 CPUtime=0.29 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 1832 0 0 0 29 0 0 0 20 0 1 0 37986868 2077523968 4662 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507208 4662 1632 343 0 504272 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2028832 KiB
Current children cumulated memory: 18648 KiB

[startup+0.700101 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 27820
/proc/meminfo: memFree=128767912/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2029996 memory=19548 CPUtime=0.68 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2814 0 0 0 68 0 0 0 20 0 1 0 37986868 2078715904 4887 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507499 4887 1632 343 0 504563 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029996 KiB
Current children cumulated memory: 19548 KiB

[startup+1.50011 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 27820
/proc/meminfo: memFree=128767912/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2030000 memory=19468 CPUtime=1.48 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 4722 0 0 0 148 0 0 0 20 0 1 0 37986868 2078720000 4867 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507500 4867 1632 343 0 504564 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2030000 KiB
Current children cumulated memory: 19468 KiB

[startup+3.10491 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 27820
/proc/meminfo: memFree=128767924/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2031276 memory=19956 CPUtime=3.08 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 8646 0 0 0 308 0 0 0 20 0 1 0 37986868 2080026624 4989 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507819 4989 1632 343 0 504883 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2031276 KiB
Current children cumulated memory: 19956 KiB

[startup+6.3001 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 27820
/proc/meminfo: memFree=128767208/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2030908 memory=20000 CPUtime=6.27 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 15947 0 0 0 625 2 0 0 20 0 1 0 37986868 2079649792 5000 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507727 5000 1632 343 0 504791 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2030908 KiB
Current children cumulated memory: 20000 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 27820
/proc/meminfo: memFree=128767208/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2030172 memory=19336 CPUtime=12.65 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 35024 0 0 0 1261 4 0 0 20 0 1 0 37986868 2078896128 4834 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 507543 4834 1632 343 0 504607 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2030172 KiB
Current children cumulated memory: 19336 KiB

[startup+25.5001 s]
/proc/loadavg: 4.08 4.11 4.09 5/266 27820
/proc/meminfo: memFree=128754480/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2034912 memory=22744 CPUtime=25.42 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 67144 0 0 0 2533 9 0 0 20 0 1 0 37986868 2083749888 5686 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 508728 5686 1632 343 0 505792 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2034912 KiB
Current children cumulated memory: 22744 KiB

[startup+51.1052 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 27821
/proc/meminfo: memFree=128739428/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2034900 memory=22696 CPUtime=50.96 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 124142 0 0 0 5076 20 0 0 20 0 1 0 37986868 2083737600 5674 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 508725 5674 1632 343 0 505789 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2034900 KiB
Current children cumulated memory: 22696 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 27823
/proc/meminfo: memFree=128737036/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2039712 memory=25424 CPUtime=102 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 230704 0 0 0 10158 42 0 0 20 0 1 0 37986868 2088665088 6356 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 509928 6356 1632 343 0 506992 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2039712 KiB
Current children cumulated memory: 25424 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 27825
/proc/meminfo: memFree=128735548/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2032904 memory=21508 CPUtime=161.83 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 330792 0 0 0 16120 63 0 0 20 0 1 0 37986868 2081693696 5377 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 508226 5377 1632 343 0 505290 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2032904 KiB
Current children cumulated memory: 21508 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 27828
/proc/meminfo: memFree=128728932/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2040072 memory=28088 CPUtime=221.66 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 441730 0 0 0 22080 86 0 0 20 0 1 0 37986868 2089033728 7022 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 510018 7022 1632 343 0 507082 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 2040072 KiB
Current children cumulated memory: 28088 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 27829
/proc/meminfo: memFree=128726948/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2035096 memory=23232 CPUtime=281.49 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 505293 0 0 0 28048 101 0 0 20 0 1 0 37986868 2083938304 5808 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 508774 5808 1632 343 0 505838 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2035096 KiB
Current children cumulated memory: 23232 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 27834
/proc/meminfo: memFree=128723856/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2050456 memory=32192 CPUtime=341.32 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 605624 0 0 0 34008 124 0 0 20 0 1 0 37986868 2099666944 8048 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 512614 8048 1632 343 0 509678 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2050456 KiB
Current children cumulated memory: 32192 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 27836
/proc/meminfo: memFree=128724552/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2047532 memory=32784 CPUtime=401.14 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 662209 0 0 0 39976 138 0 0 20 0 1 0 37986868 2096672768 8196 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 511883 8196 1632 343 0 508947 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2047532 KiB
Current children cumulated memory: 32784 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 27842
/proc/meminfo: memFree=128720372/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2043436 memory=30572 CPUtime=460.97 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 738891 0 0 0 45942 155 0 0 20 0 1 0 37986868 2092478464 7643 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 510859 7643 1632 343 0 507923 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 50200 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 27972
/proc/meminfo: memFree=128652108/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2060112 memory=48620 CPUtime=2913.79 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2220174 0 0 0 290807 572 0 0 20 0 1 0 37986868 2109554688 12155 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 515028 12155 1632 343 0 512092 0
Current children cumulated CPU time: 2913.79 s
Current children cumulated vsize: 2060112 KiB
Current children cumulated memory: 48620 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/263 27974
/proc/meminfo: memFree=128659036/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076648 memory=58564 CPUtime=2973.61 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2238668 0 0 0 296782 579 0 0 20 0 1 0 37986868 2126487552 14641 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519162 14641 1632 343 0 516226 0
Current children cumulated CPU time: 2973.61 s
Current children cumulated vsize: 2076648 KiB
Current children cumulated memory: 58564 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 27976
/proc/meminfo: memFree=128656792/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2047976 memory=35036 CPUtime=3033.43 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2258825 0 0 0 302757 586 0 0 20 0 1 0 37986868 2097127424 8759 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 511994 8759 1632 343 0 509058 0
Current children cumulated CPU time: 3033.43 s
Current children cumulated vsize: 2047976 KiB
Current children cumulated memory: 35036 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/262 27978
/proc/meminfo: memFree=128650176/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2056168 memory=42904 CPUtime=3093.26 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2286038 0 0 0 308732 594 0 0 20 0 1 0 37986868 2105516032 10726 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 514042 10726 1632 343 0 511106 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 2056168 KiB
Current children cumulated memory: 42904 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 27980
/proc/meminfo: memFree=128649708/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2060264 memory=48324 CPUtime=3153.08 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2312585 0 0 0 314706 602 0 0 20 0 1 0 37986868 2109710336 12081 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 515066 12081 1632 343 0 512130 0
Current children cumulated CPU time: 3153.08 s
Current children cumulated vsize: 2060264 KiB
Current children cumulated memory: 48324 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 27983
/proc/meminfo: memFree=128643556/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076648 memory=52420 CPUtime=3212.9 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2332092 0 0 0 320682 608 0 0 20 0 1 0 37986868 2126487552 13105 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519162 13105 1632 343 0 516226 0
Current children cumulated CPU time: 3212.9 s
Current children cumulated vsize: 2076648 KiB
Current children cumulated memory: 52420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.19 4.12 5/263 27985
/proc/meminfo: memFree=128662940/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2047976 memory=35828 CPUtime=3272.73 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2351632 0 0 0 326658 615 0 0 20 0 1 0 37986868 2097127424 8957 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 511994 8957 1632 343 0 509058 0
Current children cumulated CPU time: 3272.73 s
Current children cumulated vsize: 2047976 KiB
Current children cumulated memory: 35828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/264 27990
/proc/meminfo: memFree=128647492/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076648 memory=54692 CPUtime=3332.55 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2367829 0 0 0 332634 621 0 0 20 0 1 0 37986868 2126487552 13673 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519162 13673 1632 343 0 516226 0
Current children cumulated CPU time: 3332.55 s
Current children cumulated vsize: 2076648 KiB
Current children cumulated memory: 54692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/264 27992
/proc/meminfo: memFree=128645084/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2060264 memory=44340 CPUtime=3392.37 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2394168 0 0 0 338609 628 0 0 20 0 1 0 37986868 2109710336 11085 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 515066 11085 1632 343 0 512130 0
Current children cumulated CPU time: 3392.37 s
Current children cumulated vsize: 2060264 KiB
Current children cumulated memory: 44340 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/264 28178
/proc/meminfo: memFree=128596024/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2060264 memory=48948 CPUtime=3452.19 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2419178 0 0 0 344582 637 0 0 20 0 1 0 37986868 2109710336 12237 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 515066 12237 1632 343 0 512130 0
Current children cumulated CPU time: 3452.19 s
Current children cumulated vsize: 2060264 KiB
Current children cumulated memory: 48948 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.15 4.11 5/263 28224
/proc/meminfo: memFree=128535988/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076648 memory=55456 CPUtime=3512.02 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2438623 0 0 0 350558 644 0 0 20 0 1 0 37986868 2126487552 13864 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519162 13864 1632 343 0 516226 0
Current children cumulated CPU time: 3512.02 s
Current children cumulated vsize: 2076648 KiB
Current children cumulated memory: 55456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/263 28226
/proc/meminfo: memFree=128534696/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2048144 memory=40448 CPUtime=3571.87 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2454981 0 0 0 356537 650 0 0 20 0 1 0 37986868 2097299456 10112 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 512036 10112 1632 343 0 509100 0
Current children cumulated CPU time: 3571.87 s
Current children cumulated vsize: 2048144 KiB
Current children cumulated memory: 40448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.23 4.16 4.11 5/262 28228
/proc/meminfo: memFree=128526364/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076816 memory=57360 CPUtime=3600 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2462709 0 0 0 359347 653 0 0 20 0 1 0 37986868 2126659584 14340 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519204 14340 1632 343 0 516268 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2076816 KiB
Current children cumulated memory: 57360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.47 s, system=6.53788 s

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

[startup+3610.5 s]
/proc/loadavg: 4.23 4.16 4.11 5/262 28228
/proc/meminfo: memFree=128526364/131249996 swapFree=33010684/33010684
[pid=27819] ppid=27816 vsize=2076816 memory=57360 CPUtime=3600 cores=0,2
/proc/27819/stat : 27819 (pb_picat) R 27816 27819 27109 0 -1 4194304 2462709 0 0 0 359347 653 0 0 20 0 1 0 37986868 2126659584 14340 18446744073709551615 94666424332288 94666425733869 140734334296592 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94666426005296 94666427879600 94666456739840 140734334298526 140734334298602 140734334298602 140734334304204 0
/proc/27819/statm: 519204 14340 1632 343 0 516268 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2076816 KiB
Current children cumulated memory: 57360 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.5
CPU time (s): 3600.01
CPU user time (s): 3593.47
CPU system time (s): 6.53788
CPU usage (%): 99.7094
Max. virtual memory (cumulated for all children) (KiB): 2085008
Max. memory (cumulated for all children) (KiB): 67536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.47
system time used= 6.53788
maximum resident set size= 67536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2462709
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= 72
involuntary context switches= 8074


# summary of solver processes directly reported to runsolver:
#   pid: 27819
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3593.47
#   total CPU system time (s): 6.53788

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17094 second user time and 14.7439 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-29 20:51:30
IDJOB=4514155
IDBENCH=162607
IDSOLVER=3346
FILE ID=nodeC023/4514155-1751223090
RUNJOBID= nodeC023-1751219327-27119
SLURM_JOB_ID= 9587671
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= ee80f54d8195eff99f8f8fb25e2ddb99
RANDOM SEED=1938881755

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		: 3599.890
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		: 3599.890
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		: 3600.775
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		: 3600.315
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.887
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		: 3599.885
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		: 3700.000
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		: 3600.124
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:        128779884 kB
MemAvailable:   129712024 kB
Buffers:            3280 kB
Cached:          1736164 kB
SwapCached:            0 kB
Active:           454512 kB
Inactive:        1431116 kB
Active(anon):     164248 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  1431116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3608 kB
Writeback:            28 kB
AnonPages:        149372 kB
Mapped:           112736 kB
Shmem:             18064 kB
KReclaimable:      99996 kB
Slab:             187180 kB
SReclaimable:      99996 kB
SUnreclaim:        87184 kB
KernelStack:        4352 kB
PageTables:         3480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6496244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 433044 MiB
End job on nodeC023 at 2025-06-29 21:51:41