Trace number 4443948

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.07 3610.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark8.6827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 7
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4443948-1721313709.opb
3600.05/3610.50	c 
3600.05/3610.50	c *** TERMINATED *** by signal 15
3600.05/3610.50	s UNKNOWN
3600.05/3610.50	c _____________________________________________________________________________
3600.05/3610.50	c std/band forms        : 170,0
3600.05/3610.50	c 2cl/3cl ITE-codings   : 0,0
3600.05/3610.50	c BDD/srt/adr Max costs : 0,24,0
3600.05/3610.50	c BDDraw/bin/mul/srt/adr: 0,0,0,170,0
3600.05/3610.50	c BDD nodes             : 0
3600.05/3610.50	c Es1/CC detections     : 0,0
3600.05/3610.50	c CC sort               : 170
3600.05/3610.50	c SAT/UNSAT calls       : 0,0
3600.05/3610.50	c regenrated variables  : 0
3600.05/3610.50	c eliminated fixed lits : 0
3600.05/3610.50	c goal lit flips        : 0
3600.05/3610.50	c goal stages           : 0
3600.05/3610.50	c goal shrink           : 0
3600.05/3610.50	c goal coeff separations: 0
3600.05/3610.50	c restarts              : 0
3600.05/3610.50	c conflicts             : 0              (0 /sec)
3600.05/3610.50	c decisions             : 0              (0 /sec)
3600.05/3610.50	c propagations          : 0              (0 /sec)
3600.05/3610.50	c inspects              : 0              (0 /sec)
3600.05/3610.50	c CPU time (solving tm) : 3598 s        (3597 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.50	c Time for Opt-base     : 0.000433 s
3600.05/3610.50	c Steps for Opt-base    : 0
3600.05/3610.50	c Time for BDD coding   : 0 s
3600.05/3610.50	c Time for srt coding   : 0.000622 s
3600.05/3610.50	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: 64059 MiB (59709 MiB free)
  memory of node 1: 64510 MiB (60577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443948-1721313709/watcher-4443948-1721313709 -o /tmp/evaluation-result-4443948-1721313709/solver-4443948-1721313709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949651 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4443948-1721313709.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=956028, runsolver pid=956025

[startup+0.10083 s]*
/proc/loadavg: 4.17 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123172036/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=8940 memory=2672 CPUtime=0.1 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 351 0 0 0 10 0 0 0 20 0 1 0 183526970 9154560 668 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 2235 668 436 659 0 1439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18872 KiB
Current children cumulated memory: 5340 KiB

[startup+0.214021 s]*
/proc/loadavg: 4.17 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123170216/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=10568 memory=4768 CPUtime=0.21 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 818 0 0 0 21 0 0 0 20 0 1 0 183526970 10821632 1192 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 2642 1192 436 659 0 1846 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 20500 KiB
Current children cumulated memory: 7436 KiB

[startup+0.313898 s]*
/proc/loadavg: 4.17 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123168396/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=11696 memory=6232 CPUtime=0.31 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 1233 0 0 0 31 0 0 0 20 0 1 0 183526970 11976704 1558 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 2924 1558 436 659 0 2128 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 21628 KiB
Current children cumulated memory: 8900 KiB

[startup+0.700441 s]
/proc/loadavg: 4.17 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123160972/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=16036 memory=13468 CPUtime=0.67 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 3352 0 0 0 67 0 0 0 20 0 1 0 183526970 16420864 3367 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 4009 3367 468 659 0 3213 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 25968 KiB
Current children cumulated memory: 16136 KiB

[startup+1.50043 s]
/proc/loadavg: 4.17 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123149728/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=27800 memory=23536 CPUtime=1.47 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 5525 0 0 0 146 1 0 0 20 0 1 0 183526970 28467200 5884 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 6950 5884 468 659 0 6154 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 37732 KiB
Current children cumulated memory: 26204 KiB

[startup+3.11384 s]
/proc/loadavg: 4.15 4.28 4.23 5/247 956033
/proc/meminfo: memFree=123131952/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=34936 memory=30772 CPUtime=3.08 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 6301 0 0 0 307 1 0 0 20 0 1 0 183526970 35774464 7693 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 8734 7693 468 659 0 7938 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 44868 KiB
Current children cumulated memory: 33440 KiB

[startup+6.30041 s]
/proc/loadavg: 4.15 4.28 4.23 5/247 956034
/proc/meminfo: memFree=123102688/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=46540 memory=42332 CPUtime=6.27 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 7076 0 0 0 625 2 0 0 20 0 1 0 183526970 47656960 10583 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 11635 10583 468 659 0 10839 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 56472 KiB
Current children cumulated memory: 45000 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.27 4.23 5/247 956034
/proc/meminfo: memFree=123057972/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=84132 memory=54448 CPUtime=12.64 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 8476 0 0 0 1261 3 0 0 20 0 1 0 183526970 86151168 13612 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 21033 13612 468 659 0 20237 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 94064 KiB
Current children cumulated memory: 57116 KiB

[startup+25.5004 s]
/proc/loadavg: 4.18 4.27 4.23 5/247 956036
/proc/meminfo: memFree=122994828/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=84132 memory=62640 CPUtime=25.41 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 8517 0 0 0 2538 3 0 0 20 0 1 0 183526970 86151168 15660 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 21033 15660 468 659 0 20237 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 94064 KiB
Current children cumulated memory: 65308 KiB

[startup+51.1137 s]
/proc/loadavg: 4.12 4.25 4.22 5/247 956041
/proc/meminfo: memFree=123023012/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=84132 memory=63420 CPUtime=50.96 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 8832 0 0 0 5090 6 0 0 20 0 1 0 183526970 86151168 15855 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 21033 15855 468 659 0 20237 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 94064 KiB
Current children cumulated memory: 66088 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.23 4.22 5/247 956050
/proc/meminfo: memFree=122969988/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=133452 memory=108476 CPUtime=102.01 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 9030 0 0 0 10190 11 0 0 20 0 1 0 183526970 136654848 27119 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 33363 27119 468 659 0 32567 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 143384 KiB
Current children cumulated memory: 111144 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.22 5/247 956060
/proc/meminfo: memFree=122958912/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=176420 memory=149792 CPUtime=161.85 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 10555 0 0 0 16167 18 0 0 20 0 1 0 183526970 180654080 37448 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 44105 37448 468 659 0 43309 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 186352 KiB
Current children cumulated memory: 152460 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.18 4.20 5/245 956071
/proc/meminfo: memFree=122933268/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=96280 memory=94332 CPUtime=221.7 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 11096 0 0 0 22144 26 0 0 20 0 1 0 183526970 98590720 23583 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 24070 23583 468 659 0 23274 0
Current children cumulated CPU time: 221.7 s

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

/proc/loadavg: 2.12 2.44 3.23 3/232 957873
/proc/meminfo: memFree=123658292/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=312612 memory=261184 CPUtime=3093.29 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 95549 0 0 0 309113 216 0 0 20 0 1 0 183526970 320114688 65296 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 78153 65296 468 659 0 77357 0
Current children cumulated CPU time: 3093.29 s
Current children cumulated vsize: 322544 KiB
Current children cumulated memory: 263852 KiB

[startup+3162.3 s]
/proc/loadavg: 2.16 2.39 3.16 3/232 957883
/proc/meminfo: memFree=123559848/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=262524 memory=236172 CPUtime=3153.11 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 97186 0 0 0 315091 220 0 0 20 0 1 0 183526970 268824576 59043 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 65631 59043 468 659 0 64835 0
Current children cumulated CPU time: 3153.11 s
Current children cumulated vsize: 272456 KiB
Current children cumulated memory: 238840 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.33 3.09 3/229 957894
/proc/meminfo: memFree=123341624/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=231704 memory=216328 CPUtime=3212.99 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 98409 0 0 0 321075 224 0 0 20 0 1 0 183526970 237264896 54082 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 57926 54082 468 659 0 57130 0
Current children cumulated CPU time: 3212.99 s
Current children cumulated vsize: 241636 KiB
Current children cumulated memory: 218996 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.29 3.03 3/229 957905
/proc/meminfo: memFree=123584868/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=394000 memory=326344 CPUtime=3272.81 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 99870 0 0 0 327054 227 0 0 20 0 1 0 183526970 403456000 81586 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 98500 81586 468 659 0 97704 0
Current children cumulated CPU time: 3272.81 s
Current children cumulated vsize: 403932 KiB
Current children cumulated memory: 329012 KiB

[startup+3342.3 s]
/proc/loadavg: 2.13 2.26 2.97 3/229 957915
/proc/meminfo: memFree=123488088/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=312612 memory=306032 CPUtime=3332.63 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 101467 0 0 0 333032 231 0 0 20 0 1 0 183526970 320114688 76508 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 78153 76508 468 659 0 77357 0
Current children cumulated CPU time: 3332.63 s
Current children cumulated vsize: 322544 KiB
Current children cumulated memory: 308700 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.23 2.91 3/229 957925
/proc/meminfo: memFree=123432548/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=265584 memory=257980 CPUtime=3392.47 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 102926 0 0 0 339012 235 0 0 20 0 1 0 183526970 271958016 64495 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 66396 64495 468 659 0 65600 0
Current children cumulated CPU time: 3392.47 s
Current children cumulated vsize: 275516 KiB
Current children cumulated memory: 260648 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.21 2.86 3/229 957936
/proc/meminfo: memFree=123584784/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=400084 memory=347628 CPUtime=3452.28 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 105005 0 0 0 344991 237 0 0 20 0 1 0 183526970 409686016 86907 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 100021 86907 468 659 0 99225 0
Current children cumulated CPU time: 3452.28 s
Current children cumulated vsize: 410016 KiB
Current children cumulated memory: 350296 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.19 2.81 3/232 957951
/proc/meminfo: memFree=123499584/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=321148 memory=316368 CPUtime=3512.12 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 107511 0 0 0 350971 241 0 0 20 0 1 0 183526970 328855552 79092 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 80287 79092 468 659 0 79491 0
Current children cumulated CPU time: 3512.12 s
Current children cumulated vsize: 331080 KiB
Current children cumulated memory: 319036 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.18 2.77 3/232 957961
/proc/meminfo: memFree=123461880/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=276020 memory=252360 CPUtime=3571.94 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 109025 0 0 0 356950 244 0 0 20 0 1 0 183526970 282644480 63090 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 69005 63090 468 659 0 68209 0
Current children cumulated CPU time: 3571.94 s
Current children cumulated vsize: 285952 KiB
Current children cumulated memory: 255028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 2.18 2.19 2.75 3/232 957967
/proc/meminfo: memFree=123371848/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=326108 memory=305864 CPUtime=3600.05 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 109956 0 0 0 359760 245 0 0 20 0 1 0 183526970 333934592 76466 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 81527 76466 468 659 0 80731 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 336040 KiB
Current children cumulated memory: 308532 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.61 s, system=2.46135 s

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

[startup+3610.5 s]
/proc/loadavg: 2.18 2.19 2.75 3/232 957967
/proc/meminfo: memFree=123371848/131655788 swapFree=131071996/131071996
[pid=956028] ppid=956025 vsize=9932 memory=2668 CPUtime=0 cores=1,3
/proc/956028/stat : 956028 (naps-1.03.sh) S 956025 956028 949639 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 183526970 10170368 667 134679101440 94325235126272 94325236205592 140721536229296 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94325238304048 94325238351236 94325270601728 140721536238559 140721536238688 140721536238688 140721536245704 0
/proc/956028/statm: 2483 667 588 264 0 134 0
[pid=956033] ppid=956028 vsize=326108 memory=305864 CPUtime=3600.05 cores=1,3
/proc/956033/stat : 956033 (naps-1.03) R 956028 956028 949639 0 -1 4194304 109956 0 0 0 359760 245 0 0 20 0 1 0 183526970 333934592 76466 134679101440 4194304 6891213 140731632543616 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 32178176 140731632546800 140731632546916 140731632546916 140731632553931 0
/proc/956033/statm: 81527 76466 468 659 0 80731 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 336040 KiB
Current children cumulated memory: 308532 KiB

Child status: 10

Real time (s): 3610.5
CPU time (s): 3600.07
CPU user time (s): 3597.61
CPU system time (s): 2.46135
CPU usage (%): 99.711
Max. virtual memory (cumulated for all children) (KiB): 460720
Max. memory (cumulated for all children) (KiB): 408556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.61
system time used= 2.46135
maximum resident set size= 425840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110434
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= 112
involuntary context switches= 4709


# summary of solver processes directly reported to runsolver:
#   pid: 956028
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.61
#   total CPU system time (s): 2.46135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4516 second user time and 39.1764 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 16:42:01
IDJOB=4443948
IDBENCH=147891
IDSOLVER=3062
FILE ID=nodeC003/4443948-1721313709
RUNJOBID= nodeC003-1721305421-949651
SLURM_JOB_ID= 7542634
Free space on /tmp= 723764 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443948-1721313709/watcher-4443948-1721313709 -o /tmp/evaluation-result-4443948-1721313709/solver-4443948-1721313709 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949651 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4443948-1721313709.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1372756047

nodeC003.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	: 0xb00001f
cpu MHz		: 3675.458
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3491.912
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.383
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 3571.314
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 3533.358
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.347
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.312
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123173976 kB
MemAvailable:   128733868 kB
Buffers:          509932 kB
Cached:          5826892 kB
SwapCached:            0 kB
Active:           920680 kB
Inactive:        6877456 kB
Active(anon):       1476 kB
Inactive(anon):  1497544 kB
Active(file):     919204 kB
Inactive(file):  5379912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6972 kB
Writeback:             4 kB
AnonPages:       1461320 kB
Mapped:           111624 kB
Shmem:             37704 kB
KReclaimable:     201616 kB
Slab:             316816 kB
SReclaimable:     201616 kB
SUnreclaim:       115200 kB
KernelStack:        3952 kB
PageTables:        12132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1884296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1120256 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC003 at 2024-07-18 17:42:11