Trace number 4442358

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 NameAnswerCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.02 3611

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
MD5SUMc4e002803cd12e4b1777ff61c40f9ab0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019971
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3150
Total number of constraints160
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint45
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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-4442358-1721295631.opb
3600.00/3611.00	c 
3600.00/3611.00	c *** TERMINATED *** by signal 15
3600.00/3611.00	s UNKNOWN
3600.00/3611.00	c _____________________________________________________________________________
3600.00/3611.00	c std/band forms        : 70,0
3600.00/3611.00	c 2cl/3cl ITE-codings   : 0,0
3600.00/3611.00	c BDD/srt/adr Max costs : 0,718,0
3600.00/3611.00	c BDDraw/bin/mul/srt/adr: 0,0,0,70,0
3600.00/3611.00	c BDD nodes             : 0
3600.00/3611.00	c Es1/CC detections     : 0,0
3600.00/3611.00	c CC sort               : 70
3600.00/3611.00	c SAT/UNSAT calls       : 0,0
3600.00/3611.00	c regenrated variables  : 0
3600.00/3611.00	c eliminated fixed lits : 0
3600.00/3611.00	c goal lit flips        : 0
3600.00/3611.00	c goal stages           : 0
3600.00/3611.00	c goal shrink           : 0
3600.00/3611.00	c goal coeff separations: 0
3600.00/3611.00	c restarts              : 0
3600.00/3611.00	c conflicts             : 0              (0 /sec)
3600.00/3611.00	c decisions             : 0              (0 /sec)
3600.00/3611.00	c propagations          : 0              (0 /sec)
3600.00/3611.00	c inspects              : 0              (0 /sec)
3600.00/3611.00	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.00/3611.00	c Time for Opt-base     : 0.000691 s
3600.00/3611.00	c Steps for Opt-base    : 0
3600.00/3611.00	c Time for BDD coding   : 0 s
3600.00/3611.00	c Time for srt coding   : 0.004971 s
3600.00/3611.00	c _____________________________________________________________________________

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442358-1721295631/watcher-4442358-1721295631 -o /tmp/evaluation-result-4442358-1721295631/solver-4442358-1721295631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721293767-949456 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4442358-1721295631.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=951901, runsolver pid=951898

[startup+0.1001 s]*
/proc/loadavg: 4.14 4.11 3.93 5/263 951906
/proc/meminfo: memFree=127893108/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=23724 memory=20088 CPUtime=0.09 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 5176 0 0 0 9 0 0 0 20 0 1 0 181723275 24293376 5022 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 5931 5022 468 659 0 5135 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33656 KiB
Current children cumulated memory: 22888 KiB

[startup+0.205795 s]*
/proc/loadavg: 4.14 4.11 3.93 5/263 951906
/proc/meminfo: memFree=127889240/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=27580 memory=23868 CPUtime=0.19 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 5986 0 0 0 19 0 0 0 20 0 1 0 181723275 28241920 5967 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 6895 5967 468 659 0 6099 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 37512 KiB
Current children cumulated memory: 26668 KiB

[startup+0.305788 s]*
/proc/loadavg: 4.14 4.11 3.93 5/263 951908
/proc/meminfo: memFree=127888988/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=27580 memory=23868 CPUtime=0.29 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 6007 0 0 0 29 0 0 0 20 0 1 0 181723275 28241920 5967 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 6895 5967 468 659 0 6099 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 37512 KiB
Current children cumulated memory: 26668 KiB

[startup+0.700272 s]
/proc/loadavg: 4.14 4.11 3.93 5/263 951908
/proc/meminfo: memFree=127881188/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=37788 memory=29624 CPUtime=0.69 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 7138 0 0 0 68 1 0 0 20 0 1 0 181723275 38694912 7406 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 9447 7406 468 659 0 8651 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 47720 KiB
Current children cumulated memory: 32424 KiB

[startup+1.50027 s]
/proc/loadavg: 4.13 4.11 3.93 5/263 951908
/proc/meminfo: memFree=127876236/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=56596 memory=46792 CPUtime=1.48 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 7353 0 0 0 147 1 0 0 20 0 1 0 181723275 57954304 11698 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 14149 11698 468 659 0 13353 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66528 KiB
Current children cumulated memory: 49592 KiB

[startup+3.10596 s]
/proc/loadavg: 4.13 4.11 3.93 5/263 951908
/proc/meminfo: memFree=127841940/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=68160 memory=52524 CPUtime=3.09 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 8289 0 0 0 307 2 0 0 20 0 1 0 181723275 69795840 13131 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 17040 13131 468 659 0 16244 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 78092 KiB
Current children cumulated memory: 55324 KiB

[startup+6.30026 s]
/proc/loadavg: 4.12 4.11 3.93 5/263 951908
/proc/meminfo: memFree=127824352/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=68160 memory=54612 CPUtime=6.27 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 8699 0 0 0 625 2 0 0 20 0 1 0 181723275 69795840 13653 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 17040 13653 468 659 0 16244 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 78092 KiB
Current children cumulated memory: 57412 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.11 3.93 5/263 951911
/proc/meminfo: memFree=127769436/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=136336 memory=116372 CPUtime=12.65 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 9356 0 0 0 1262 3 0 0 20 0 1 0 181723275 139608064 29093 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 34084 29093 468 659 0 33288 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 146268 KiB
Current children cumulated memory: 119172 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.10 3.93 5/263 951913
/proc/meminfo: memFree=127707852/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=87016 memory=83564 CPUtime=25.42 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 9429 0 0 0 2538 4 0 0 20 0 1 0 181723275 89104384 20891 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 21754 20891 468 659 0 20958 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 96948 KiB
Current children cumulated memory: 86364 KiB

[startup+51.1059 s]
/proc/loadavg: 4.06 4.09 3.93 5/263 951917
/proc/meminfo: memFree=127693992/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=87016 memory=83564 CPUtime=50.96 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 9704 0 0 0 5090 6 0 0 20 0 1 0 181723275 89104384 20891 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 21754 20891 468 659 0 20958 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 96948 KiB
Current children cumulated memory: 86364 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 3.95 6/263 951926
/proc/meminfo: memFree=127712884/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=197212 memory=169080 CPUtime=102.01 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 10862 0 0 0 10192 9 0 0 20 0 1 0 181723275 201945088 42270 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 49303 42270 468 659 0 48507 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 207144 KiB
Current children cumulated memory: 171880 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.12 3.97 5/263 951937
/proc/meminfo: memFree=127616092/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=166392 memory=160776 CPUtime=161.84 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 11093 0 0 0 16172 12 0 0 20 0 1 0 181723275 170385408 40194 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 41598 40194 468 659 0 40802 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 176324 KiB
Current children cumulated memory: 163576 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.18 4.00 6/263 951950
/proc/meminfo: memFree=127589676/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=247300 memory=203016 CPUtime=221.65 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 12952 0 0 0 22149 16 0 0 20 0 1 0 181723275 253235200 50754 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 61825 50754 468 659 0 61029 0
Current children cumulated CPU time: 221.65 s

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

/proc/loadavg: 4.06 4.13 4.11 5/263 953898
/proc/meminfo: memFree=127243520/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=377428 memory=347936 CPUtime=3092.9 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 45848 0 0 0 309195 95 0 0 20 0 1 0 181723275 386486272 86984 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 94357 86984 468 659 0 93561 0
Current children cumulated CPU time: 3092.9 s
Current children cumulated vsize: 387360 KiB
Current children cumulated memory: 350736 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/263 953908
/proc/meminfo: memFree=127387384/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=296548 memory=255696 CPUtime=3152.7 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 46450 0 0 0 315172 98 0 0 20 0 1 0 181723275 303665152 63924 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 74137 63924 468 659 0 73341 0
Current children cumulated CPU time: 3152.7 s
Current children cumulated vsize: 306480 KiB
Current children cumulated memory: 258496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.16 4.11 5/261 953970
/proc/meminfo: memFree=127636068/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=296720 memory=276244 CPUtime=3212.49 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 46554 0 0 0 321151 98 0 0 20 0 1 0 181723275 303841280 69061 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 74180 69061 468 659 0 73384 0
Current children cumulated CPU time: 3212.49 s
Current children cumulated vsize: 306652 KiB
Current children cumulated memory: 279044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.11 5/259 953980
/proc/meminfo: memFree=127418456/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=379548 memory=298408 CPUtime=3272.28 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 47634 0 0 0 327128 100 0 0 20 0 1 0 181723275 388657152 74602 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 94887 74602 468 659 0 94091 0
Current children cumulated CPU time: 3272.28 s
Current children cumulated vsize: 389480 KiB
Current children cumulated memory: 301208 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/258 953990
/proc/meminfo: memFree=127384960/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=382732 memory=313244 CPUtime=3332.09 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 48397 0 0 0 333108 101 0 0 20 0 1 0 181723275 391917568 78311 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 95683 78311 468 659 0 94887 0
Current children cumulated CPU time: 3332.09 s
Current children cumulated vsize: 392664 KiB
Current children cumulated memory: 316044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/258 954000
/proc/meminfo: memFree=127485364/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=386568 memory=330900 CPUtime=3391.91 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 49280 0 0 0 339090 101 0 0 20 0 1 0 181723275 395845632 82725 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 96642 82725 468 659 0 95846 0
Current children cumulated CPU time: 3391.91 s
Current children cumulated vsize: 396500 KiB
Current children cumulated memory: 333700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/258 954011
/proc/meminfo: memFree=127217264/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=391604 memory=345492 CPUtime=3451.74 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 50461 0 0 0 345072 102 0 0 20 0 1 0 181723275 401002496 86373 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 97901 86373 468 659 0 97105 0
Current children cumulated CPU time: 3451.74 s
Current children cumulated vsize: 401536 KiB
Current children cumulated memory: 348292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/258 954022
/proc/meminfo: memFree=127307436/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=397224 memory=362380 CPUtime=3511.57 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 51749 0 0 0 351055 102 0 0 20 0 1 0 181723275 406757376 90595 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 99306 90595 468 659 0 98510 0
Current children cumulated CPU time: 3511.57 s
Current children cumulated vsize: 407156 KiB
Current children cumulated memory: 365180 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/260 954036
/proc/meminfo: memFree=127024392/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=402856 memory=377760 CPUtime=3571.4 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 53102 0 0 0 357037 103 0 0 20 0 1 0 181723275 412524544 94440 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 100714 94440 468 659 0 99918 0
Current children cumulated CPU time: 3571.4 s
Current children cumulated vsize: 412788 KiB
Current children cumulated memory: 380560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]
/proc/loadavg: 4.16 4.12 4.09 5/260 954040
/proc/meminfo: memFree=127354008/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=272840 memory=264456 CPUtime=3600 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 53499 0 0 0 359896 104 0 0 20 0 1 0 181723275 279388160 66114 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 68210 66114 468 659 0 67414 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 282772 KiB
Current children cumulated memory: 267256 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3611 s]
# the end of solver process 951901 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.05172 s

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

[startup+3611 s]
/proc/loadavg: 4.16 4.12 4.09 5/260 954040
/proc/meminfo: memFree=127354008/131524600 swapFree=131071996/131071996
[pid=951901] ppid=951898 vsize=9932 memory=2800 CPUtime=0 cores=5,7
/proc/951901/stat : 951901 (naps-1.03.sh) S 951898 951901 949443 0 -1 4194304 224 241 0 0 0 0 0 0 20 0 1 0 181723275 10170368 700 134679101440 94355098669056 94355099748376 140728974944464 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94355101846832 94355101894020 94355129593856 140728974951391 140728974951520 140728974951520 140728974958536 0
/proc/951901/statm: 2483 700 623 264 0 134 0
[pid=951906] ppid=951901 vsize=272840 memory=264456 CPUtime=3600 cores=5,7
/proc/951906/stat : 951906 (naps-1.03) R 951901 951901 949443 0 -1 4194304 53499 0 0 0 359896 104 0 0 20 0 1 0 181723275 279388160 66114 134679101440 4194304 6891213 140726302063376 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 23891968 140726302065648 140726302065764 140726302065764 140726302072779 0
/proc/951906/statm: 68210 66114 468 659 0 67414 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 282772 KiB
Current children cumulated memory: 267256 KiB

Child status: 10

Real time (s): 3611
CPU time (s): 3600.02
CPU user time (s): 3598.97
CPU system time (s): 1.05172
CPU usage (%): 99.6959
Max. virtual memory (cumulated for all children) (KiB): 494388
Max. memory (cumulated for all children) (KiB): 414644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.05171
maximum resident set size= 450756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53978
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= 76
involuntary context switches= 4402


# summary of solver processes directly reported to runsolver:
#   pid: 951901
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.05172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48863 second user time and 19.0703 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-18 11:40:43
IDJOB=4442358
IDBENCH=147798
IDSOLVER=3062
FILE ID=nodeC015/4442358-1721295631
RUNJOBID= nodeC015-1721293767-949456
SLURM_JOB_ID= 7542599
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_45_pb.cnf.cr.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442358-1721295631/watcher-4442358-1721295631 -o /tmp/evaluation-result-4442358-1721295631/solver-4442358-1721295631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721293767-949456 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4442358-1721295631.opb

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

MD5SUM BENCH= c4e002803cd12e4b1777ff61c40f9ab0
RANDOM SEED=1616306337

nodeC015.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		: 3664.700
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		: 3665.817
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	: 7006.25
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.938
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		: 3599.977
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	: 7006.25
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.666
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		: 3661.788
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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	: 7006.25
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.079
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		: 3660.251
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127912800 kB
MemAvailable:   128894952 kB
Buffers:          478652 kB
Cached:          1330864 kB
SwapCached:            0 kB
Active:          1578576 kB
Inactive:        1399296 kB
Active(anon):       1580 kB
Inactive(anon):  1204180 kB
Active(file):    1576996 kB
Inactive(file):   195116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5364 kB
Writeback:             0 kB
AnonPages:       1165360 kB
Mapped:           111688 kB
Shmem:             37720 kB
KReclaimable:      99376 kB
Slab:             212712 kB
SReclaimable:      99376 kB
SUnreclaim:       113336 kB
KernelStack:        4236 kB
PageTables:        11824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1534484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC015 at 2024-07-18 12:40:54