Trace number 4528135

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.03 3610.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
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.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1288
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 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4528135-1752246493.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 (46552 MiB free)
  memory of node 1: 64465 MiB (62518 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528135-1752246493/watcher-4528135-1752246493 -o /tmp/evaluation-result-4528135-1752246493/solver-4528135-1752246493 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752245528-119930 --watchdog 3760 pb_picat HOME/instance-4528135-1752246493.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
solver pid=120450, runsolver pid=120447
Current StackSize limit: 8192 KiB


[startup+0.100056 s]*
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111676184/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2031580 memory=25644 CPUtime=0.09 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2553 0 0 0 9 0 0 0 20 0 1 0 140325942 2080337920 6411 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 507895 6411 1760 343 0 504959 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031580 KiB
Current children cumulated memory: 25644 KiB

[startup+0.205303 s]*
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111676184/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2032732 memory=26344 CPUtime=0.19 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 3340 0 0 0 19 0 0 0 20 0 1 0 140325942 2081517568 6586 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508183 6586 1760 343 0 505247 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2032732 KiB
Current children cumulated memory: 26344 KiB

[startup+0.304773 s]*
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111676184/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2032832 memory=27132 CPUtime=0.29 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 3855 0 0 0 29 0 0 0 20 0 1 0 140325942 2081619968 6783 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508208 6783 1760 343 0 505272 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2032832 KiB
Current children cumulated memory: 27132 KiB

[startup+0.700122 s]
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111676184/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2032772 memory=27020 CPUtime=0.68 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 4644 0 0 0 68 0 0 0 20 0 1 0 140325942 2081558528 6755 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508193 6755 1760 343 0 505257 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2032772 KiB
Current children cumulated memory: 27020 KiB

[startup+1.50011 s]
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111672088/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2033288 memory=27916 CPUtime=1.48 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 6248 0 0 0 148 0 0 0 20 0 1 0 140325942 2082086912 6979 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508322 6979 1760 343 0 505386 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033288 KiB
Current children cumulated memory: 27916 KiB

[startup+3.10513 s]
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111688536/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2034868 memory=28648 CPUtime=3.08 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 9181 0 0 0 307 1 0 0 20 0 1 0 140325942 2083704832 7162 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508717 7162 1760 343 0 505781 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2034868 KiB
Current children cumulated memory: 28648 KiB

[startup+6.30011 s]
/proc/loadavg: 4.10 4.03 3.40 5/263 120451
/proc/meminfo: memFree=111692740/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2035524 memory=29996 CPUtime=6.27 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 15741 0 0 0 624 3 0 0 20 0 1 0 140325942 2084376576 7499 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 508881 7499 1760 343 0 505945 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2035524 KiB
Current children cumulated memory: 29996 KiB

[startup+12.7001 s]
/proc/loadavg: 4.08 4.03 3.41 5/263 120451
/proc/meminfo: memFree=111682252/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2037572 memory=32760 CPUtime=12.65 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 29158 0 0 0 1259 6 0 0 20 0 1 0 140325942 2086473728 8190 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 509393 8190 1760 343 0 506457 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2037572 KiB
Current children cumulated memory: 32760 KiB

[startup+25.5001 s]
/proc/loadavg: 4.07 4.03 3.42 5/263 120496
/proc/meminfo: memFree=112064360/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2036148 memory=29716 CPUtime=25.42 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 58012 0 0 0 2530 12 0 0 20 0 1 0 140325942 2085015552 7429 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 509037 7429 1760 343 0 506101 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2036148 KiB
Current children cumulated memory: 29716 KiB

[startup+51.1052 s]
/proc/loadavg: 4.04 4.03 3.43 5/263 120496
/proc/meminfo: memFree=112057704/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2042508 memory=33912 CPUtime=50.95 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 104748 0 0 0 5071 24 0 0 20 0 1 0 140325942 2091528192 8478 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 510627 8478 1760 343 0 507691 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2042508 KiB
Current children cumulated memory: 33912 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.08 3.49 5/266 120502
/proc/meminfo: memFree=112006816/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2042492 memory=37432 CPUtime=102 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 176378 0 0 0 10159 41 0 0 20 0 1 0 140325942 2091511808 9358 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 510623 9358 1760 343 0 507687 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2042492 KiB
Current children cumulated memory: 37432 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.08 3.53 5/266 120504
/proc/meminfo: memFree=112006704/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2055548 memory=43304 CPUtime=161.83 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 268111 0 0 0 16117 66 0 0 20 0 1 0 140325942 2104881152 10826 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 513887 10826 1760 343 0 510951 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2055548 KiB
Current children cumulated memory: 43304 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.08 3.57 5/266 120506
/proc/meminfo: memFree=111998344/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2047676 memory=42640 CPUtime=221.65 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 347868 0 0 0 22076 89 0 0 20 0 1 0 140325942 2096820224 10660 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 511919 10660 1760 343 0 508983 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 2047676 KiB
Current children cumulated memory: 42640 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.08 3.60 5/266 120508
/proc/meminfo: memFree=111976968/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2057156 memory=49260 CPUtime=281.48 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 418975 0 0 0 28038 110 0 0 20 0 1 0 140325942 2106527744 12315 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 514289 12315 1760 343 0 511353 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 2057156 KiB
Current children cumulated memory: 49260 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.08 3.64 5/266 120510
/proc/meminfo: memFree=112004904/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2057532 memory=51676 CPUtime=341.3 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 476902 0 0 0 34002 128 0 0 20 0 1 0 140325942 2106912768 12919 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 514383 12919 1760 343 0 511447 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 2057532 KiB
Current children cumulated memory: 51676 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.08 3.67 5/265 120518
/proc/meminfo: memFree=112010044/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2082108 memory=63964 CPUtime=401.13 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 529179 0 0 0 39968 145 0 0 20 0 1 0 140325942 2132078592 15991 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 520527 15991 1760 343 0 517591 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 2082108 KiB
Current children cumulated memory: 63964 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 3.69 5/262 120520
/proc/meminfo: memFree=111999264/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2065724 memory=55772 CPUtime=460.96 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 581337 0 0 0 45927 169 0 0 20 0 1 0 140325942 2115301376 13943 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 516431 13943 1760 343 0 513495 0
Current children cumulated CPU time: 460.96 s

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

Current children cumulated memory: 105024 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 120726
/proc/meminfo: memFree=111863956/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2142652 memory=123560 CPUtime=2913.47 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 1953704 0 0 0 290489 858 0 0 20 0 1 0 140325942 2194075648 30890 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535663 30890 1760 343 0 532727 0
Current children cumulated CPU time: 2913.47 s
Current children cumulated vsize: 2142652 KiB
Current children cumulated memory: 123560 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 120774
/proc/meminfo: memFree=111662888/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2109884 memory=92840 CPUtime=2973.32 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 1974574 0 0 0 296460 872 0 0 20 0 1 0 140325942 2160521216 23210 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 527471 23210 1760 343 0 524535 0
Current children cumulated CPU time: 2973.32 s
Current children cumulated vsize: 2109884 KiB
Current children cumulated memory: 92840 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 120776
/proc/meminfo: memFree=111598172/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2109884 memory=103104 CPUtime=3033.15 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2009059 0 0 0 302423 892 0 0 20 0 1 0 140325942 2160521216 25776 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 527471 25776 1760 343 0 524535 0
Current children cumulated CPU time: 3033.15 s
Current children cumulated vsize: 2109884 KiB
Current children cumulated memory: 103104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/264 120778
/proc/meminfo: memFree=111646504/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2109884 memory=101056 CPUtime=3092.99 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2035441 0 0 0 308392 907 0 0 20 0 1 0 140325942 2160521216 25264 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 527471 25264 1760 343 0 524535 0
Current children cumulated CPU time: 3092.99 s
Current children cumulated vsize: 2109884 KiB
Current children cumulated memory: 101056 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 120780
/proc/meminfo: memFree=111593868/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2142652 memory=119464 CPUtime=3152.82 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2057759 0 0 0 314361 921 0 0 20 0 1 0 140325942 2194075648 29866 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535663 29866 1760 343 0 532727 0
Current children cumulated CPU time: 3152.82 s
Current children cumulated vsize: 2142652 KiB
Current children cumulated memory: 119464 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 120793
/proc/meminfo: memFree=111564528/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2142652 memory=125608 CPUtime=3212.66 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2069386 0 0 0 320337 929 0 0 20 0 1 0 140325942 2194075648 31402 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535663 31402 1760 343 0 532727 0
Current children cumulated CPU time: 3212.66 s
Current children cumulated vsize: 2142652 KiB
Current children cumulated memory: 125608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 120795
/proc/meminfo: memFree=111604728/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2094692 memory=94844 CPUtime=3272.5 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2081334 0 0 0 326315 935 0 0 20 0 1 0 140325942 2144964608 23711 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 523673 23711 1760 343 0 520737 0
Current children cumulated CPU time: 3272.5 s
Current children cumulated vsize: 2094692 KiB
Current children cumulated memory: 94844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.08 4.09 5/262 120797
/proc/meminfo: memFree=111590480/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=133268 CPUtime=3332.35 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2090062 0 0 0 332294 941 0 0 20 0 1 0 140325942 2195296256 33317 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 33317 1760 343 0 533025 0
Current children cumulated CPU time: 3332.35 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 133268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/262 120800
/proc/meminfo: memFree=111646468/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=104368 CPUtime=3392.19 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2102830 0 0 0 338269 950 0 0 20 0 1 0 140325942 2195296256 26092 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 26092 1760 343 0 533025 0
Current children cumulated CPU time: 3392.19 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 104368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 120810
/proc/meminfo: memFree=111546016/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=122800 CPUtime=3452.02 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2145753 0 0 0 344228 974 0 0 20 0 1 0 140325942 2195296256 30700 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 30700 1760 343 0 533025 0
Current children cumulated CPU time: 3452.02 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 122800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 120812
/proc/meminfo: memFree=111612148/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=124848 CPUtime=3511.86 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2195131 0 0 0 350182 1004 0 0 20 0 1 0 140325942 2195296256 31212 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 31212 1760 343 0 533025 0
Current children cumulated CPU time: 3511.86 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 124848 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 120815
/proc/meminfo: memFree=111575956/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=124848 CPUtime=3571.7 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2236653 0 0 0 356141 1029 0 0 20 0 1 0 140325942 2195296256 31212 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 31212 1760 343 0 533025 0
Current children cumulated CPU time: 3571.7 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 124848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.09 4.08 4.09 5/265 120815
/proc/meminfo: memFree=111577948/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=126896 CPUtime=3600.02 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2254465 0 0 0 358962 1040 0 0 20 0 1 0 140325942 2195296256 31724 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 31724 1760 343 0 533025 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 126896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.62 s, system=10.4108 s

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

[startup+3610.7 s]
/proc/loadavg: 4.09 4.08 4.09 5/265 120815
/proc/meminfo: memFree=111577948/131250000 swapFree=33008356/33010684
[pid=120450] ppid=120447 vsize=2143844 memory=126896 CPUtime=3600.02 cores=0,2
/proc/120450/stat : 120450 (pb_picat) R 120447 120450 119920 0 -1 4194304 2254465 0 0 0 358962 1040 0 0 20 0 1 0 140325942 2195296256 31724 18446744073709551615 94599048138752 94599049540333 140723424534480 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94599049811760 94599051686000 94599078178816 140723424536988 140723424537064 140723424537064 140723424542668 0
/proc/120450/statm: 535961 31724 1760 343 0 533025 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2143844 KiB
Current children cumulated memory: 126896 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.7
CPU time (s): 3600.03
CPU user time (s): 3589.62
CPU system time (s): 10.4108
CPU usage (%): 99.7045
Max. virtual memory (cumulated for all children) (KiB): 2209380
Max. memory (cumulated for all children) (KiB): 169904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.62
system time used= 10.4108
maximum resident set size= 169904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2254465
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= 79
involuntary context switches= 4649


# summary of solver processes directly reported to runsolver:
#   pid: 120450
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3589.62
#   total CPU system time (s): 10.4108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35951 second user time and 14.9081 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-11 17:08:14
IDJOB=4528135
IDBENCH=167132
IDSOLVER=3385
FILE ID=nodeC014/4528135-1752246493
RUNJOBID= nodeC014-1752245528-119930
SLURM_JOB_ID= 9682574
Free space on /tmp= 430504 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528135-1752246493/watcher-4528135-1752246493 -o /tmp/evaluation-result-4528135-1752246493/solver-4528135-1752246493 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1752245528-119930 --watchdog 3760  pb_picat HOME/instance-4528135-1752246493.opb

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=1748971283

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		: 3702.705
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.176
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.145
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		: 3600.369
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.124
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.121
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		: 3624.902
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		: 3600.372
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:        111688472 kB
MemAvailable:   129126912 kB
Buffers:             696 kB
Cached:         18188532 kB
SwapCached:         1628 kB
Active:          1013228 kB
Inactive:       17818280 kB
Active(anon):     635864 kB
Inactive(anon):    31012 kB
Active(file):     377364 kB
Inactive(file): 17787268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3608 kB
Writeback:             0 kB
AnonPages:        640864 kB
Mapped:           115592 kB
Shmem:             24596 kB
KReclaimable:     226096 kB
Slab:             320140 kB
SReclaimable:     226096 kB
SUnreclaim:        94044 kB
KernelStack:        4240 kB
PageTables:         4356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6936156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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= 430496 MiB
End job on nodeC014 at 2025-07-11 18:08:24