Trace number 4447399

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 1.03? (TO) 3600.05 3608.8

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n148-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMfefb64a1b2a7fa00e7ba601f2504d0e0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables222
Total number of constraints592
Number of constraints which are clauses592
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 Input file name: HOME/instance-4447399-1721335974.opb
3600.03/3608.80	c 
3600.03/3608.80	c *** TERMINATED *** by signal 15
3600.03/3608.80	s UNKNOWN
3600.03/3608.80	c _____________________________________________________________________________
3600.03/3608.80	c std/band forms        : 0,0
3600.03/3608.80	c 2cl/3cl ITE-codings   : 0,0
3600.03/3608.80	c BDD/srt/adr Max costs : 0,0,0
3600.03/3608.80	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.03/3608.80	c BDD nodes             : 0
3600.03/3608.80	c Es1/CC detections     : 0,0
3600.03/3608.80	c CC sort               : 0
3600.03/3608.80	c SAT/UNSAT calls       : 0,0
3600.03/3608.80	c regenrated variables  : 0
3600.03/3608.80	c eliminated fixed lits : 0
3600.03/3608.80	c goal lit flips        : 0
3600.03/3608.80	c goal stages           : 0
3600.03/3608.80	c goal shrink           : 0
3600.03/3608.80	c goal coeff separations: 0
3600.03/3608.80	c restarts              : 0
3600.03/3608.80	c conflicts             : 0              (0 /sec)
3600.03/3608.80	c decisions             : 0              (0 /sec)
3600.03/3608.80	c propagations          : 0              (0 /sec)
3600.03/3608.80	c inspects              : 0              (0 /sec)
3600.03/3608.80	c CPU time (solving tm) : 3524 s        (3524 s, SAT 0 s, UNSAT 0 s)
3600.03/3608.80	c Time for Opt-base     : 0 s
3600.03/3608.80	c Steps for Opt-base    : 0
3600.03/3608.80	c Time for BDD coding   : 0 s
3600.03/3608.80	c Time for srt coding   : 0 s
3600.03/3608.80	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 (61254 MiB free)
  memory of node 1: 64510 MiB (61470 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447399-1721335974/watcher-4447399-1721335974 -o /tmp/evaluation-result-4447399-1721335974/solver-4447399-1721335974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945240 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4447399-1721335974.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=950494, runsolver pid=950491

[startup+0.100084 s]*
/proc/loadavg: 4.17 4.16 4.15 5/260 950499
/proc/meminfo: memFree=125669000/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=4616 memory=3004 CPUtime=0.1 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 420 0 0 0 10 0 0 0 20 0 1 0 185757991 4726784 751 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1154 751 500 659 0 358 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14548 KiB
Current children cumulated memory: 5704 KiB

[startup+0.205604 s]*
/proc/loadavg: 4.17 4.16 4.15 5/260 950499
/proc/meminfo: memFree=125666616/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=5072 memory=3192 CPUtime=0.2 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 745 0 0 0 20 0 0 0 20 0 1 0 185757991 5193728 798 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1268 798 500 659 0 472 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 15004 KiB
Current children cumulated memory: 5892 KiB

[startup+0.305396 s]*
/proc/loadavg: 4.17 4.16 4.15 5/260 950499
/proc/meminfo: memFree=125666280/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=5932 memory=3656 CPUtime=0.3 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 1211 0 0 0 30 0 0 0 20 0 1 0 185757991 6074368 914 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1483 914 500 659 0 687 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 15864 KiB
Current children cumulated memory: 6356 KiB

[startup+0.700208 s]
/proc/loadavg: 4.17 4.16 4.15 5/260 950499
/proc/meminfo: memFree=125665608/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=5744 memory=3588 CPUtime=0.69 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 2808 0 0 0 69 0 0 0 20 0 1 0 185757991 5881856 897 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1436 897 500 659 0 640 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 15676 KiB
Current children cumulated memory: 6288 KiB

[startup+1.50022 s]
/proc/loadavg: 4.17 4.16 4.15 5/260 950499
/proc/meminfo: memFree=125665480/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=6316 memory=3788 CPUtime=1.48 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 6631 0 0 0 148 0 0 0 20 0 1 0 185757991 6467584 947 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1579 947 500 659 0 783 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 16248 KiB
Current children cumulated memory: 6488 KiB

[startup+3.10582 s]
/proc/loadavg: 4.16 4.15 4.15 5/260 950499
/proc/meminfo: memFree=125658812/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=6828 memory=4444 CPUtime=3.09 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 15580 0 0 0 307 2 0 0 20 0 1 0 185757991 6991872 1111 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1707 1111 500 659 0 911 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 16760 KiB
Current children cumulated memory: 7144 KiB

[startup+6.30021 s]
/proc/loadavg: 4.16 4.15 4.15 5/260 950501
/proc/meminfo: memFree=125658608/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=6316 memory=3960 CPUtime=6.28 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 34391 0 0 0 624 4 0 0 20 0 1 0 185757991 6467584 990 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1579 990 500 659 0 783 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 16248 KiB
Current children cumulated memory: 6660 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.15 4.15 5/260 950501
/proc/meminfo: memFree=125657316/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=7852 memory=5432 CPUtime=12.66 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 83578 0 0 0 1257 9 0 0 20 0 1 0 185757991 8040448 1358 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1963 1358 500 659 0 1167 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 17784 KiB
Current children cumulated memory: 8132 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.14 4.14 5/260 950503
/proc/meminfo: memFree=125658716/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=6608 memory=4360 CPUtime=25.43 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 200875 0 0 0 2521 22 0 0 20 0 1 0 185757991 6766592 1090 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1652 1090 500 659 0 856 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 16540 KiB
Current children cumulated memory: 7060 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.14 4.15 5/260 950508
/proc/meminfo: memFree=125686340/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=7632 memory=5048 CPUtime=50.98 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 461128 0 0 0 5038 60 0 0 20 0 1 0 185757991 7815168 1262 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 1908 1262 500 659 0 1112 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 17564 KiB
Current children cumulated memory: 7748 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.13 4.14 5/260 950518
/proc/meminfo: memFree=125671648/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=11972 memory=6940 CPUtime=102.06 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 1084652 0 0 0 10054 152 0 0 20 0 1 0 185757991 12259328 1735 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 2993 1735 500 659 0 2197 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 21904 KiB
Current children cumulated memory: 9640 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/260 950912
/proc/meminfo: memFree=125655644/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=8900 memory=6184 CPUtime=161.91 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 1849733 0 0 0 15909 282 0 0 20 0 1 0 185757991 9113600 1546 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 2225 1546 500 659 0 1429 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 18832 KiB
Current children cumulated memory: 8884 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/260 950922
/proc/meminfo: memFree=125653644/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=9192 memory=6576 CPUtime=221.77 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 2666090 0 0 0 21750 427 0 0 20 0 1 0 185757991 9412608 1644 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 2298 1644 500 659 0 1502 0
Current children cumulated CPU time: 221.77 s

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

/proc/loadavg: 4.15 4.14 4.12 6/257 952545
/proc/meminfo: memFree=126013764/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=17080 CPUtime=3034.92 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 41419120 0 0 0 296842 6650 0 0 20 0 1 0 185757991 21061632 4270 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4270 500 659 0 4346 0
Current children cumulated CPU time: 3034.92 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 19780 KiB

[startup+3102.3 s]
/proc/loadavg: 3.52 3.96 4.06 4/253 952576
/proc/meminfo: memFree=126016584/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=13184 CPUtime=3094.78 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 42442128 0 0 0 302689 6789 0 0 20 0 1 0 185757991 21061632 3296 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 3296 500 659 0 4346 0
Current children cumulated CPU time: 3094.78 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 15884 KiB

[startup+3162.3 s]
/proc/loadavg: 3.24 3.80 3.99 4/251 952586
/proc/meminfo: memFree=126021060/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=16864 CPUtime=3154.64 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 42984523 0 0 0 308587 6877 0 0 20 0 1 0 185757991 21061632 4216 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4216 500 659 0 4346 0
Current children cumulated CPU time: 3154.64 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 19564 KiB

[startup+3222.3 s]
/proc/loadavg: 3.15 3.67 3.93 4/251 952596
/proc/meminfo: memFree=126018344/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=12920 CPUtime=3214.49 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 43244637 0 0 0 314525 6924 0 0 20 0 1 0 185757991 21061632 3230 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 3230 500 659 0 4346 0
Current children cumulated CPU time: 3214.49 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 15620 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.56 3.88 4/251 952607
/proc/meminfo: memFree=126029048/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=17844 CPUtime=3274.33 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 44123391 0 0 0 320388 7045 0 0 20 0 1 0 185757991 21061632 4461 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4461 500 659 0 4346 0
Current children cumulated CPU time: 3274.33 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 20544 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.48 3.83 4/251 952617
/proc/meminfo: memFree=126022408/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=17952 CPUtime=3334.16 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 45283175 0 0 0 326212 7204 0 0 20 0 1 0 185757991 21061632 4488 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4488 500 659 0 4346 0
Current children cumulated CPU time: 3334.16 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 20652 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.41 3.78 4/250 952627
/proc/meminfo: memFree=126013604/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=14240 CPUtime=3394 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 45815426 0 0 0 332120 7280 0 0 20 0 1 0 185757991 21061632 3560 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 3560 500 659 0 4346 0
Current children cumulated CPU time: 3394 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 16940 KiB

[startup+3462.3 s]
/proc/loadavg: 3.07 3.35 3.74 4/252 952641
/proc/meminfo: memFree=126015380/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=14324 CPUtime=3453.87 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 46153171 0 0 0 338049 7338 0 0 20 0 1 0 185757991 21061632 3581 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 3581 500 659 0 4346 0
Current children cumulated CPU time: 3453.87 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 17024 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.31 3.70 4/252 952653
/proc/meminfo: memFree=126010032/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=32856 memory=19980 CPUtime=3513.74 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 47038344 0 0 0 343914 7460 0 0 20 0 1 0 185757991 33644544 4995 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 8214 4995 500 659 0 7418 0
Current children cumulated CPU time: 3513.74 s
Current children cumulated vsize: 42788 KiB
Current children cumulated memory: 22680 KiB

[startup+3582.3 s]
/proc/loadavg: 3.10 3.27 3.66 4/252 952663
/proc/meminfo: memFree=126009408/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=16992 CPUtime=3573.59 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 48190648 0 0 0 349747 7612 0 0 20 0 1 0 185757991 21061632 4248 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4248 500 659 0 4346 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 19692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 3.06 3.24 3.63 4/252 952669
/proc/meminfo: memFree=126008516/131524600 swapFree=131071996/131071996
[pid=950494] ppid=950491 vsize=9932 memory=2700 CPUtime=0 cores=1,3
/proc/950494/stat : 950494 (naps-1.03.sh) S 950491 950494 945228 0 -1 4194304 224 242 0 0 0 0 0 0 20 0 1 0 185757991 10170368 675 134679101440 94219881570304 94219882649624 140733512533408 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94219884748080 94219884795268 94219886653440 140733512541155 140733512541280 140733512541280 140733512548296 0
/proc/950494/statm: 2483 675 597 264 0 134 0
[pid=950499] ppid=950494 vsize=20568 memory=17424 CPUtime=3600.03 cores=1,3
/proc/950499/stat : 950499 (naps-1.03) R 950494 950494 945228 0 -1 4194304 48318836 0 0 0 352370 7633 0 0 20 0 1 0 185757991 21061632 4356 134679101440 4194304 6891213 140736039195920 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 22044672 140736039199732 140736039199844 140736039199844 140736039206859 0
/proc/950499/statm: 5142 4356 500 659 0 4346 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 20124 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3523.71 s, system=76.339 s

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

Child status: 10

Real time (s): 3608.8
CPU time (s): 3600.05
CPU user time (s): 3523.71
CPU system time (s): 76.339
CPU usage (%): 99.7575
Max. virtual memory (cumulated for all children) (KiB): 42788
Max. memory (cumulated for all children) (KiB): 28884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3523.71
system time used= 76.339
maximum resident set size= 26308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48319318
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= 24
involuntary context switches= 4758


# summary of solver processes directly reported to runsolver:
#   pid: 950494
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3523.71
#   total CPU system time (s): 76.339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72221 second user time and 15.8996 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 22:53:06
IDJOB=4447399
IDBENCH=158687
IDSOLVER=3063
FILE ID=nodeC016/4447399-1721335974
RUNJOBID= nodeC016-1721328665-945240
SLURM_JOB_ID= 7542689
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n148-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447399-1721335974/watcher-4447399-1721335974 -o /tmp/evaluation-result-4447399-1721335974/solver-4447399-1721335974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721328665-945240 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4447399-1721335974.opb

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

MD5SUM BENCH= fefb64a1b2a7fa00e7ba601f2504d0e0
RANDOM SEED=1151869834

nodeC016.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		: 3656.938
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.70
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		: 3660.693
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.63
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		: 3600.089
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.70
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		: 3663.886
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.63
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.872
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.70
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		: 3664.865
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.63
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.178
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.70
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		: 3599.987
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125673184 kB
MemAvailable:   129396812 kB
Buffers:          363268 kB
Cached:          4195488 kB
SwapCached:            0 kB
Active:           569828 kB
Inactive:        4671684 kB
Active(anon):       1584 kB
Inactive(anon):   718560 kB
Active(file):     568244 kB
Inactive(file):  3953124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5428 kB
Writeback:             0 kB
AnonPages:        667592 kB
Mapped:           112768 kB
Shmem:             37720 kB
KReclaimable:      83812 kB
Slab:             193764 kB
SReclaimable:      83812 kB
SUnreclaim:       109952 kB
KernelStack:        4124 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1118344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC016 at 2024-07-18 23:53:15