Trace number 4514911

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.08 3609.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
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 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
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-4514911-1751230189.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 (63171 MiB free)
  memory of node 1: 64465 MiB (63871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514911-1751230189/watcher-4514911-1751230189 -o /tmp/evaluation-result-4514911-1751230189/solver-4514911-1751230189 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751230189-30302 --watchdog 3760 pb_picat HOME/instance-4514911-1751230189.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=30355, runsolver pid=30343

[startup+0.10006 s]*
/proc/loadavg: 0.53 1.17 2.20 5/265 30360
/proc/meminfo: memFree=130025836/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2028676 memory=34352 CPUtime=0.08 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1532 0 0 0 8 0 0 0 20 0 1 0 38697531 2077364224 8588 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 507169 8588 1664 343 0 504233 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 2028676 KiB
Current children cumulated memory: 34352 KiB

[startup+0.205018 s]*
/proc/loadavg: 0.53 1.17 2.20 4/263 30368
/proc/meminfo: memFree=130001012/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2033004 memory=37664 CPUtime=0.19 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 3355 0 0 0 18 1 0 0 20 0 1 0 38697531 2081796096 9416 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 508251 9416 1696 343 0 505315 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2033004 KiB
Current children cumulated memory: 37664 KiB

[startup+0.304495 s]*
/proc/loadavg: 0.53 1.17 2.20 4/263 30368
/proc/meminfo: memFree=129980028/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2035052 memory=38432 CPUtime=0.29 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 3565 0 0 0 28 1 0 0 20 0 1 0 38697531 2083893248 9608 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 508763 9608 1696 343 0 505827 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2035052 KiB
Current children cumulated memory: 38432 KiB

[startup+0.700127 s]
/proc/loadavg: 0.53 1.17 2.20 3/261 30368
/proc/meminfo: memFree=129939044/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2034760 memory=38364 CPUtime=0.68 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 4781 0 0 0 67 1 0 0 20 0 1 0 38697531 2083594240 9591 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 508690 9591 1696 343 0 505754 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2034760 KiB
Current children cumulated memory: 38364 KiB

[startup+1.50012 s]
/proc/loadavg: 0.53 1.17 2.20 3/259 30376
/proc/meminfo: memFree=129870244/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2034760 memory=38364 CPUtime=1.48 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 7018 0 0 0 147 1 0 0 20 0 1 0 38697531 2083594240 9591 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 508690 9591 1696 343 0 505754 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2034760 KiB
Current children cumulated memory: 38364 KiB

[startup+3.10545 s]
/proc/loadavg: 0.89 1.23 2.21 5/264 30440
/proc/meminfo: memFree=129143348/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2035152 memory=39908 CPUtime=3.08 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 10481 0 0 0 306 2 0 0 20 0 1 0 38697531 2083995648 9977 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 508788 9977 1696 343 0 505852 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2035152 KiB
Current children cumulated memory: 39908 KiB

[startup+6.30012 s]
/proc/loadavg: 0.89 1.23 2.21 6/267 30450
/proc/meminfo: memFree=128696932/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2037636 memory=42036 CPUtime=6.26 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 17495 0 0 0 623 3 0 0 20 0 1 0 38697531 2086539264 10509 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 509409 10509 1696 343 0 506473 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2037636 KiB
Current children cumulated memory: 42036 KiB

[startup+12.7001 s]
/proc/loadavg: 1.14 1.28 2.22 6/267 30450
/proc/meminfo: memFree=128159264/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2037636 memory=42948 CPUtime=12.64 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 33076 0 0 0 1258 6 0 0 20 0 1 0 38697531 2086539264 10737 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 509409 10737 1696 343 0 506473 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2037636 KiB
Current children cumulated memory: 42948 KiB

[startup+25.5002 s]
/proc/loadavg: 1.84 1.43 2.26 6/267 30451
/proc/meminfo: memFree=126697872/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2042512 memory=47972 CPUtime=25.42 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 53904 0 0 0 2530 12 0 0 20 0 1 0 38697531 2091532288 11993 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 510628 11993 1696 343 0 507692 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2042512 KiB
Current children cumulated memory: 47972 KiB

[startup+51.1045 s]
/proc/loadavg: 2.66 1.65 2.31 6/267 30496
/proc/meminfo: memFree=126335352/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2047200 memory=50248 CPUtime=50.95 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 93235 0 0 0 5074 21 0 0 20 0 1 0 38697531 2096332800 12562 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 511800 12562 1696 343 0 508864 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2047200 KiB
Current children cumulated memory: 50248 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 2.03 2.41 6/267 30497
/proc/meminfo: memFree=125865980/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2047200 memory=53180 CPUtime=102.01 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 164945 0 0 0 10161 40 0 0 20 0 1 0 38697531 2096332800 13295 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 511800 13295 1696 343 0 508864 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2047200 KiB
Current children cumulated memory: 53180 KiB

[startup+162.3 s]
/proc/loadavg: 3.82 2.39 2.51 6/267 30499
/proc/meminfo: memFree=125495068/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2047200 memory=53308 CPUtime=161.84 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 246208 0 0 0 16125 59 0 0 20 0 1 0 38697531 2096332800 13327 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 511800 13327 1696 343 0 508864 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2047200 KiB
Current children cumulated memory: 53308 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.72 2.62 6/267 30501
/proc/meminfo: memFree=125356280/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2055376 memory=56496 CPUtime=221.68 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 326688 0 0 0 22085 83 0 0 20 0 1 0 38697531 2104705024 14124 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 513844 14124 1696 343 0 510908 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 2055376 KiB
Current children cumulated memory: 56496 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.97 2.71 6/267 30503
/proc/meminfo: memFree=125319312/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2056124 memory=60140 CPUtime=281.51 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 403543 0 0 0 28046 105 0 0 20 0 1 0 38697531 2105470976 15035 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 514031 15035 1696 343 0 511095 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 2056124 KiB
Current children cumulated memory: 60140 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.18 2.80 6/266 30506
/proc/meminfo: memFree=125256464/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2056124 memory=57932 CPUtime=341.34 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 471274 0 0 0 34007 127 0 0 20 0 1 0 38697531 2105470976 14483 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 514031 14483 1696 343 0 511095 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 2056124 KiB
Current children cumulated memory: 57932 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.34 2.88 6/265 30509
/proc/meminfo: memFree=125232228/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2043068 memory=52360 CPUtime=401.18 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 525718 0 0 0 39974 144 0 0 20 0 1 0 38697531 2092101632 13090 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 510767 13090 1696 343 0 507831 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 2043068 KiB
Current children cumulated memory: 52360 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.48 2.96 6/265 30514
/proc/meminfo: memFree=125192248/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2057772 memory=55672 CPUtime=461 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 573568 0 0 0 45941 159 0 0 20 0 1 0 38697531 2107158528 13918 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 514443 13918 1696 343 0 511507 0
Current children cumulated CPU time: 461 s

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

Current children cumulated memory: 100784 KiB

[startup+2922.3 s]
/proc/loadavg: 4.31 4.16 4.05 6/265 30665
/proc/meminfo: memFree=121803620/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2104012 memory=100684 CPUtime=2914.39 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1748057 0 0 0 290801 638 0 0 20 0 1 0 38697531 2154508288 25171 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 526003 25171 1696 343 0 523067 0
Current children cumulated CPU time: 2914.39 s
Current children cumulated vsize: 2104012 KiB
Current children cumulated memory: 100684 KiB

[startup+2982.3 s]
/proc/loadavg: 4.26 4.18 4.06 6/265 30668
/proc/meminfo: memFree=121681036/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2136780 memory=115684 CPUtime=2974.25 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1766606 0 0 0 296776 649 0 0 20 0 1 0 38697531 2188062720 28921 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 534195 28921 1696 343 0 531259 0
Current children cumulated CPU time: 2974.25 s
Current children cumulated vsize: 2136780 KiB
Current children cumulated memory: 115684 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.16 4.06 6/265 30670
/proc/meminfo: memFree=121867120/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2087628 memory=87384 CPUtime=3034.1 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1787818 0 0 0 302750 660 0 0 20 0 1 0 38697531 2137731072 21846 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 521907 21846 1696 343 0 518971 0
Current children cumulated CPU time: 3034.1 s
Current children cumulated vsize: 2087628 KiB
Current children cumulated memory: 87384 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.15 4.06 6/265 30676
/proc/meminfo: memFree=121625648/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2120396 memory=108876 CPUtime=3093.95 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1805437 0 0 0 308725 670 0 0 20 0 1 0 38697531 2171285504 27219 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 530099 27219 1696 343 0 527163 0
Current children cumulated CPU time: 3093.95 s
Current children cumulated vsize: 2120396 KiB
Current children cumulated memory: 108876 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.15 4.07 6/265 30679
/proc/meminfo: memFree=121792744/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2087628 memory=94540 CPUtime=3153.8 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1825351 0 0 0 314700 680 0 0 20 0 1 0 38697531 2137731072 23635 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 521907 23635 1696 343 0 518971 0
Current children cumulated CPU time: 3153.8 s
Current children cumulated vsize: 2087628 KiB
Current children cumulated memory: 94540 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.12 4.06 6/265 30681
/proc/meminfo: memFree=121671168/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2104012 memory=100684 CPUtime=3213.65 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1853010 0 0 0 320675 690 0 0 20 0 1 0 38697531 2154508288 25171 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 526003 25171 1696 343 0 523067 0
Current children cumulated CPU time: 3213.65 s
Current children cumulated vsize: 2104012 KiB
Current children cumulated memory: 100684 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.07 6/265 30683
/proc/meminfo: memFree=121854044/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2087628 memory=96588 CPUtime=3273.49 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1882060 0 0 0 326648 701 0 0 20 0 1 0 38697531 2137731072 24147 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 521907 24147 1696 343 0 518971 0
Current children cumulated CPU time: 3273.49 s
Current children cumulated vsize: 2087628 KiB
Current children cumulated memory: 96588 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.07 6/266 30687
/proc/meminfo: memFree=121884544/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2087628 memory=76440 CPUtime=3333.34 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1905504 0 0 0 332623 711 0 0 20 0 1 0 38697531 2137731072 19110 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 521907 19110 1696 343 0 518971 0
Current children cumulated CPU time: 3333.34 s
Current children cumulated vsize: 2087628 KiB
Current children cumulated memory: 76440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.07 6/266 30689
/proc/meminfo: memFree=121847084/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2087628 memory=96588 CPUtime=3393.19 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1922064 0 0 0 338599 720 0 0 20 0 1 0 38697531 2137731072 24147 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 521907 24147 1696 343 0 518971 0
Current children cumulated CPU time: 3393.19 s
Current children cumulated vsize: 2087628 KiB
Current children cumulated memory: 96588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.08 6/264 30693
/proc/meminfo: memFree=121839068/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2120396 memory=104300 CPUtime=3453.05 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1937430 0 0 0 344575 730 0 0 20 0 1 0 38697531 2171285504 26075 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 530099 26075 1696 343 0 527163 0
Current children cumulated CPU time: 3453.05 s
Current children cumulated vsize: 2120396 KiB
Current children cumulated memory: 104300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.08 6/264 30695
/proc/meminfo: memFree=121872492/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2079436 memory=72856 CPUtime=3512.89 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1954055 0 0 0 350551 738 0 0 20 0 1 0 38697531 2129342464 18214 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 519859 18214 1696 343 0 516923 0
Current children cumulated CPU time: 3512.89 s
Current children cumulated vsize: 2079436 KiB
Current children cumulated memory: 72856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.08 6/264 30697
/proc/meminfo: memFree=121848016/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2071244 memory=80408 CPUtime=3572.74 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1969825 0 0 0 356528 746 0 0 20 0 1 0 38697531 2120953856 20102 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 517811 20102 1696 343 0 514875 0
Current children cumulated CPU time: 3572.74 s
Current children cumulated vsize: 2071244 KiB
Current children cumulated memory: 80408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.09 4.11 4.08 6/264 30698
/proc/meminfo: memFree=121827012/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2120396 memory=98400 CPUtime=3600.07 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1978158 0 0 0 359258 749 0 0 20 0 1 0 38697531 2171285504 24600 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 530099 24600 1696 343 0 527163 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2120396 KiB
Current children cumulated memory: 98400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.59 s, system=7.49399 s

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

[startup+3609.7 s]
/proc/loadavg: 4.09 4.11 4.08 6/264 30698
/proc/meminfo: memFree=121827012/131249996 swapFree=33010684/33010684
[pid=30355] ppid=30343 vsize=2120396 memory=98400 CPUtime=3600.07 cores=1,3
/proc/30355/stat : 30355 (pb_picat) R 30343 30355 30285 0 -1 4194304 1978158 0 0 0 359258 749 0 0 20 0 1 0 38697531 2171285504 24600 18446744073709551615 93988815310848 93988816712429 140727588294544 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 93988816983856 93988818858160 93988844638208 140727588297118 140727588297194 140727588297194 140727588302796 0
/proc/30355/statm: 530099 24600 1696 343 0 527163 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 2120396 KiB
Current children cumulated memory: 98400 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.7
CPU time (s): 3600.08
CPU user time (s): 3592.59
CPU system time (s): 7.49399
CPU usage (%): 99.7335
Max. virtual memory (cumulated for all children) (KiB): 2202316
Max. memory (cumulated for all children) (KiB): 176460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.59
system time used= 7.49399
maximum resident set size= 176460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1978158
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= 76
involuntary context switches= 4509


# summary of solver processes directly reported to runsolver:
#   pid: 30355
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3592.59
#   total CPU system time (s): 7.49399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29449 second user time and 13.2316 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 22:49:49
IDJOB=4514911
IDBENCH=163980
IDSOLVER=3346
FILE ID=nodeC032/4514911-1751230189
RUNJOBID= nodeC032-1751230189-30302
SLURM_JOB_ID= 9587700
Free space on /tmp= 432068 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514911-1751230189/watcher-4514911-1751230189 -o /tmp/evaluation-result-4514911-1751230189/solver-4514911-1751230189 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751230189-30302 --watchdog 3760  pb_picat HOME/instance-4514911-1751230189.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1060482409

nodeC032 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.660
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.69
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		: 3598.240
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.69
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		: 3569.900
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.69
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		: 3599.842
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.69
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.070
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.69
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.841
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.851
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.69
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.822
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130100908 kB
MemAvailable:   129788008 kB
Buffers:            3280 kB
Cached:           497176 kB
SwapCached:            0 kB
Active:           319228 kB
Inactive:         244000 kB
Active(anon):      80840 kB
Inactive(anon):        0 kB
Active(file):     238388 kB
Inactive(file):   244000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13932 kB
Writeback:             0 kB
AnonPages:         65936 kB
Mapped:           101980 kB
Shmem:             18068 kB
KReclaimable:      87900 kB
Slab:             172580 kB
SReclaimable:      87900 kB
SUnreclaim:        84680 kB
KernelStack:        4120 kB
PageTables:         2824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 431620 MiB
End job on nodeC032 at 2025-06-29 23:49:59