Trace number 4434087

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
NaPS-GM 1.03? (exit code) 164.042 178.906

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_1_mh_ic.opb
MD5SUM5c43d7dab24b2d6eb632f3b262990bf9
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 benchmark2838011
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 126506008
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 32130212021
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 126506008
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 32130212021
Number of bits of the biggest sum of numbers35
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 NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4434087-1721136914.opb
5.98/6.02	c single stage optimization mode
15.34/15.43	o 252753193
161.49/161.97	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
0.00/178.90	HOME/naps-1.03.sh: line 6: 856478 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434087-1721136914/watcher-4434087-1721136914 -o /tmp/evaluation-result-4434087-1721136914/solver-4434087-1721136914 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721128778-851261 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4434087-1721136914.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
Current StackSize limit: 8192 KiB

solver pid=856473, runsolver pid=856470

[startup+0.100096 s]*
/proc/loadavg: 4.18 4.18 4.12 5/262 856478
/proc/meminfo: memFree=107194176/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=30644 memory=22508 CPUtime=0.09 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 5599 0 0 0 9 0 0 0 20 0 1 0 165856372 31379456 5627 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7661 5627 391 659 0 6865 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40576 KiB
Current children cumulated memory: 25172 KiB

[startup+0.205857 s]*
/proc/loadavg: 4.18 4.18 4.12 5/262 856478
/proc/meminfo: memFree=107191324/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=32888 memory=25064 CPUtime=0.2 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 6509 0 0 0 19 1 0 0 20 0 1 0 165856372 33677312 6266 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 8222 6266 436 659 0 7426 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 42820 KiB
Current children cumulated memory: 27728 KiB

[startup+0.305796 s]*
/proc/loadavg: 4.18 4.18 4.12 5/262 856478
/proc/meminfo: memFree=107187484/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=36976 memory=29284 CPUtime=0.3 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 7543 0 0 0 29 1 0 0 20 0 1 0 165856372 37863424 7321 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 9244 7321 436 659 0 8448 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46908 KiB
Current children cumulated memory: 31948 KiB

[startup+0.700265 s]
/proc/loadavg: 4.18 4.18 4.12 5/262 856478
/proc/meminfo: memFree=107171492/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=54496 memory=48184 CPUtime=0.69 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 12137 0 0 0 67 2 0 0 20 0 1 0 165856372 55803904 12046 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 13624 12046 436 659 0 12828 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 64428 KiB
Current children cumulated memory: 50848 KiB

[startup+1.50027 s]
/proc/loadavg: 4.18 4.18 4.12 5/262 856478
/proc/meminfo: memFree=107157628/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=97312 memory=91248 CPUtime=1.48 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 22885 0 0 0 145 3 0 0 20 0 1 0 165856372 99647488 22812 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 24328 22812 436 659 0 23532 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 107244 KiB
Current children cumulated memory: 93912 KiB

[startup+3.106 s]
/proc/loadavg: 4.17 4.18 4.12 5/262 856478
/proc/meminfo: memFree=106933584/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=300396 memory=281072 CPUtime=3.08 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 56083 0 0 0 299 9 0 0 20 0 1 0 165856372 307605504 70268 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 75099 70268 468 659 0 74303 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 310328 KiB
Current children cumulated memory: 283736 KiB

[startup+6.30026 s]
/proc/loadavg: 4.17 4.18 4.12 5/262 856478
/proc/meminfo: memFree=106240768/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=1115508 memory=971820 CPUtime=6.27 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 109606 0 0 0 594 33 0 0 20 0 1 0 165856372 1142280192 242955 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 278877 242955 468 659 0 278081 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1125440 KiB
Current children cumulated memory: 974484 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.17 4.12 5/262 856479
/proc/meminfo: memFree=106020732/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=1357940 memory=1207900 CPUtime=12.65 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 123237 0 0 0 1222 43 0 0 20 0 1 0 165856372 1390530560 301975 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 339485 301975 468 659 0 338689 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1367872 KiB
Current children cumulated memory: 1210564 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.18 4.12 5/262 856481
/proc/meminfo: memFree=105990816/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=1335852 memory=1217024 CPUtime=25.42 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 129760 0 0 0 2497 45 0 0 20 0 1 0 165856372 1367912448 304256 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 333963 304256 468 659 0 333167 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1345784 KiB
Current children cumulated memory: 1219688 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.16 4.11 5/262 856485
/proc/meminfo: memFree=105158356/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=2256960 memory=2048604 CPUtime=50.96 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 232414 0 0 0 5021 75 0 0 20 0 1 0 165856372 2311127040 512151 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 564240 512151 468 659 0 563444 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2266892 KiB
Current children cumulated memory: 2051268 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.17 4.12 5/262 856494
/proc/meminfo: memFree=100241028/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=7091184 memory=6955716 CPUtime=102.03 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4194304 668628 0 0 0 9952 251 0 0 20 0 1 0 165856372 7261372416 1738929 134679101440 4194304 6891213 140726286614544 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 1772796 1738929 468 659 0 1772000 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 7101116 KiB
Current children cumulated memory: 6958380 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.16 4.12 4/261 856507
/proc/meminfo: memFree=79507292/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=161.62 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) R 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 802 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 161.62 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+178.906 s]
# the end of solver process 856473 was just reported to runsolver
# Child status: 134

# cumulated CPU time of all completed processes:  user=153.609 s, system=10.4335 s

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

[startup+166.4 s]
/proc/loadavg: 4.21 4.18 4.12 5/261 856507
/proc/meminfo: memFree=78187388/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=163.53 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) S 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 993 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 163.53 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+172.8 s]
/proc/loadavg: 4.19 4.18 4.12 4/261 856508
/proc/meminfo: memFree=77500064/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=163.53 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) S 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 993 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 163.53 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+176 s]*
/proc/loadavg: 4.25 4.19 4.12 4/261 856508
/proc/meminfo: memFree=77498028/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=163.53 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) S 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 993 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 163.53 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+177.6 s]
/proc/loadavg: 4.25 4.19 4.12 4/261 856508
/proc/meminfo: memFree=77496008/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=163.53 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) S 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 993 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 163.53 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+178.4 s]
/proc/loadavg: 4.23 4.19 4.12 4/261 856508
/proc/meminfo: memFree=77496008/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
[pid=856478] ppid=856473 vsize=31618864 memory=27615628 CPUtime=163.53 cores=1,3
/proc/856478/stat : 856478 (naps-1.03) S 856473 856473 851249 0 -1 4195840 2601367 0 0 0 15360 993 0 0 20 0 1 0 165856372 32377716736 6903907 134679101440 4194304 6891213 140726286614544 140726286541360 6272572 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 14020608 140726286623729 140726286623845 140726286623845 140726286630859 0
/proc/856478/statm: 7904716 6903907 468 659 0 7903920 0
Current children cumulated CPU time: 163.53 s
Current children cumulated vsize: 31628796 KiB
Current children cumulated memory: 27618292 KiB

[startup+178.8 s]
/proc/loadavg: 4.23 4.19 4.12 4/261 856508
/proc/meminfo: memFree=77496008/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2664 KiB

[startup+178.9 s]
/proc/loadavg: 4.23 4.19 4.12 4/261 856508
/proc/meminfo: memFree=77496008/131524600 swapFree=131071996/131071996
[pid=856473] ppid=856470 vsize=9932 memory=2664 CPUtime=0 cores=1,3
/proc/856473/stat : 856473 (naps-1.03.sh) S 856470 856473 851249 0 -1 4194304 221 238 0 0 0 0 0 0 20 0 1 0 165856371 10170368 666 134679101440 94209588129792 94209589209112 140727503187344 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94209591307568 94209591354756 94209610158080 140727503188960 140727503189089 140727503189089 140727503196104 0
/proc/856473/statm: 2483 666 587 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2664 KiB

Child status: 134

Real time (s): 178.906
CPU time (s): 164.042
CPU user time (s): 153.609
CPU system time (s): 10.4335
CPU usage (%): 91.6915
Max. virtual memory (cumulated for all children) (KiB): 31628796
Max. memory (cumulated for all children) (KiB): 27618292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.609
system time used= 10.4335
maximum resident set size= 27615888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2601842
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= 21
involuntary context switches= 235


# summary of solver processes directly reported to runsolver:
#   pid: 856473
#   total CPU time (s): 164.042
#   total CPU user time (s): 153.609
#   total CPU system time (s): 10.4335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.426175 second user time and 0.860813 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 15:35:27
IDJOB=4434087
IDBENCH=155703
IDSOLVER=3062
FILE ID=nodeC023/4434087-1721136914
RUNJOBID= nodeC023-1721128778-851261
SLURM_JOB_ID= 7505692
Free space on /tmp= 889980 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_1_mh_ic.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434087-1721136914/watcher-4434087-1721136914 -o /tmp/evaluation-result-4434087-1721136914/solver-4434087-1721136914 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721128778-851261 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4434087-1721136914.opb

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

MD5SUM BENCH= 5c43d7dab24b2d6eb632f3b262990bf9
RANDOM SEED=546361649

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		: 3674.326
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.61
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		: 3683.862
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.825
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.61
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		: 3656.090
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.48
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		: 3674.347
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.61
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		: 3682.037
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.48
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		: 3600.003
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.216
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107215972 kB
MemAvailable:   113239284 kB
Buffers:          435764 kB
Cached:          6351708 kB
SwapCached:            0 kB
Active:           852068 kB
Inactive:       22664428 kB
Active(anon):       1612 kB
Inactive(anon): 16765124 kB
Active(file):     850456 kB
Inactive(file):  5899304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             17952 kB
Writeback:             0 kB
AnonPages:      16728620 kB
Mapped:           109776 kB
Shmem:             37720 kB
KReclaimable:     226752 kB
Slab:             350208 kB
SReclaimable:     226752 kB
SUnreclaim:       123456 kB
KernelStack:        4224 kB
PageTables:        42360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   19553428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62784 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5890048 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:      279252 kB
DirectMap2M:    35145728 kB
DirectMap1G:    100663296 kB

Free space on /tmp at the end= 889976 MiB
End job on nodeC023 at 2024-07-16 15:38:26