Trace number 4436471

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 2024-06-18? (TO) 3600.06 3609.31

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-12.opb
MD5SUM0c5a5feecc6e9ebbd7fc1e1b28678077
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 benchmark54713
Best CPU time to get the best result obtained on this benchmark42.7994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214302
Total number of constraints3483525
Number of constraints which are clauses3483525
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
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-4436471-1721156104.opb (Picat 3.6#12)
33.90/34.05	o 9430210
48.34/48.55	o 5942467
76.58/76.90	o 3960643
105.51/105.85	o 2592421
136.64/137.05	o 1724839
176.55/177.10	o 1147280
208.56/209.18	o 764421
249.37/250.09	o 509411
288.06/288.80	o 323374
332.54/333.43	o 182743
367.77/368.75	o 120150
396.39/397.44	o 80085
470.92/472.15	o 70667
507.91/509.23	o 64871
567.58/569.08	o 60900
603.49/605.01	o 57350
666.92/668.67	o 56028
698.25/700.01	o 55091
776.74/778.78	o 54902
830.11/832.23	o 54774
1632.34/1636.51	o 54746

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: 64059 MiB (59884 MiB free)
  memory of node 1: 64510 MiB (62579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436471-1721156104/watcher-4436471-1721156104 -o /tmp/evaluation-result-4436471-1721156104/solver-4436471-1721156104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721148893-855758 --watchdog 3760 pb_picat HOME/instance-4436471-1721156104.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=859798, runsolver pid=859795
Current StackSize limit: 8192 KiB


[startup+0.100456 s]*
/proc/loadavg: 3.91 4.08 4.12 5/245 859799
/proc/meminfo: memFree=125334972/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=39336 CPUtime=0.09 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 837 0 0 0 9 0 0 0 20 0 1 0 167767247 2082414592 9834 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 9834 1524 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 39336 KiB

[startup+0.205571 s]*
/proc/loadavg: 3.91 4.08 4.12 5/245 859799
/proc/meminfo: memFree=125283172/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=45700 CPUtime=0.19 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 854 0 0 0 19 0 0 0 20 0 1 0 167767247 2082414592 11425 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 11425 1524 439 0 503831 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 45700 KiB

[startup+0.305517 s]*
/proc/loadavg: 3.91 4.08 4.12 5/245 859799
/proc/meminfo: memFree=125241528/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=53892 CPUtime=0.3 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 872 0 0 0 29 1 0 0 20 0 1 0 167767247 2082414592 13473 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 13473 1524 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 53892 KiB

[startup+0.700349 s]
/proc/loadavg: 3.91 4.08 4.12 5/245 859799
/proc/meminfo: memFree=125153688/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=82564 CPUtime=0.68 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 915 0 0 0 67 1 0 0 20 0 1 0 167767247 2082414592 20641 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 20641 1524 439 0 503831 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 82564 KiB

[startup+1.50035 s]
/proc/loadavg: 3.91 4.08 4.12 6/245 859799
/proc/meminfo: memFree=124948328/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=154432 CPUtime=1.48 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 983 0 0 0 145 3 0 0 20 0 1 0 167767247 2082414592 38608 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 38608 1524 439 0 503831 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 154432 KiB

[startup+3.11363 s]
/proc/loadavg: 3.91 4.08 4.12 6/241 859834
/proc/meminfo: memFree=126114396/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=359508 CPUtime=3.09 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 1150 0 0 0 301 8 0 0 20 0 1 0 167767247 2082414592 89877 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 89877 1524 439 0 503831 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 359508 KiB

[startup+6.30033 s]
/proc/loadavg: 4.00 4.09 4.12 7/250 860219
/proc/meminfo: memFree=124549448/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=796148 CPUtime=6.27 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 1558 0 0 0 610 17 0 0 20 0 1 0 167767247 2082414592 199037 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 199037 1524 439 0 503831 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 796148 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.11 4.13 6/247 860233
/proc/meminfo: memFree=121888584/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=2033608 memory=1680948 CPUtime=12.66 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 2501 0 0 0 1229 37 0 0 20 0 1 0 167767247 2082414592 420237 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 508402 420237 1524 439 0 503831 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 1680948 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.10 4.13 6/244 860235
/proc/meminfo: memFree=117349048/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4359288 memory=2583680 CPUtime=25.43 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 12191 0 0 0 2486 57 0 0 20 0 1 0 167767247 4463910912 645920 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1089822 645920 1697 439 0 1085251 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4359288 KiB
Current children cumulated memory: 2583680 KiB

[startup+51.1131 s]
/proc/loadavg: 4.50 4.19 4.15 6/244 860240
/proc/meminfo: memFree=116980192/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4402816 memory=2603888 CPUtime=50.95 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 36507 0 0 0 5023 72 0 0 20 0 1 0 167767247 4508483584 650972 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1100704 650972 1760 439 0 1096133 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 4402816 KiB
Current children cumulated memory: 2603888 KiB

[startup+102.3 s]
/proc/loadavg: 5.41 4.49 4.26 6/244 860249
/proc/meminfo: memFree=116929012/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4427364 memory=2637072 CPUtime=102.02 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 58890 0 0 0 10116 86 0 0 20 0 1 0 167767247 4533620736 659268 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1106841 659268 1760 439 0 1102270 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 4427364 KiB
Current children cumulated memory: 2637072 KiB

[startup+162.3 s]
/proc/loadavg: 4.60 4.43 4.25 6/244 860259
/proc/meminfo: memFree=116872472/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4429324 memory=2639720 CPUtime=161.87 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 84420 0 0 0 16085 102 0 0 20 0 1 0 167767247 4535627776 659930 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107331 659930 1760 439 0 1102760 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 4429324 KiB
Current children cumulated memory: 2639720 KiB

[startup+222.3 s]
/proc/loadavg: 4.34 4.38 4.25 6/246 860439
/proc/meminfo: memFree=116504852/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4429356 memory=2639752 CPUtime=221.73 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 106839 0 0 0 22056 117 0 0 20 0 1 0 167767247 4535660544 659938 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107339 659938 1760 439 0 1102768 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 4429356 KiB
Current children cumulated memory: 2639752 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.31 4.23 6/246 860450
/proc/meminfo: memFree=116677420/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4429356 memory=2639752 CPUtime=281.58 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 122784 0 0 0 28029 129 0 0 20 0 1 0 167767247 4535660544 659938 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107339 659938 1760 439 0 1102768 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 4429356 KiB
Current children cumulated memory: 2639752 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.26 4.22 6/244 860462
/proc/meminfo: memFree=116544496/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4429268 memory=2633520 CPUtime=341.42 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 144758 0 0 0 33998 144 0 0 20 0 1 0 167767247 4535570432 658380 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107317 658380 1760 439 0 1102746 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 4429268 KiB
Current children cumulated memory: 2633520 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.26 4.22 6/244 860483
/proc/meminfo: memFree=116666092/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4429240 memory=2635540 CPUtime=401.28 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 166222 0 0 0 39968 160 0 0 20 0 1 0 167767247 4535541760 658885 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107310 658885 1760 439 0 1102739 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 4429240 KiB
Current children cumulated memory: 2635540 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.22 4.21 6/244 860494
/proc/meminfo: memFree=116684860/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4431432 memory=2639780 CPUtime=461.13 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 182739 0 0 0 45941 172 0 0 20 0 1 0 167767247 4537786368 659945 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1107858 659945 1760 439 0 1103287 0

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

Current children cumulated memory: 2648304 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.09 4.09 6/245 861547
/proc/meminfo: memFree=116288224/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4560324 memory=2728684 CPUtime=2914.82 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 584171 0 0 0 290816 666 0 0 20 0 1 0 167767247 4669771776 682171 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1140081 682171 1760 439 0 1135510 0
Current children cumulated CPU time: 2914.82 s
Current children cumulated vsize: 4560324 KiB
Current children cumulated memory: 2728684 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.09 6/245 861558
/proc/meminfo: memFree=116296552/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4560324 memory=2743184 CPUtime=2974.66 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 592429 0 0 0 296781 685 0 0 20 0 1 0 167767247 4669771776 685796 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1140081 685796 1760 439 0 1135510 0
Current children cumulated CPU time: 2974.66 s
Current children cumulated vsize: 4560324 KiB
Current children cumulated memory: 2743184 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.11 4.10 6/242 861570
/proc/meminfo: memFree=116277800/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2708400 CPUtime=3034.49 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 598357 0 0 0 302753 696 0 0 20 0 1 0 167767247 4602662912 677100 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 677100 1760 439 0 1119126 0
Current children cumulated CPU time: 3034.49 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2708400 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.10 6/242 861580
/proc/meminfo: memFree=116391368/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2695968 CPUtime=3094.34 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 599852 0 0 0 308736 698 0 0 20 0 1 0 167767247 4602662912 673992 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 673992 1760 439 0 1119126 0
Current children cumulated CPU time: 3094.34 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2695968 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.14 4.10 6/242 861590
/proc/meminfo: memFree=116256196/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4462020 memory=2685156 CPUtime=3154.17 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 607591 0 0 0 314703 714 0 0 20 0 1 0 167767247 4569108480 671289 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1115505 671289 1760 439 0 1110934 0
Current children cumulated CPU time: 3154.17 s
Current children cumulated vsize: 4462020 KiB
Current children cumulated memory: 2685156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.13 4.10 6/242 861600
/proc/meminfo: memFree=116373120/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2712304 CPUtime=3214.02 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 615339 0 0 0 320671 731 0 0 20 0 1 0 167767247 4602662912 678076 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 678076 1760 439 0 1119126 0
Current children cumulated CPU time: 3214.02 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2712304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.10 6/242 861612
/proc/meminfo: memFree=115964004/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4560324 memory=2722976 CPUtime=3273.86 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 622642 0 0 0 326637 749 0 0 20 0 1 0 167767247 4669771776 680744 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1140081 680744 1760 439 0 1135510 0
Current children cumulated CPU time: 3273.86 s
Current children cumulated vsize: 4560324 KiB
Current children cumulated memory: 2722976 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.11 4.09 6/245 861627
/proc/meminfo: memFree=116837540/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2687904 CPUtime=3333.69 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 626883 0 0 0 332614 755 0 0 20 0 1 0 167767247 4602662912 671976 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 671976 1760 439 0 1119126 0
Current children cumulated CPU time: 3333.69 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2687904 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.09 6/245 861637
/proc/meminfo: memFree=116176924/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4691396 memory=2855948 CPUtime=3393.55 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 632185 0 0 0 338588 767 0 0 20 0 1 0 167767247 4803989504 713987 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1172849 713987 1760 439 0 1168278 0
Current children cumulated CPU time: 3393.55 s
Current children cumulated vsize: 4691396 KiB
Current children cumulated memory: 2855948 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/245 861648
/proc/meminfo: memFree=116453196/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4691396 memory=2790216 CPUtime=3453.4 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 641523 0 0 0 344551 789 0 0 20 0 1 0 167767247 4803989504 697554 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1172849 697554 1760 439 0 1168278 0
Current children cumulated CPU time: 3453.4 s
Current children cumulated vsize: 4691396 KiB
Current children cumulated memory: 2790216 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 6/245 861658
/proc/meminfo: memFree=116786488/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4691396 memory=2868128 CPUtime=3513.25 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 647160 0 0 0 350521 804 0 0 20 0 1 0 167767247 4803989504 717032 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1172849 717032 1760 439 0 1168278 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 4691396 KiB
Current children cumulated memory: 2868128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.13 4.10 6/245 861669
/proc/meminfo: memFree=116687248/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2696240 CPUtime=3573.11 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 651729 0 0 0 356500 811 0 0 20 0 1 0 167767247 4602662912 674060 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 674060 1760 439 0 1119126 0
Current children cumulated CPU time: 3573.11 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2696240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.03 4.10 4.09 3/236 862099
/proc/meminfo: memFree=122630896/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2694192 CPUtime=3600.04 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 652549 0 0 0 359193 811 0 0 20 0 1 0 167767247 4602662912 673548 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 673548 1760 439 0 1119126 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2694192 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.94 s, system=8.12551 s

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

[startup+3609.3 s]
/proc/loadavg: 4.03 4.10 4.09 3/236 862099
/proc/meminfo: memFree=122630896/131655788 swapFree=131071996/131071996
[pid=859798] ppid=859795 vsize=4494788 memory=2694192 CPUtime=3600.04 cores=4,6
/proc/859798/stat : 859798 (pb_picat) R 859795 859798 855747 0 -1 4194304 652549 0 0 0 359193 811 0 0 20 0 1 0 167767247 4602662912 673548 134679101440 4194304 5989780 140730140769408 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 8089048 9894864 35831808 140730140775449 140730140775525 140730140775525 140730140782540 0
/proc/859798/statm: 1123697 673548 1760 439 0 1119126 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4494788 KiB
Current children cumulated memory: 2694192 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.31
CPU time (s): 3600.06
CPU user time (s): 3591.94
CPU system time (s): 8.12551
CPU usage (%): 99.7438
Max. virtual memory (cumulated for all children) (KiB): 4691448
Max. memory (cumulated for all children) (KiB): 2919472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.94
system time used= 8.12551
maximum resident set size= 2919868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652549
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= 27
involuntary context switches= 4421


# summary of solver processes directly reported to runsolver:
#   pid: 859798
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3591.94
#   total CPU system time (s): 8.12551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3838 second user time and 35.6841 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-16 20:55:18
IDJOB=4436471
IDBENCH=158206
IDSOLVER=3068
FILE ID=nodeC007/4436471-1721156104
RUNJOBID= nodeC007-1721148893-855758
SLURM_JOB_ID= 7505744
Free space on /tmp= 723532 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-12.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436471-1721156104/watcher-4436471-1721156104 -o /tmp/evaluation-result-4436471-1721156104/solver-4436471-1721156104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721148893-855758 --watchdog 3760  pb_picat HOME/instance-4436471-1721156104.opb

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

MD5SUM BENCH= 0c5a5feecc6e9ebbd7fc1e1b28678077
RANDOM SEED=86562258

nodeC007.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3640.656
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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	: 0xb00001f
cpu MHz		: 2992.824
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.595
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.438
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.373
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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	: 0xb00001f
cpu MHz		: 3615.641
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 2892.919
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.134
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125419996 kB
MemAvailable:   127393016 kB
Buffers:          421312 kB
Cached:          2373836 kB
SwapCached:            0 kB
Active:           797988 kB
Inactive:        4862040 kB
Active(anon):       1476 kB
Inactive(anon):  2901124 kB
Active(file):     796512 kB
Inactive(file):  1960916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            230416 kB
Writeback:             0 kB
AnonPages:       2863336 kB
Mapped:           113656 kB
Shmem:             37704 kB
KReclaimable:     111244 kB
Slab:             210396 kB
SReclaimable:     111244 kB
SUnreclaim:        99152 kB
KernelStack:        3968 kB
PageTables:        14576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7569276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2375680 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723556 MiB
End job on nodeC007 at 2024-07-16 21:55:28