Trace number 4528073

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.05 3609.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
MD5SUM70456d73d2f29031b06a5b292ce0fc7b
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 benchmark57.2992
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints252
Number of constraints which are clauses252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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-4528073-1752245350.opb (Picat 3.9b11, 7/10/2025)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62008 MiB free)
  memory of node 1: 64507 MiB (56634 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528073-1752245350/watcher-4528073-1752245350 -o /tmp/evaluation-result-4528073-1752245350/solver-4528073-1752245350 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752245348-118152 --watchdog 3760 pb_picat HOME/instance-4528073-1752245350.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=118252, runsolver pid=118249
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.83 0.98 1.26 5/263 118253
/proc/meminfo: memFree=121488388/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2028472 memory=18192 CPUtime=0.09 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1134 0 0 0 9 0 0 0 20 0 1 0 140212748 2077155328 4548 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507118 4548 1664 343 0 504182 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2028472 KiB
Current children cumulated memory: 18192 KiB

[startup+0.205296 s]*
/proc/loadavg: 0.83 0.98 1.26 5/263 118253
/proc/meminfo: memFree=121488388/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2028472 memory=18320 CPUtime=0.2 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1177 0 0 0 20 0 0 0 20 0 1 0 140212748 2077155328 4580 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507118 4580 1664 343 0 504182 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2028472 KiB
Current children cumulated memory: 18320 KiB

[startup+0.30431 s]*
/proc/loadavg: 0.83 0.98 1.26 5/263 118253
/proc/meminfo: memFree=121488236/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2028856 memory=18360 CPUtime=0.3 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1318 0 0 0 30 0 0 0 20 0 1 0 140212748 2077548544 4590 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507214 4590 1664 343 0 504278 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2028856 KiB
Current children cumulated memory: 18360 KiB

[startup+0.700095 s]
/proc/loadavg: 0.83 0.98 1.26 5/263 118253
/proc/meminfo: memFree=121488236/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2029452 memory=18904 CPUtime=0.69 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1770 0 0 0 69 0 0 0 20 0 1 0 140212748 2078158848 4726 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507363 4726 1664 343 0 504427 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029452 KiB
Current children cumulated memory: 18904 KiB

[startup+1.50009 s]
/proc/loadavg: 0.83 0.98 1.26 5/263 118253
/proc/meminfo: memFree=121487732/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2029964 memory=19328 CPUtime=1.48 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 3060 0 0 0 148 0 0 0 20 0 1 0 140212748 2078683136 4832 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507491 4832 1664 343 0 504555 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2029964 KiB
Current children cumulated memory: 19328 KiB

[startup+3.10437 s]
/proc/loadavg: 1.08 1.03 1.28 5/263 118253
/proc/meminfo: memFree=121476316/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2030200 memory=19516 CPUtime=3.08 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 6005 0 0 0 308 0 0 0 20 0 1 0 140212748 2078924800 4879 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507550 4879 1664 343 0 504614 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2030200 KiB
Current children cumulated memory: 19516 KiB

[startup+6.3001 s]
/proc/loadavg: 1.08 1.03 1.28 5/263 118253
/proc/meminfo: memFree=121466900/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2031224 memory=20808 CPUtime=6.27 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 12874 0 0 0 625 2 0 0 20 0 1 0 140212748 2079973376 5202 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 507806 5202 1664 343 0 504870 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2031224 KiB
Current children cumulated memory: 20808 KiB

[startup+12.7002 s]
/proc/loadavg: 1.32 1.08 1.29 5/263 118253
/proc/meminfo: memFree=121459116/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2032856 memory=21676 CPUtime=12.66 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 24504 0 0 0 1261 5 0 0 20 0 1 0 140212748 2081644544 5419 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 508214 5419 1664 343 0 505278 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2032856 KiB
Current children cumulated memory: 21676 KiB

[startup+25.5002 s]
/proc/loadavg: 1.91 1.22 1.34 5/263 118254
/proc/meminfo: memFree=121425860/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2034904 memory=23244 CPUtime=25.42 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 47140 0 0 0 2532 10 0 0 20 0 1 0 140212748 2083741696 5811 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 508726 5811 1664 343 0 505790 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2034904 KiB
Current children cumulated memory: 23244 KiB

[startup+51.1053 s]
/proc/loadavg: 2.62 1.45 1.41 5/263 118299
/proc/meminfo: memFree=121471288/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2032016 memory=21344 CPUtime=50.96 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 79325 0 0 0 5078 18 0 0 20 0 1 0 140212748 2080784384 5336 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 508004 5336 1664 343 0 505068 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2032016 KiB
Current children cumulated memory: 21344 KiB

[startup+102.3 s]
/proc/loadavg: 3.40 1.84 1.55 5/263 118300
/proc/meminfo: memFree=121460392/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2034264 memory=23804 CPUtime=102.03 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 131200 0 0 0 10174 29 0 0 20 0 1 0 140212748 2083086336 5951 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 508566 5951 1664 343 0 505630 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2034264 KiB
Current children cumulated memory: 23804 KiB

[startup+162.3 s]
/proc/loadavg: 3.83 2.25 1.71 5/264 118303
/proc/meminfo: memFree=121445680/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2041360 memory=25580 CPUtime=161.88 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 181868 0 0 0 16147 41 0 0 20 0 1 0 140212748 2090352640 6395 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 510340 6395 1664 343 0 507404 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2041360 KiB
Current children cumulated memory: 25580 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.60 1.86 5/263 118305
/proc/meminfo: memFree=121439436/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2041944 memory=28896 CPUtime=221.74 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 232440 0 0 0 22122 52 0 0 20 0 1 0 140212748 2090950656 7224 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 510486 7224 1664 343 0 507550 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2041944 KiB
Current children cumulated memory: 28896 KiB

[startup+282.3 s]
/proc/loadavg: 4.32 2.95 2.03 5/263 118307
/proc/meminfo: memFree=121430668/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2041944 memory=31600 CPUtime=281.59 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 271885 0 0 0 28098 61 0 0 20 0 1 0 140212748 2090950656 7900 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 510486 7900 1664 343 0 507550 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 2041944 KiB
Current children cumulated memory: 31600 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 3.16 2.16 5/264 118310
/proc/meminfo: memFree=121422716/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2042084 memory=31060 CPUtime=341.45 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 304643 0 0 0 34076 69 0 0 20 0 1 0 140212748 2091094016 7765 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 510521 7765 1664 343 0 507585 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 2042084 KiB
Current children cumulated memory: 31060 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.33 2.29 5/264 118312
/proc/meminfo: memFree=121423616/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2042376 memory=30564 CPUtime=401.3 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 341581 0 0 0 40053 77 0 0 20 0 1 0 140212748 2091393024 7641 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 510594 7641 1664 343 0 507658 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 2042376 KiB
Current children cumulated memory: 30564 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.47 2.40 5/263 118314
/proc/meminfo: memFree=121394120/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2046472 memory=33812 CPUtime=461.16 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 369414 0 0 0 46030 86 0 0 20 0 1 0 140212748 2095587328 8453 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 511618 8453 1664 343 0 508682 0
Current children cumulated CPU time: 461.16 s

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

Current children cumulated memory: 54280 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.11 4.01 5/262 118431
/proc/meminfo: memFree=121193604/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2058148 memory=54280 CPUtime=2855.05 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1085021 0 0 0 285218 287 0 0 20 0 1 0 140212748 2107543552 13570 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 514537 13570 1664 343 0 511601 0
Current children cumulated CPU time: 2855.05 s
Current children cumulated vsize: 2058148 KiB
Current children cumulated memory: 54280 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.10 4.01 5/262 118433
/proc/meminfo: memFree=121152104/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2058148 memory=51664 CPUtime=2914.91 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1101840 0 0 0 291198 293 0 0 20 0 1 0 140212748 2107543552 12916 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 514537 12916 1664 343 0 511601 0
Current children cumulated CPU time: 2914.91 s
Current children cumulated vsize: 2058148 KiB
Current children cumulated memory: 51664 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 4.10 4.01 5/263 118442
/proc/meminfo: memFree=121110960/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=54792 CPUtime=2974.75 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1116185 0 0 0 297178 297 0 0 20 0 1 0 140212748 2115932160 13698 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 13698 1664 343 0 513649 0
Current children cumulated CPU time: 2974.75 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 54792 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/263 118444
/proc/meminfo: memFree=121261404/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=54536 CPUtime=3034.6 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1125228 0 0 0 303160 300 0 0 20 0 1 0 140212748 2115932160 13634 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 13634 1664 343 0 513649 0
Current children cumulated CPU time: 3034.6 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 54536 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.10 4.01 5/263 118446
/proc/meminfo: memFree=121281520/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2058148 memory=54280 CPUtime=3094.45 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1134233 0 0 0 309142 303 0 0 20 0 1 0 140212748 2107543552 13570 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 514537 13570 1664 343 0 511601 0
Current children cumulated CPU time: 3094.45 s
Current children cumulated vsize: 2058148 KiB
Current children cumulated memory: 54280 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/264 118450
/proc/meminfo: memFree=121265344/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=58376 CPUtime=3154.3 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1141048 0 0 0 315125 305 0 0 20 0 1 0 140212748 2115932160 14594 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 14594 1664 343 0 513649 0
Current children cumulated CPU time: 3154.3 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 58376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/264 118452
/proc/meminfo: memFree=121296636/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2074532 memory=54888 CPUtime=3214.15 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1159929 0 0 0 321103 312 0 0 20 0 1 0 140212748 2124320768 13722 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 518633 13722 1664 343 0 515697 0
Current children cumulated CPU time: 3214.15 s
Current children cumulated vsize: 2074532 KiB
Current children cumulated memory: 54888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 118454
/proc/meminfo: memFree=121314860/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2082724 memory=55548 CPUtime=3273.98 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1173898 0 0 0 327080 318 0 0 20 0 1 0 140212748 2132709376 13887 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 520681 13887 1664 343 0 517745 0
Current children cumulated CPU time: 3273.98 s
Current children cumulated vsize: 2082724 KiB
Current children cumulated memory: 55548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/264 118457
/proc/meminfo: memFree=121227532/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=52408 CPUtime=3333.82 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1185612 0 0 0 333059 323 0 0 20 0 1 0 140212748 2115932160 13102 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 13102 1664 343 0 513649 0
Current children cumulated CPU time: 3333.82 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 52408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/264 118459
/proc/meminfo: memFree=121219164/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=54396 CPUtime=3393.67 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1192924 0 0 0 339041 326 0 0 20 0 1 0 140212748 2115932160 13599 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 13599 1664 343 0 513649 0
Current children cumulated CPU time: 3393.67 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 54396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/263 118461
/proc/meminfo: memFree=121152328/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=54780 CPUtime=3453.52 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1201121 0 0 0 345024 328 0 0 20 0 1 0 140212748 2115932160 13695 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 13695 1664 343 0 513649 0
Current children cumulated CPU time: 3453.52 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 54780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/263 118463
/proc/meminfo: memFree=121296212/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=57212 CPUtime=3513.36 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1209395 0 0 0 351005 331 0 0 20 0 1 0 140212748 2115932160 14303 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 14303 1664 343 0 513649 0
Current children cumulated CPU time: 3513.36 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 57212 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 118471
/proc/meminfo: memFree=121098044/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2066340 memory=57212 CPUtime=3573.2 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1220569 0 0 0 356985 335 0 0 20 0 1 0 140212748 2115932160 14303 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 516585 14303 1664 343 0 513649 0
Current children cumulated CPU time: 3573.2 s
Current children cumulated vsize: 2066340 KiB
Current children cumulated memory: 57212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.12 4.09 4.02 3/256 118519
/proc/meminfo: memFree=121612896/131249996 swapFree=33010416/33010684
[pid=118252] ppid=118249 vsize=2082724 memory=60548 CPUtime=3600.04 cores=5,7
/proc/118252/stat : 118252 (pb_picat) R 118249 118252 118139 0 -1 4194304 1225699 0 0 0 359666 338 0 0 20 0 1 0 140212748 2132709376 15137 18446744073709551615 94204578045952 94204579447533 140723407301872 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94204579718960 94204581593200 94204617101312 140723407309212 140723407309288 140723407309288 140723407314892 0
/proc/118252/statm: 520681 15137 1664 343 0 517745 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2082724 KiB
Current children cumulated memory: 60548 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.67 s, system=3.38174 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): 3609.2
CPU time (s): 3600.05
CPU user time (s): 3596.67
CPU system time (s): 3.38174
CPU usage (%): 99.7464
Max. virtual memory (cumulated for all children) (KiB): 2082724
Max. memory (cumulated for all children) (KiB): 67452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.67
system time used= 3.38174
maximum resident set size= 67452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1225699
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= 74
involuntary context switches= 4316


# summary of solver processes directly reported to runsolver:
#   pid: 118252
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.67
#   total CPU system time (s): 3.38174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.73715 second user time and 15.2745 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-11 16:49:10
IDJOB=4528073
IDBENCH=158790
IDSOLVER=3385
FILE ID=nodeC022/4528073-1752245350
RUNJOBID= nodeC022-1752245348-118152
SLURM_JOB_ID= 9682572
Free space on /tmp= 432140 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n30-d4-i1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528073-1752245350/watcher-4528073-1752245350 -o /tmp/evaluation-result-4528073-1752245350/solver-4528073-1752245350 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1752245348-118152 --watchdog 3760  pb_picat HOME/instance-4528073-1752245350.opb

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

MD5SUM BENCH= 70456d73d2f29031b06a5b292ce0fc7b
RANDOM SEED=1413469016

nodeC022 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.641
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.44
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.709
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.44
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		: 3459.040
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.44
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		: 3618.579
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.44
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.726
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.44
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		: 3745.062
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.44
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		: 3536.848
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.44
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		: 3599.735
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121490104 kB
MemAvailable:   129494468 kB
Buffers:            2128 kB
Cached:          8752736 kB
SwapCached:           32 kB
Active:           949660 kB
Inactive:        8095916 kB
Active(anon):     306628 kB
Inactive(anon):     2124 kB
Active(file):     643032 kB
Inactive(file):  8093792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15752 kB
Writeback:             8 kB
AnonPages:        293860 kB
Mapped:           116548 kB
Shmem:             18028 kB
KReclaimable:     213156 kB
Slab:             307144 kB
SReclaimable:     213156 kB
SUnreclaim:        93988 kB
KernelStack:        4288 kB
PageTables:         3728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6574656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432136 MiB
End job on nodeC022 at 2025-07-11 17:49:19