Trace number 4436285

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.04 3609.71

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM0e700fc92a231fc1e477aebd59f20b52
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark138
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3296
Total number of constraints6384
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c solving HOME/instance-4436285-1721105545.opb (Picat 3.6#12)
2931.50/2939.15	o 218

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: 63968 MiB (62193 MiB free)
  memory of node 1: 64473 MiB (63176 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436285-1721105545/watcher-4436285-1721105545 -o /tmp/evaluation-result-4436285-1721105545/solver-4436285-1721105545 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879435 --watchdog 3760 pb_picat HOME/instance-4436285-1721105545.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=879489, runsolver pid=879478

[startup+0.100885 s]*
/proc/loadavg: 1.16 2.16 3.22 8/259 879496
/proc/meminfo: memFree=128269336/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2033608 memory=42508 CPUtime=0.1 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 602 0 0 0 10 0 0 0 20 0 1 0 162722589 2082414592 10627 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 508402 10627 1494 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 42508 KiB

[startup+0.216997 s]*
/proc/loadavg: 1.16 2.16 3.22 7/259 879496
/proc/meminfo: memFree=128212660/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2033608 memory=67084 CPUtime=0.21 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 618 0 0 0 21 0 0 0 20 0 1 0 162722589 2082414592 16771 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 508402 16771 1494 439 0 503831 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 67084 KiB

[startup+0.306258 s]*
/proc/loadavg: 1.16 2.16 3.22 8/259 879496
/proc/meminfo: memFree=128177892/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2033608 memory=85516 CPUtime=0.3 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 631 0 0 0 29 1 0 0 20 0 1 0 162722589 2082414592 21379 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 508402 21379 1494 439 0 503831 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 85516 KiB

[startup+0.700219 s]
/proc/loadavg: 1.16 2.16 3.22 8/259 879496
/proc/meminfo: memFree=128076212/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2041424 memory=176332 CPUtime=0.69 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 805 0 0 0 66 3 0 0 20 0 1 0 162722589 2090418176 44083 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 510356 44083 1542 439 0 505785 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041424 KiB
Current children cumulated memory: 176332 KiB

[startup+1.50018 s]
/proc/loadavg: 1.16 2.16 3.22 7/259 879542
/proc/meminfo: memFree=127835360/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2170876 memory=346564 CPUtime=1.48 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 2422 0 0 0 142 6 0 0 20 0 1 0 162722589 2222977024 86641 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 542719 86641 1619 439 0 538148 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2170876 KiB
Current children cumulated memory: 346564 KiB

[startup+3.10596 s]
/proc/loadavg: 1.16 2.16 3.22 6/259 879588
/proc/meminfo: memFree=127269868/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2495800 memory=780576 CPUtime=3.09 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 10559 0 0 0 293 16 0 0 20 0 1 0 162722589 2555699200 195144 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 623950 195144 1667 439 0 619379 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2495800 KiB
Current children cumulated memory: 780576 KiB

[startup+6.30014 s]
/proc/loadavg: 1.39 2.19 3.22 5/259 879590
/proc/meminfo: memFree=127146544/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2594108 memory=875892 CPUtime=6.27 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 14517 0 0 0 596 31 0 0 20 0 1 0 162722589 2656366592 218973 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 648527 218973 1667 439 0 643956 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2594108 KiB
Current children cumulated memory: 875892 KiB

[startup+12.7002 s]
/proc/loadavg: 1.60 2.22 3.23 5/259 879590
/proc/meminfo: memFree=127129968/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2594108 memory=894584 CPUtime=12.66 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 14640 0 0 0 1198 68 0 0 20 0 1 0 162722589 2656366592 223646 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 648527 223646 1731 439 0 643956 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2594108 KiB
Current children cumulated memory: 894584 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 2.31 3.24 4/253 879623
/proc/meminfo: memFree=127170932/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2676348 memory=909232 CPUtime=25.43 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 19547 0 0 0 2472 71 0 0 20 0 1 0 162722589 2740580352 227308 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 669087 227308 1731 439 0 664516 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2676348 KiB
Current children cumulated memory: 909232 KiB

[startup+51.1061 s]
/proc/loadavg: 2.90 2.48 3.27 6/259 879645
/proc/meminfo: memFree=127048468/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2672800 memory=949184 CPUtime=50.98 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 21773 0 0 0 5026 72 0 0 20 0 1 0 162722589 2736947200 237296 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 668200 237296 1731 439 0 663629 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2672800 KiB
Current children cumulated memory: 949184 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.74 3.32 5/259 879654
/proc/meminfo: memFree=127080160/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=893676 CPUtime=102.04 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 23730 0 0 0 10129 75 0 0 20 0 1 0 162722589 2734592000 223419 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 223419 1731 439 0 663054 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 893676 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.99 3.37 6/261 880048
/proc/meminfo: memFree=127048528/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=932588 CPUtime=161.89 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 26150 0 0 0 16111 78 0 0 20 0 1 0 162722589 2734592000 233147 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 233147 1731 439 0 663054 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 932588 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.21 3.42 6/258 880059
/proc/meminfo: memFree=127040492/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=934636 CPUtime=221.74 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 26289 0 0 0 22096 78 0 0 20 0 1 0 162722589 2734592000 233659 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 233659 1731 439 0 663054 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 934636 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.37 3.47 6/258 880069
/proc/meminfo: memFree=127039376/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=938732 CPUtime=281.6 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 27617 0 0 0 28079 81 0 0 20 0 1 0 162722589 2734592000 234683 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 234683 1731 439 0 663054 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 938732 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.52 3.52 6/258 880248
/proc/meminfo: memFree=127026452/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=940780 CPUtime=341.46 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 27765 0 0 0 34065 81 0 0 20 0 1 0 162722589 2734592000 235195 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 235195 1731 439 0 663054 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 940780 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.62 3.55 5/258 880260
/proc/meminfo: memFree=127031060/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=940780 CPUtime=401.31 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 29014 0 0 0 40048 83 0 0 20 0 1 0 162722589 2734592000 235195 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 235195 1731 439 0 663054 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 940780 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.71 3.59 6/260 880274
/proc/meminfo: memFree=127013584/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=948468 CPUtime=461.17 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 29214 0 0 0 46034 83 0 0 20 0 1 0 162722589 2734592000 237117 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 237117 1731 439 0 663054 0

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

Current children cumulated memory: 960120 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.21 4.16 6/259 881449
/proc/meminfo: memFree=126986712/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2670500 memory=907508 CPUtime=2914.75 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 50837 0 0 0 291363 112 0 0 20 0 1 0 162722589 2734592000 226877 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 667625 226877 1731 439 0 663054 0
Current children cumulated CPU time: 2914.75 s
Current children cumulated vsize: 2670500 KiB
Current children cumulated memory: 907508 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.18 4.15 5/259 881460
/proc/meminfo: memFree=126980476/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2674404 memory=927004 CPUtime=2974.57 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 56249 0 0 0 297281 176 0 0 20 0 1 0 162722589 2738589696 231751 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 668601 231751 1731 439 0 664030 0
Current children cumulated CPU time: 2974.57 s
Current children cumulated vsize: 2674404 KiB
Current children cumulated memory: 927004 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.16 4.15 6/259 881471
/proc/meminfo: memFree=126956252/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=945104 CPUtime=3034.38 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 59937 0 0 0 303257 181 0 0 20 0 1 0 162722589 2747580416 236276 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 236276 1731 439 0 666225 0
Current children cumulated CPU time: 3034.38 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 945104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.21 4.18 4.15 6/260 881668
/proc/meminfo: memFree=126189396/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=951244 CPUtime=3094.21 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 61150 0 0 0 309238 183 0 0 20 0 1 0 162722589 2747580416 237811 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 237811 1731 439 0 666225 0
Current children cumulated CPU time: 3094.21 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 951244 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.16 4.15 6/259 881678
/proc/meminfo: memFree=125632772/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=953468 CPUtime=3154.02 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 61289 0 0 0 315219 183 0 0 20 0 1 0 162722589 2747580416 238367 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 238367 1731 439 0 666225 0
Current children cumulated CPU time: 3154.02 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 953468 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.16 4.15 6/256 881688
/proc/meminfo: memFree=125622500/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=957564 CPUtime=3213.83 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 62485 0 0 0 321198 185 0 0 20 0 1 0 162722589 2747580416 239391 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 239391 1731 439 0 666225 0
Current children cumulated CPU time: 3213.83 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 957564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.25 4.18 6/256 881698
/proc/meminfo: memFree=125595604/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=959612 CPUtime=3273.65 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 62639 0 0 0 327180 185 0 0 20 0 1 0 162722589 2747580416 239903 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 239903 1731 439 0 666225 0
Current children cumulated CPU time: 3273.65 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 959612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.23 4.18 6/256 881711
/proc/meminfo: memFree=125628124/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=957564 CPUtime=3333.46 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 63849 0 0 0 333160 186 0 0 20 0 1 0 162722589 2747580416 239391 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 239391 1731 439 0 666225 0
Current children cumulated CPU time: 3333.46 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 957564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.22 4.18 6/256 881721
/proc/meminfo: memFree=125587052/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=959612 CPUtime=3393.27 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 63947 0 0 0 339141 186 0 0 20 0 1 0 162722589 2747580416 239903 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 239903 1731 439 0 666225 0
Current children cumulated CPU time: 3393.27 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 959612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.19 4.17 6/258 881736
/proc/meminfo: memFree=125596576/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=961660 CPUtime=3453.09 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 65171 0 0 0 345120 189 0 0 20 0 1 0 162722589 2747580416 240415 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 240415 1731 439 0 666225 0
Current children cumulated CPU time: 3453.09 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 961660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.17 4.17 6/258 881747
/proc/meminfo: memFree=125649308/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=916604 CPUtime=3512.9 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 65865 0 0 0 351100 190 0 0 20 0 1 0 162722589 2747580416 229151 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 229151 1731 439 0 666225 0
Current children cumulated CPU time: 3512.9 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 916604 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.21 4.18 6/258 881757
/proc/meminfo: memFree=125599276/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=969852 CPUtime=3572.72 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 67062 0 0 0 357080 192 0 0 20 0 1 0 162722589 2747580416 242463 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 242463 1731 439 0 666225 0
Current children cumulated CPU time: 3572.72 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 969852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.34 4.23 4.19 6/258 881762
/proc/meminfo: memFree=125595144/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=969852 CPUtime=3600.03 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 67157 0 0 0 359811 192 0 0 20 0 1 0 162722589 2747580416 242463 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 242463 1731 439 0 666225 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 969852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.12 s, system=1.92525 s

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

[startup+3609.7 s]
/proc/loadavg: 4.34 4.23 4.19 6/258 881762
/proc/meminfo: memFree=125595144/131524600 swapFree=131071996/131071996
[pid=879489] ppid=879478 vsize=2683184 memory=969852 CPUtime=3600.03 cores=5,7
/proc/879489/stat : 879489 (pb_picat) R 879478 879489 879422 0 -1 4194304 67157 0 0 0 359811 192 0 0 20 0 1 0 162722589 2747580416 242463 134679101440 4194304 5989780 140726996002272 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 8089048 9894864 42790912 140726996005913 140726996005989 140726996005989 140726996013004 0
/proc/879489/statm: 670796 242463 1731 439 0 666225 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2683184 KiB
Current children cumulated memory: 969852 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.71
CPU time (s): 3600.04
CPU user time (s): 3598.12
CPU system time (s): 1.92525
CPU usage (%): 99.7324
Max. virtual memory (cumulated for all children) (KiB): 2801572
Max. memory (cumulated for all children) (KiB): 977140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.12
system time used= 1.92525
maximum resident set size= 977140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67157
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= 36
involuntary context switches= 1433


# summary of solver processes directly reported to runsolver:
#   pid: 879489
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.12
#   total CPU system time (s): 1.92525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.71518 second user time and 18.3263 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-16 06:52:38
IDJOB=4436285
IDBENCH=147690
IDSOLVER=3068
FILE ID=nodeC030/4436285-1721105545
RUNJOBID= nodeC030-1721105558-879435
SLURM_JOB_ID= 7505632
Free space on /tmp= 890080 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436285-1721105545/watcher-4436285-1721105545 -o /tmp/evaluation-result-4436285-1721105545/solver-4436285-1721105545 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721105558-879435 --watchdog 3760  pb_picat HOME/instance-4436285-1721105545.opb

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

MD5SUM BENCH= 0e700fc92a231fc1e477aebd59f20b52
RANDOM SEED=565423729

nodeC030.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	: 0xb00002a
cpu MHz		: 3633.135
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3409.733
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3532.351
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3902.689
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3664.941
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3895.826
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3732.245
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3740.743
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128379736 kB
MemAvailable:   129711684 kB
Buffers:          386136 kB
Cached:          1771580 kB
SwapCached:            0 kB
Active:           906800 kB
Inactive:        1619548 kB
Active(anon):       1432 kB
Inactive(anon):   404912 kB
Active(file):     905368 kB
Inactive(file):  1214636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16152 kB
Writeback:             0 kB
AnonPages:        368296 kB
Mapped:           103976 kB
Shmem:             37720 kB
KReclaimable:     103536 kB
Slab:             210272 kB
SReclaimable:     103536 kB
SUnreclaim:       106736 kB
KernelStack:        3888 kB
PageTables:         9712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     725352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63104 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC030 at 2024-07-16 07:52:48