Trace number 4500727

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
Picat 2025-06-16? (TO) 3600.07 3609.9

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/
misc2010/datasets/9orless/normalized-kfilereplace.cudf.trendy.opb
MD5SUMa59502de7bf6e4011de47449968e9ccd
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2624366011833
Best CPU time to get the best result obtained on this benchmark1.15593
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c solving HOME/instance-4500727-1751401719.opb (Picat 3.9b6)
1.18/1.24	o 7398566764780
10.07/10.13	o 2783102662286
30.71/30.88	o 2641835344708
48.77/48.93	o 2629586520119
55.95/56.14	o 2625620409847
69.71/69.99	o 2624734952689
75.70/76.00	o 2624439800251
90.56/90.86	o 2624366012239

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4500727-1751401719/watcher-4500727-1751401719 -o /tmp/evaluation-result-4500727-1751401719/solver-4500727-1751401719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751393420-59619 --watchdog 3760 pb_picat HOME/instance-4500727-1751401719.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=61990, runsolver pid=61987

[startup+0.100066 s]*
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128239468/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2027148 memory=38680 CPUtime=0.09 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 1153 0 0 0 9 0 0 0 20 0 1 0 55852176 2075799552 9670 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 506787 9670 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38680 KiB

[startup+0.205734 s]*
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128239720/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2027148 memory=57152 CPUtime=0.2 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 1172 0 0 0 19 1 0 0 20 0 1 0 55852176 2075799552 14288 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 506787 14288 1536 343 0 503851 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 57152 KiB

[startup+0.305573 s]*
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128227432/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2027148 memory=77652 CPUtime=0.3 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 1186 0 0 0 29 1 0 0 20 0 1 0 55852176 2075799552 19413 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 506787 19413 1536 343 0 503851 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 77652 KiB

[startup+0.700209 s]
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128190568/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2027148 memory=145452 CPUtime=0.68 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 1244 0 0 0 66 2 0 0 20 0 1 0 55852176 2075799552 36363 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 506787 36363 1568 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 145452 KiB

[startup+1.50019 s]
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128108396/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2080680 memory=246976 CPUtime=1.48 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 11135 0 0 0 143 5 0 0 20 0 1 0 55852176 2130616320 61744 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520170 61744 1696 343 0 517234 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2080680 KiB
Current children cumulated memory: 246976 KiB

[startup+3.10542 s]
/proc/loadavg: 4.09 4.12 4.10 5/266 61991
/proc/meminfo: memFree=128040972/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090920 memory=265644 CPUtime=3.08 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 11706 0 0 0 302 6 0 0 20 0 1 0 55852176 2141102080 66411 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522730 66411 1696 343 0 519794 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2090920 KiB
Current children cumulated memory: 265644 KiB

[startup+6.30015 s]
/proc/loadavg: 4.08 4.11 4.10 5/266 61991
/proc/meminfo: memFree=128032908/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090920 memory=265644 CPUtime=6.27 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 11714 0 0 0 621 6 0 0 20 0 1 0 55852176 2141102080 66411 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522730 66411 1696 343 0 519794 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2090920 KiB
Current children cumulated memory: 265644 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.11 4.10 5/266 61991
/proc/meminfo: memFree=128037620/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2081452 memory=251308 CPUtime=12.65 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 18140 0 0 0 1257 8 0 0 20 0 1 0 55852176 2131406848 62827 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520363 62827 1696 343 0 517427 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2081452 KiB
Current children cumulated memory: 251308 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.11 5/266 61991
/proc/meminfo: memFree=128010652/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2081452 memory=253356 CPUtime=25.42 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 32272 0 0 0 2530 12 0 0 20 0 1 0 55852176 2131406848 63339 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520363 63339 1696 343 0 517427 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2081452 KiB
Current children cumulated memory: 253356 KiB

[startup+51.1056 s]
/proc/loadavg: 4.24 4.14 4.11 5/264 61991
/proc/meminfo: memFree=128058272/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2081452 memory=255404 CPUtime=50.96 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 49798 0 0 0 5077 19 0 0 20 0 1 0 55852176 2131406848 63851 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520363 63851 1696 343 0 517427 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2081452 KiB
Current children cumulated memory: 255404 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 4.20 4.13 5/263 61993
/proc/meminfo: memFree=128065672/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2082348 memory=259500 CPUtime=102.03 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 65849 0 0 0 10179 24 0 0 20 0 1 0 55852176 2132324352 64875 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520587 64875 1696 343 0 517651 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2082348 KiB
Current children cumulated memory: 259500 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.17 4.13 5/264 61997
/proc/meminfo: memFree=128017740/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2082348 memory=259500 CPUtime=161.88 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 65860 0 0 0 16164 24 0 0 20 0 1 0 55852176 2132324352 64875 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 520587 64875 1696 343 0 517651 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2082348 KiB
Current children cumulated memory: 259500 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.16 4.12 5/265 62000
/proc/meminfo: memFree=127998376/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090544 memory=266056 CPUtime=221.74 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 73551 0 0 0 22146 28 0 0 20 0 1 0 55852176 2140717056 66514 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522636 66514 1696 343 0 519700 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2090544 KiB
Current children cumulated memory: 266056 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.17 4.13 5/265 62002
/proc/meminfo: memFree=127982332/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090544 memory=267336 CPUtime=281.59 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 82671 0 0 0 28127 32 0 0 20 0 1 0 55852176 2140717056 66834 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522636 66834 1696 343 0 519700 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 2090544 KiB
Current children cumulated memory: 267336 KiB

[startup+342.3 s]
/proc/loadavg: 4.40 4.23 4.15 5/265 62004
/proc/meminfo: memFree=128033944/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2086448 memory=263600 CPUtime=341.44 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 98098 0 0 0 34105 39 0 0 20 0 1 0 55852176 2136522752 65900 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 521612 65900 1696 343 0 518676 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 2086448 KiB
Current children cumulated memory: 263600 KiB

[startup+402.3 s]
/proc/loadavg: 4.26 4.22 4.15 5/264 62010
/proc/meminfo: memFree=128051056/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090544 memory=266312 CPUtime=401.29 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 114157 0 0 0 40083 46 0 0 20 0 1 0 55852176 2140717056 66578 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522636 66578 1696 343 0 519700 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 2090544 KiB
Current children cumulated memory: 266312 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.19 4.14 5/263 62012
/proc/meminfo: memFree=127996236/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2090544 memory=267336 CPUtime=461.14 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 129186 0 0 0 46061 53 0 0 20 0 1 0 55852176 2140717056 66834 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 522636 66834 1696 343 0 519700 0
Current children cumulated CPU time: 461.14 s

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

Current children cumulated memory: 328684 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 62413
/proc/meminfo: memFree=119698688/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2164276 memory=332780 CPUtime=2914.5 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 512101 0 0 0 291154 296 0 0 20 0 1 0 55852176 2216218624 83195 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 541069 83195 1696 343 0 538133 0
Current children cumulated CPU time: 2914.5 s
Current children cumulated vsize: 2164276 KiB
Current children cumulated memory: 332780 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 62415
/proc/meminfo: memFree=119979876/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=295916 CPUtime=2974.33 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 523876 0 0 0 297130 303 0 0 20 0 1 0 55852176 2182664192 73979 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 73979 1696 343 0 529941 0
Current children cumulated CPU time: 2974.33 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 295916 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 62417
/proc/meminfo: memFree=119996200/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=306156 CPUtime=3034.16 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 537343 0 0 0 303105 311 0 0 20 0 1 0 55852176 2182664192 76539 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76539 1696 343 0 529941 0
Current children cumulated CPU time: 3034.16 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 306156 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 62435
/proc/meminfo: memFree=119813136/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2106932 memory=288204 CPUtime=3093.99 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 548160 0 0 0 309083 316 0 0 20 0 1 0 55852176 2157498368 72051 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 526733 72051 1696 343 0 523797 0
Current children cumulated CPU time: 3093.99 s
Current children cumulated vsize: 2106932 KiB
Current children cumulated memory: 288204 KiB

[startup+3162.3 s]
/proc/loadavg: 4.47 4.20 4.12 5/266 62439
/proc/meminfo: memFree=120028660/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2106932 memory=286680 CPUtime=3153.83 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 570056 0 0 0 315057 326 0 0 20 0 1 0 55852176 2157498368 71670 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 526733 71670 1696 343 0 523797 0
Current children cumulated CPU time: 3153.83 s
Current children cumulated vsize: 2106932 KiB
Current children cumulated memory: 286680 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/266 62441
/proc/meminfo: memFree=118460652/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=306412 CPUtime=3213.67 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 579536 0 0 0 321035 332 0 0 20 0 1 0 55852176 2182664192 76603 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76603 1696 343 0 529941 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 306412 KiB

[startup+3282.3 s]
/proc/loadavg: 3.61 4.03 4.07 4/260 62474
/proc/meminfo: memFree=119998972/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=304108 CPUtime=3273.49 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 592317 0 0 0 327008 341 0 0 20 0 1 0 55852176 2182664192 76027 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76027 1696 343 0 529941 0
Current children cumulated CPU time: 3273.49 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 304108 KiB

[startup+3342.3 s]
/proc/loadavg: 3.31 3.87 4.01 4/260 62476
/proc/meminfo: memFree=120324920/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2106932 memory=283628 CPUtime=3333.3 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 603815 0 0 0 332982 348 0 0 20 0 1 0 55852176 2157498368 70907 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 526733 70907 1696 343 0 523797 0
Current children cumulated CPU time: 3333.3 s
Current children cumulated vsize: 2106932 KiB
Current children cumulated memory: 283628 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.72 3.95 4/258 62478
/proc/meminfo: memFree=120164000/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2106932 memory=279372 CPUtime=3393.1 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 616965 0 0 0 338954 356 0 0 20 0 1 0 55852176 2157498368 69843 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 526733 69843 1696 343 0 523797 0
Current children cumulated CPU time: 3393.1 s
Current children cumulated vsize: 2106932 KiB
Current children cumulated memory: 279372 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.62 3.90 4/258 62486
/proc/meminfo: memFree=118864868/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=306156 CPUtime=3452.92 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 630460 0 0 0 344929 363 0 0 20 0 1 0 55852176 2182664192 76539 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76539 1696 343 0 529941 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 306156 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.52 3.84 4/258 62488
/proc/meminfo: memFree=120288388/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=302060 CPUtime=3512.73 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 645287 0 0 0 350902 371 0 0 20 0 1 0 55852176 2182664192 75515 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 75515 1696 343 0 529941 0
Current children cumulated CPU time: 3512.73 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 302060 KiB

[startup+3582.3 s]
/proc/loadavg: 3.16 3.45 3.80 4/259 62491
/proc/meminfo: memFree=120148404/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2164276 memory=310252 CPUtime=3572.55 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 656775 0 0 0 356877 378 0 0 20 0 1 0 55852176 2216218624 77563 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 541069 77563 1696 343 0 538133 0
Current children cumulated CPU time: 3572.55 s
Current children cumulated vsize: 2164276 KiB
Current children cumulated memory: 310252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 3.10 3.42 3.78 4/259 62492
/proc/meminfo: memFree=120138208/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=305684 CPUtime=3600.06 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 661710 0 0 0 359626 380 0 0 20 0 1 0 55852176 2182664192 76421 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76421 1696 343 0 529941 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 305684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=3.80849 s

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

[startup+3609.9 s]
/proc/loadavg: 3.10 3.42 3.78 4/259 62492
/proc/meminfo: memFree=120138208/131250000 swapFree=33010684/33010684
[pid=61990] ppid=61987 vsize=2131508 memory=305684 CPUtime=3600.06 cores=5,7
/proc/61990/stat : 61990 (pb_picat) R 61987 61990 59606 0 -1 4194304 661710 0 0 0 359626 380 0 0 20 0 1 0 55852176 2182664192 76421 18446744073709551615 94229589659648 94229591061229 140730441222096 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94229591332656 94229593206960 94229602451456 140730441226654 140730441226730 140730441226730 140730441232332 0
/proc/61990/statm: 532877 76421 1696 343 0 529941 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2131508 KiB
Current children cumulated memory: 305684 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.9
CPU time (s): 3600.07
CPU user time (s): 3596.26
CPU system time (s): 3.80849
CPU usage (%): 99.7276
Max. virtual memory (cumulated for all children) (KiB): 2229812
Max. memory (cumulated for all children) (KiB): 349164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 3.80849
maximum resident set size= 349164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661710
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= 4320


# summary of solver processes directly reported to runsolver:
#   pid: 61990
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 3.80849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14544 second user time and 15.9809 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 22:28:39
IDJOB=4500727
IDBENCH=150951
IDSOLVER=3346
FILE ID=nodeC013/4500727-1751401719
RUNJOBID= nodeC013-1751393420-59619
SLURM_JOB_ID= 9598258
Free space on /tmp= 432900 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB10/OPT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-kfilereplace.cudf.trendy.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4500727-1751401719/watcher-4500727-1751401719 -o /tmp/evaluation-result-4500727-1751401719/solver-4500727-1751401719 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751393420-59619 --watchdog 3760  pb_picat HOME/instance-4500727-1751401719.opb

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

MD5SUM BENCH= a59502de7bf6e4011de47449968e9ccd
RANDOM SEED=1004759837

nodeC013 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.847
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.838
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		: 3600.148
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		: 3600.240
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		: 3599.867
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		: 3434.788
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		: 3585.767
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		: 3599.649
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:       131250000 kB
MemFree:        128263796 kB
MemAvailable:   128589592 kB
Buffers:            3280 kB
Cached:          1125652 kB
SwapCached:            0 kB
Active:          1451944 kB
Inactive:         880832 kB
Active(anon):    1217140 kB
Inactive(anon):        0 kB
Active(file):     234804 kB
Inactive(file):   880832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:       1201572 kB
Mapped:           110020 kB
Shmem:             13284 kB
KReclaimable:      98396 kB
Slab:             186272 kB
SReclaimable:      98396 kB
SUnreclaim:        87876 kB
KernelStack:        4320 kB
PageTables:         5556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6859328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432896 MiB
End job on nodeC013 at 2025-07-01 23:28:49