Trace number 4528811

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 NameAnswerobjective functionCPU timeWall clock time
pb_picat 2025-07-11? (TO) 3600.02 3610.4

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern45-23.opb
MD5SUMaf7e878fffd6da85a395ada1cd1e9cec
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21362
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
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 constraint-1
Maximum length of a constraint0
Number of terms in the objective function 10776
Biggest coefficient in the objective function 6842
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1529132
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6842
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1529132
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)10731
Sum of products size (including duplicates)34701
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c solving HOME/instance-4528811-1752245709.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 (61989 MiB free)
  memory of node 1: 64465 MiB (55811 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528811-1752245709/watcher-4528811-1752245709 -o /tmp/evaluation-result-4528811-1752245709/solver-4528811-1752245709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752245708-170430 --watchdog 3760 pb_picat HOME/instance-4528811-1752245709.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=170479, runsolver pid=170468
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=120550516/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2027148 memory=50524 CPUtime=0.09 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 984 0 0 0 8 1 0 0 20 0 1 0 140249630 2075799552 12631 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 506787 12631 1600 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 50524 KiB

[startup+0.205692 s]*
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=120493172/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2034964 memory=67572 CPUtime=0.19 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 1158 0 0 0 18 1 0 0 20 0 1 0 140249630 2083803136 16893 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 508741 16893 1600 343 0 505805 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2034964 KiB
Current children cumulated memory: 67572 KiB

[startup+0.305644 s]*
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=120472692/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2034964 memory=67572 CPUtime=0.29 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 1158 0 0 0 28 1 0 0 20 0 1 0 140249630 2083803136 16893 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 508741 16893 1600 343 0 505805 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2034964 KiB
Current children cumulated memory: 67572 KiB

[startup+0.700171 s]
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=120439912/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2034964 memory=76020 CPUtime=0.68 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 1166 0 0 0 67 1 0 0 20 0 1 0 140249630 2083803136 19005 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 508741 19005 1664 343 0 505805 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2034964 KiB
Current children cumulated memory: 76020 KiB

[startup+1.50018 s]
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=120322076/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2075352 memory=118712 CPUtime=1.48 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 8290 0 0 0 144 4 0 0 20 0 1 0 140249630 2125160448 29678 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 518838 29678 1728 343 0 515902 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2075352 KiB
Current children cumulated memory: 118712 KiB

[startup+3.10544 s]
/proc/loadavg: 2.20 3.63 3.93 6/266 170489
/proc/meminfo: memFree=119901476/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2092128 memory=126992 CPUtime=3.08 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 9360 0 0 0 304 4 0 0 20 0 1 0 140249630 2142339072 31748 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 523032 31748 1728 343 0 520096 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2092128 KiB
Current children cumulated memory: 126992 KiB

[startup+6.30016 s]
/proc/loadavg: 2.35 3.64 3.93 6/267 170491
/proc/meminfo: memFree=119785856/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2093596 memory=133296 CPUtime=6.27 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 12059 0 0 0 622 5 0 0 20 0 1 0 140249630 2143842304 33324 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 523399 33324 1728 343 0 520463 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2093596 KiB
Current children cumulated memory: 133296 KiB

[startup+12.7001 s]
/proc/loadavg: 2.48 3.65 3.93 6/267 170491
/proc/meminfo: memFree=119780400/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2078060 memory=127676 CPUtime=12.65 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 16667 0 0 0 1259 6 0 0 20 0 1 0 140249630 2127933440 31919 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 519515 31919 1728 343 0 516579 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2078060 KiB
Current children cumulated memory: 127676 KiB

[startup+25.5002 s]
/proc/loadavg: 2.89 3.68 3.93 6/267 170491
/proc/meminfo: memFree=119770004/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2096560 memory=134212 CPUtime=25.41 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 19388 0 0 0 2534 7 0 0 20 0 1 0 140249630 2146877440 33553 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 524140 33553 1728 343 0 521204 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2096560 KiB
Current children cumulated memory: 134212 KiB

[startup+51.1056 s]
/proc/loadavg: 3.27 3.71 3.94 6/267 170491
/proc/meminfo: memFree=119695716/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=138084 CPUtime=50.95 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 25314 0 0 0 5086 9 0 0 20 0 1 0 140249630 2164150272 34521 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 34521 1728 343 0 525421 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 138084 KiB

[startup+102.3 s]
/proc/loadavg: 3.72 3.77 3.95 6/268 170494
/proc/meminfo: memFree=119679612/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=142180 CPUtime=101.99 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 30672 0 0 0 10189 10 0 0 20 0 1 0 140249630 2164150272 35545 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 35545 1728 343 0 525421 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 142180 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.84 3.96 6/267 170496
/proc/meminfo: memFree=119665876/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=146276 CPUtime=161.82 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 32465 0 0 0 16171 11 0 0 20 0 1 0 140249630 2164150272 36569 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 36569 1728 343 0 525421 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 146276 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.89 3.98 6/266 170498
/proc/meminfo: memFree=119685652/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=148324 CPUtime=221.65 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 36284 0 0 0 22152 13 0 0 20 0 1 0 140249630 2164150272 37081 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 37081 1728 343 0 525421 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 148324 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.93 3.99 6/264 170500
/proc/meminfo: memFree=119634600/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=152420 CPUtime=281.49 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 40098 0 0 0 28134 15 0 0 20 0 1 0 140249630 2164150272 38105 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 38105 1728 343 0 525421 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 152420 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.97 4.00 6/264 170503
/proc/meminfo: memFree=119645260/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=152420 CPUtime=341.32 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 44061 0 0 0 34115 17 0 0 20 0 1 0 140249630 2164150272 38105 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 38105 1728 343 0 525421 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 152420 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.00 4.00 6/264 170516
/proc/meminfo: memFree=119697960/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=140136 CPUtime=401.14 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 45602 0 0 0 40096 18 0 0 20 0 1 0 140249630 2164150272 35034 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 35034 1728 343 0 525421 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 2113428 KiB
Current children cumulated memory: 140136 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.01 4.00 6/264 170518
/proc/meminfo: memFree=119642216/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2113428 memory=142184 CPUtime=460.97 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 48922 0 0 0 46076 21 0 0 20 0 1 0 140249630 2164150272 35546 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528357 35546 1728 343 0 525421 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 168196 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.08 6/263 170630
/proc/meminfo: memFree=119492928/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2148652 memory=176388 CPUtime=2854.04 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 178873 0 0 0 285312 92 0 0 20 0 1 0 140249630 2200219648 44097 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 537163 44097 1728 343 0 534227 0
Current children cumulated CPU time: 2854.04 s
Current children cumulated vsize: 2148652 KiB
Current children cumulated memory: 176388 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.11 4.08 6/264 170633
/proc/meminfo: memFree=119443108/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2115884 memory=170244 CPUtime=2913.87 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 180822 0 0 0 291294 93 0 0 20 0 1 0 140249630 2166665216 42561 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528971 42561 1728 343 0 526035 0
Current children cumulated CPU time: 2913.87 s
Current children cumulated vsize: 2115884 KiB
Current children cumulated memory: 170244 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.12 4.08 6/263 170637
/proc/meminfo: memFree=119452688/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2115884 memory=157956 CPUtime=2973.68 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 185613 0 0 0 297273 95 0 0 20 0 1 0 140249630 2166665216 39489 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 528971 39489 1728 343 0 526035 0
Current children cumulated CPU time: 2973.68 s
Current children cumulated vsize: 2115884 KiB
Current children cumulated memory: 157956 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.13 4.09 6/264 170644
/proc/meminfo: memFree=119443388/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2121208 memory=166192 CPUtime=3033.52 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 188660 0 0 0 303254 98 0 0 20 0 1 0 140249630 2172116992 41548 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 530302 41548 1728 343 0 527366 0
Current children cumulated CPU time: 3033.52 s
Current children cumulated vsize: 2121208 KiB
Current children cumulated memory: 166192 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.12 4.09 6/265 170647
/proc/meminfo: memFree=119433356/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2121208 memory=170288 CPUtime=3093.35 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 191723 0 0 0 309236 99 0 0 20 0 1 0 140249630 2172116992 42572 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 530302 42572 1728 343 0 527366 0
Current children cumulated CPU time: 3093.35 s
Current children cumulated vsize: 2121208 KiB
Current children cumulated memory: 170288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.12 4.09 6/265 170649
/proc/meminfo: memFree=119430500/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=175436 CPUtime=3153.18 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 196705 0 0 0 315215 103 0 0 20 0 1 0 140249630 2205671424 43859 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 43859 1728 343 0 535558 0
Current children cumulated CPU time: 3153.18 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 175436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.09 6/265 170651
/proc/meminfo: memFree=119467456/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=175436 CPUtime=3213.01 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 199768 0 0 0 321197 104 0 0 20 0 1 0 140249630 2205671424 43859 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 43859 1728 343 0 535558 0
Current children cumulated CPU time: 3213.01 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 175436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/264 170653
/proc/meminfo: memFree=119435440/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=175436 CPUtime=3272.84 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 200694 0 0 0 327179 105 0 0 20 0 1 0 140249630 2205671424 43859 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 43859 1728 343 0 535558 0
Current children cumulated CPU time: 3272.84 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 175436 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/263 170655
/proc/meminfo: memFree=119401256/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=179532 CPUtime=3332.67 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 203591 0 0 0 333161 106 0 0 20 0 1 0 140249630 2205671424 44883 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 44883 1728 343 0 535558 0
Current children cumulated CPU time: 3332.67 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 179532 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/262 170657
/proc/meminfo: memFree=119462288/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=175436 CPUtime=3392.5 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 204349 0 0 0 339143 107 0 0 20 0 1 0 140249630 2205671424 43859 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 43859 1728 343 0 535558 0
Current children cumulated CPU time: 3392.5 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 175436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/262 170659
/proc/meminfo: memFree=119406964/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=177484 CPUtime=3452.32 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 208555 0 0 0 345123 109 0 0 20 0 1 0 140249630 2205671424 44371 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 44371 1728 343 0 535558 0
Current children cumulated CPU time: 3452.32 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 177484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 6/262 170661
/proc/meminfo: memFree=119401556/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=185676 CPUtime=3512.15 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 211170 0 0 0 351104 111 0 0 20 0 1 0 140249630 2205671424 46419 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 46419 1728 343 0 535558 0
Current children cumulated CPU time: 3512.15 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 185676 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/264 170667
/proc/meminfo: memFree=119431036/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=183628 CPUtime=3571.98 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 213830 0 0 0 357086 112 0 0 20 0 1 0 140249630 2205671424 45907 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 45907 1728 343 0 535558 0
Current children cumulated CPU time: 3571.98 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 183628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.12 4.12 4.09 6/265 170673
/proc/meminfo: memFree=119414912/131249992 swapFree=33010160/33010684
[pid=170479] ppid=170468 vsize=2153976 memory=175436 CPUtime=3600.01 cores=0,2
/proc/170479/stat : 170479 (pb_picat) R 170468 170479 170420 0 -1 4194304 215613 0 0 0 359888 113 0 0 20 0 1 0 140249630 2205671424 43859 18446744073709551615 94290480889856 94290482291437 140733123943312 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 94290482562864 94290484437104 94290495897600 140733123951004 140733123951080 140733123951080 140733123956684 0
/proc/170479/statm: 538494 43859 1728 343 0 535558 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2153976 KiB
Current children cumulated memory: 175436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.13461 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): 3610.4
CPU time (s): 3600.02
CPU user time (s): 3598.88
CPU system time (s): 1.13461
CPU usage (%): 99.7124
Max. virtual memory (cumulated for all children) (KiB): 2186744
Max. memory (cumulated for all children) (KiB): 193868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.13461
maximum resident set size= 193868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215613
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= 87
involuntary context switches= 4599


# summary of solver processes directly reported to runsolver:
#   pid: 170479
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.13461

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20235 second user time and 15.6694 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-11 16:55:09
IDJOB=4528811
IDBENCH=160517
IDSOLVER=3385
FILE ID=nodeC025/4528811-1752245709
RUNJOBID= nodeC025-1752245708-170430
SLURM_JOB_ID= 9682581
Free space on /tmp= 432980 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-23.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528811-1752245709/watcher-4528811-1752245709 -o /tmp/evaluation-result-4528811-1752245709/solver-4528811-1752245709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1752245708-170430 --watchdog 3760  pb_picat HOME/instance-4528811-1752245709.opb

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

MD5SUM BENCH= af7e878fffd6da85a395ada1cd1e9cec
RANDOM SEED=548352123

nodeC025 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.696
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.67
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.812
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.67
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		: 3599.831
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.67
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.370
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.67
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.441
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.67
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.791
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.67
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.832
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.67
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.089
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120620372 kB
MemAvailable:   129661388 kB
Buffers:            2128 kB
Cached:          9783552 kB
SwapCached:          200 kB
Active:           435068 kB
Inactive:        9426028 kB
Active(anon):      76212 kB
Inactive(anon):    17060 kB
Active(file):     358856 kB
Inactive(file):  9408968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13932 kB
Writeback:             0 kB
AnonPages:         78268 kB
Mapped:           104248 kB
Shmem:             17856 kB
KReclaimable:     224860 kB
Slab:             319096 kB
SReclaimable:     224860 kB
SUnreclaim:        94236 kB
KernelStack:        4056 kB
PageTables:         2416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC025 at 2025-07-11 17:55:19