Trace number 4441320

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
Exact_veripb2 2024-07-05? (TO) 3602.15 3627.31

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
MD5SUMb6518815c856eaafc5c2f585e9c40549
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 benchmark-157192
Best CPU time to get the best result obtained on this benchmark68193.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 139771126
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 139771126
Number of bits of the biggest sum of numbers28
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

7.57/7.60	o 0
31.07/31.43	o -6765
88.35/90.76	o -6799
88.66/91.05	o -10980
88.96/91.33	o -10993
89.26/91.60	o -11027
89.46/91.87	o -11082
89.76/92.15	o -15263
90.05/92.44	o -15268
90.35/92.72	o -15269
140.13/142.69	o -16866
140.83/143.31	o -17476
217.99/223.27	o -21657
1980.91/1992.65	o -21658
1982.01/1993.78	o -21659
1982.41/1994.18	o -21660
1984.31/1996.06	o -21661
2130.19/2142.35	o -21666
2150.93/2163.18	o -22043
2358.11/2373.76	o -22098
3197.47/3221.11	o -22099
3239.44/3263.21	o -22100
3527.01/3551.68	o -22244

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: 63931 MiB (61546 MiB free)
  memory of node 1: 64510 MiB (62262 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441320-1721828944/watcher-4441320-1721828944 -o /tmp/evaluation-result-4441320-1721828944/solver-4441320-1721828944 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721828944-189937 --watchdog 3760 HOME/Exact_veripb2 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4441320-1721828944 --seed=1690816887 HOME/instance-4441320-1721828944.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=189997, runsolver pid=189994
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.04 1.25 2.26 5/258 189998
/proc/meminfo: memFree=126549932/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=259112 memory=234580 CPUtime=0.09 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 12881 0 0 0 4 5 0 0 20 0 1 0 19423677 265330688 58645 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 64778 58645 852 1006 0 63539 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 259112 KiB
Current children cumulated memory: 234580 KiB

[startup+0.205886 s]*
/proc/loadavg: 1.04 1.25 2.26 5/258 189998
/proc/meminfo: memFree=126363404/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=353352 memory=320208 CPUtime=0.2 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 23583 0 0 0 12 8 0 0 20 0 1 0 19423677 361832448 80052 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 88338 80052 852 1006 0 87099 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 353352 KiB
Current children cumulated memory: 320208 KiB

[startup+0.306451 s]*
/proc/loadavg: 1.04 1.25 2.26 5/258 189998
/proc/meminfo: memFree=126301280/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=365512 memory=337456 CPUtime=0.3 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 29063 0 0 0 21 9 0 0 20 0 1 0 19423677 374284288 84364 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 91378 84364 867 1006 0 90139 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 365512 KiB
Current children cumulated memory: 337456 KiB

[startup+0.700252 s]
/proc/loadavg: 1.04 1.25 2.26 5/258 189998
/proc/meminfo: memFree=126202672/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=569124 memory=513144 CPUtime=0.68 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 56100 0 0 0 53 15 0 0 20 0 1 0 19423677 582782976 128286 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 142281 128286 867 1006 0 141042 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 569124 KiB
Current children cumulated memory: 513144 KiB

[startup+1.50022 s]
/proc/loadavg: 1.04 1.25 2.26 5/258 189998
/proc/meminfo: memFree=126084956/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=673404 memory=625332 CPUtime=1.48 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 81364 0 0 0 127 21 0 0 20 0 1 0 19423677 689565696 156333 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 168351 156333 899 1006 0 167112 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 673404 KiB
Current children cumulated memory: 625332 KiB

[startup+3.1061 s]
/proc/loadavg: 1.28 1.30 2.27 5/258 189998
/proc/meminfo: memFree=125626424/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=854788 memory=842640 CPUtime=3.09 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 96994 0 0 0 278 31 0 0 20 0 1 0 19423677 875302912 210660 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 213697 210660 1091 1006 0 212458 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 854788 KiB
Current children cumulated memory: 842640 KiB

[startup+6.30024 s]
/proc/loadavg: 1.28 1.30 2.27 5/258 190000
/proc/meminfo: memFree=125393620/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1017048 memory=978656 CPUtime=6.27 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 116260 0 0 0 592 35 0 0 20 0 1 0 19423677 1041457152 244664 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 254262 244664 1107 1006 0 253023 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1017048 KiB
Current children cumulated memory: 978656 KiB

[startup+12.7002 s]
/proc/loadavg: 1.50 1.34 2.28 5/258 190000
/proc/meminfo: memFree=124953796/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1153976 memory=1048284 CPUtime=12.66 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 128028 0 0 0 1225 41 0 0 20 0 1 0 19423677 1181671424 262071 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 288494 262071 1107 1006 0 287255 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1153976 KiB
Current children cumulated memory: 1048284 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.47 2.31 5/258 190003
/proc/meminfo: memFree=124351296/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1269292 memory=1123728 CPUtime=25.19 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 130739 0 0 0 2473 46 0 0 20 0 1 0 19423677 1299755008 280932 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 23 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 317323 280932 1139 1006 0 316084 0
Current children cumulated CPU time: 25.19 s
Current children cumulated vsize: 1269292 KiB
Current children cumulated memory: 1123728 KiB

[startup+51.1063 s]
/proc/loadavg: 2.78 1.69 2.36 5/258 190006
/proc/meminfo: memFree=122993720/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1306476 memory=1212764 CPUtime=50.74 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 133368 0 0 0 5023 51 0 0 20 0 1 0 19423677 1337831424 303191 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 23 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 326619 303191 1139 1006 0 325380 0
Current children cumulated CPU time: 50.74 s
Current children cumulated vsize: 1306476 KiB
Current children cumulated memory: 1212764 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 2.07 2.46 5/262 190021
/proc/meminfo: memFree=115954964/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1688304 memory=1455000 CPUtime=99.94 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 142612 0 0 0 9919 75 0 0 20 0 1 0 19423677 1728823296 363750 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 210 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 422076 363750 1139 1006 0 420837 0
Current children cumulated CPU time: 99.94 s
Current children cumulated vsize: 1688304 KiB
Current children cumulated memory: 1455000 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.47 2.57 5/263 190034
/proc/meminfo: memFree=113596068/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=1877316 memory=1649268 CPUtime=159.78 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 181899 0 0 0 15883 95 0 0 20 0 1 0 19423677 1922371584 412317 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 210 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 469329 412317 1139 1006 0 468090 0
Current children cumulated CPU time: 159.78 s
Current children cumulated vsize: 1877316 KiB
Current children cumulated memory: 1649268 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.78 2.67 5/263 190044
/proc/meminfo: memFree=109341452/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=2828460 memory=2601180 CPUtime=217.09 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 310392 0 0 0 21548 161 0 0 20 0 1 0 19423677 2896343040 650295 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 463 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 707115 650295 1139 1006 0 705876 0
Current children cumulated CPU time: 217.09 s
Current children cumulated vsize: 2828460 KiB
Current children cumulated memory: 2601180 KiB

[startup+282.3 s]
/proc/loadavg: 4.41 3.10 2.79 5/267 190058
/proc/meminfo: memFree=107385836/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=2832332 memory=2617904 CPUtime=276.96 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 311365 0 0 0 27531 165 0 0 20 0 1 0 19423677 2900307968 654476 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 463 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 708083 654476 1139 1006 0 706844 0
Current children cumulated CPU time: 276.96 s
Current children cumulated vsize: 2832332 KiB
Current children cumulated memory: 2617904 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 3.28 2.87 5/267 190068
/proc/meminfo: memFree=105825224/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=2832736 memory=2642992 CPUtime=336.8 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 311893 0 0 0 33512 168 0 0 20 0 1 0 19423677 2900721664 660748 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 463 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 708184 660748 1139 1006 0 706945 0
Current children cumulated CPU time: 336.8 s
Current children cumulated vsize: 2832736 KiB
Current children cumulated memory: 2642992 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.43 2.95 5/269 190463
/proc/meminfo: memFree=102042420/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=2857588 memory=2702636 CPUtime=396.65 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 313985 0 0 0 39491 174 0 0 20 0 1 0 19423677 2926170112 675659 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 463 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 714397 675659 1139 1006 0 713158 0
Current children cumulated CPU time: 396.65 s
Current children cumulated vsize: 2857588 KiB
Current children cumulated memory: 2702636 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 3.58 3.04 5/268 190475
/proc/meminfo: memFree=100215704/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=2920592 memory=2784596 CPUtime=456.49 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 316580 0 0 0 45466 183 0 0 20 0 1 0 19423677 2990686208 696149 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 463 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 730148 696149 1139 1006 0 728909 0

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

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/265 191828
/proc/meminfo: memFree=22447756/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7286816 memory=6319524 CPUtime=3079 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 446272 0 0 0 307294 606 0 0 20 0 1 0 19423677 7461699584 1579881 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1821704 1579881 1155 1006 0 1820465 0
Current children cumulated CPU time: 3079 s
Current children cumulated vsize: 7286816 KiB
Current children cumulated memory: 6319524 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 191840
/proc/meminfo: memFree=19478696/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7286816 memory=6319524 CPUtime=3138.84 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 447256 0 0 0 313277 607 0 0 20 0 1 0 19423677 7461699584 1579881 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1821704 1579881 1155 1006 0 1820465 0
Current children cumulated CPU time: 3138.84 s
Current children cumulated vsize: 7286816 KiB
Current children cumulated memory: 6319524 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/266 191855
/proc/meminfo: memFree=16699372/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7298552 memory=6331308 CPUtime=3198.66 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 451076 0 0 0 319256 610 0 0 20 0 1 0 19423677 7473717248 1582827 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1824638 1582827 1155 1006 0 1823399 0
Current children cumulated CPU time: 3198.66 s
Current children cumulated vsize: 7298552 KiB
Current children cumulated memory: 6331308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/266 191867
/proc/meminfo: memFree=16006208/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7321268 memory=6354136 CPUtime=3258.49 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 457812 0 0 0 325236 613 0 0 20 0 1 0 19423677 7496978432 1588534 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1830317 1588534 1155 1006 0 1829078 0
Current children cumulated CPU time: 3258.49 s
Current children cumulated vsize: 7321268 KiB
Current children cumulated memory: 6354136 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 191877
/proc/meminfo: memFree=14995432/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7321268 memory=6354156 CPUtime=3318.31 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 459196 0 0 0 331218 613 0 0 20 0 1 0 19423677 7496978432 1588539 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1830317 1588539 1155 1006 0 1829078 0
Current children cumulated CPU time: 3318.31 s
Current children cumulated vsize: 7321268 KiB
Current children cumulated memory: 6354156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.09 4/264 191887
/proc/meminfo: memFree=13561964/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7374104 memory=6385544 CPUtime=3378.14 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 462316 0 0 0 337197 617 0 0 20 0 1 0 19423677 7551082496 1596386 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1843526 1596386 1155 1006 0 1842287 0
Current children cumulated CPU time: 3378.14 s
Current children cumulated vsize: 7374104 KiB
Current children cumulated memory: 6385544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/264 191897
/proc/meminfo: memFree=12041736/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7374104 memory=6385544 CPUtime=3437.96 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 463370 0 0 0 343179 617 0 0 20 0 1 0 19423677 7551082496 1596386 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1843526 1596386 1155 1006 0 1842287 0
Current children cumulated CPU time: 3437.96 s
Current children cumulated vsize: 7374104 KiB
Current children cumulated memory: 6385544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/261 191908
/proc/meminfo: memFree=10954640/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7374104 memory=6386608 CPUtime=3497.79 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 464799 0 0 0 349161 618 0 0 20 0 1 0 19423677 7551082496 1596652 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1537 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1843526 1596652 1155 1006 0 1842287 0
Current children cumulated CPU time: 3497.79 s
Current children cumulated vsize: 7374104 KiB
Current children cumulated memory: 6386608 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/260 191919
/proc/meminfo: memFree=9474588/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403264 CPUtime=3557.61 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 466804 0 0 0 355137 624 0 0 20 0 1 0 19423677 7559872512 1600816 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1539 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600816 1155 1006 0 1844433 0
Current children cumulated CPU time: 3557.61 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.2 s]
/proc/loadavg: 4.78 4.29 4.14 5/260 191927
/proc/meminfo: memFree=8601304/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403392 CPUtime=3600.08 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 468766 0 0 0 359372 636 0 0 20 0 1 0 19423677 7559872512 1600848 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1571 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600848 1155 1006 0 1844433 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403392 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3627.31 s]
# the end of solver process 189997 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3595.72 s, system=6.43067 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3625.6 s]
/proc/loadavg: 4.78 4.29 4.14 5/260 191927
/proc/meminfo: memFree=8601304/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403392 CPUtime=3600.48 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 468768 0 0 0 359412 636 0 0 20 0 1 0 19423677 7559872512 1600848 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1571 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600848 1155 1006 0 1844433 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403392 KiB

[startup+3626.4 s]
/proc/loadavg: 4.78 4.29 4.14 5/260 191927
/proc/meminfo: memFree=8572476/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403392 CPUtime=3601.27 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 468783 0 0 0 359491 636 0 0 20 0 1 0 19423677 7559872512 1600848 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1571 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600848 1155 1006 0 1844433 0
Current children cumulated CPU time: 3601.27 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403392 KiB

[startup+3626.8 s]
/proc/loadavg: 4.78 4.29 4.14 5/260 191927
/proc/meminfo: memFree=8572476/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403392 CPUtime=3601.67 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 468786 0 0 0 359531 636 0 0 20 0 1 0 19423677 7559872512 1600848 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1571 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600848 1155 1006 0 1844433 0
Current children cumulated CPU time: 3601.67 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403392 KiB

[startup+3627.2 s]
/proc/loadavg: 4.78 4.29 4.14 5/260 191927
/proc/meminfo: memFree=8539820/131524600 swapFree=131054992/131071996
[pid=189997] ppid=189994 vsize=7382688 memory=6403392 CPUtime=3602.07 cores=1,3
/proc/189997/stat : 189997 (Exact_veripb2) R 189994 189997 189925 0 -1 4194304 468789 0 0 0 359571 636 0 0 20 0 1 0 19423677 7559872512 1600848 134679101440 4194304 8311665 140725502710048 0 0 0 0 0 8404994 0 0 0 17 1 0 0 1571 0 0 9173656 9252184 42881024 140725502718792 140725502719072 140725502719072 140725502726087 0
/proc/189997/statm: 1845672 1600848 1155 1006 0 1844433 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 7382688 KiB
Current children cumulated memory: 6403392 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3627.31
CPU time (s): 3602.15
CPU user time (s): 3595.72
CPU system time (s): 6.43067
CPU usage (%): 99.3063
Max. virtual memory (cumulated for all children) (KiB): 9644224
Max. memory (cumulated for all children) (KiB): 7429152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.72
system time used= 6.43067
maximum resident set size= 7517216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468789
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12624008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 434
involuntary context switches= 3011


# summary of solver processes directly reported to runsolver:
#   pid: 189997
#   total CPU time (s): 3602.15
#   total CPU user time (s): 3595.72
#   total CPU system time (s): 6.43067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.96766 second user time and 18.1215 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-24 15:49:04
IDJOB=4441320
IDBENCH=157239
IDSOLVER=3081
FILE ID=nodeC023/4441320-1721828944
RUNJOBID= nodeC023-1721828944-189937
SLURM_JOB_ID= 7891488
Free space on /tmp= 890028 MiB

SOLVER NAME= Exact_veripb2 2024-07-05
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
COMMAND LINE= HOME/Exact_veripb2 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441320-1721828944/watcher-4441320-1721828944 -o /tmp/evaluation-result-4441320-1721828944/solver-4441320-1721828944 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721828944-189937 --watchdog 3760  HOME/Exact_veripb2 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4441320-1721828944 --seed=1690816887 HOME/instance-4441320-1721828944.opb

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

MD5SUM BENCH= b6518815c856eaafc5c2f585e9c40549
RANDOM SEED=1690816887

nodeC023.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		: 3659.139
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.85
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		: 3686.476
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	: 7007.10
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		: 3459.189
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.85
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		: 3664.475
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	: 7007.10
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		: 3656.011
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.85
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		: 3631.859
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	: 7007.10
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		: 3459.252
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.85
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		: 3682.050
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	: 7007.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126792264 kB
MemAvailable:   129517540 kB
Buffers:          249020 kB
Cached:          3281560 kB
SwapCached:          228 kB
Active:          1592840 kB
Inactive:        2489136 kB
Active(anon):       2396 kB
Inactive(anon):   601516 kB
Active(file):    1590444 kB
Inactive(file):  1887620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:             61348 kB
Writeback:             0 kB
AnonPages:        551056 kB
Mapped:           104008 kB
Shmem:             52484 kB
KReclaimable:     173716 kB
Slab:             291440 kB
SReclaimable:     173716 kB
SUnreclaim:       117724 kB
KernelStack:        4088 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     909432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      408276 kB
DirectMap2M:    60182528 kB
DirectMap1G:    75497472 kB

Free space on /tmp at the end= 889948 MiB
End job on nodeC023 at 2024-07-24 16:49:31