Trace number 4456326

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.06 3606.71

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_wcsp.wbo
MD5SUMfbb4da79d40095d38c594df560c89a05
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2455561
Best CPU time to get the best result obtained on this benchmark3602.32
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7976
Total number of constraints1810140
Number of soft constraints1809940
Number of constraints which are clauses1809940
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 468527294
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 286472940853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4456326-1721719315.wbo
19.55/19.68	c single stage optimization mode
3600.04/3606.70	c 
3600.04/3606.70	c *** TERMINATED *** by signal 15
3600.04/3606.70	s UNKNOWN
3600.04/3606.70	c _____________________________________________________________________________
3600.04/3606.70	c std/band forms        : 200,0
3600.04/3606.70	c 2cl/3cl ITE-codings   : 0,0
3600.04/3606.70	c BDD/srt/adr Max costs : 0,694,0
3600.04/3606.70	c BDDraw/bin/mul/srt/adr: 0,0,0,200,0
3600.04/3606.70	c BDD nodes             : 0
3600.04/3606.70	c Es1/CC detections     : 0,0
3600.04/3606.70	c CC sort               : 200
3600.04/3606.70	c SAT/UNSAT calls       : 0,0
3600.04/3606.70	c regenrated variables  : 0
3600.04/3606.70	c eliminated fixed lits : 0
3600.04/3606.70	c goal lit flips        : 735978
3600.04/3606.70	c goal stages           : 1
3600.04/3606.70	c goal shrink           : 0
3600.04/3606.70	c goal coeff separations: 0
3600.04/3606.70	c restarts              : 0
3600.04/3606.70	c conflicts             : 0              (0 /sec)
3600.04/3606.70	c decisions             : 0              (0 /sec)
3600.04/3606.70	c propagations          : 0              (0 /sec)
3600.04/3606.70	c inspects              : 0              (0 /sec)
3600.04/3606.70	c CPU time (solving tm) : 3599 s        (3576 s, SAT 0 s, UNSAT 0 s)
3600.04/3606.70	c Time for Opt-base     : 0.02445 s
3600.04/3606.70	c Steps for Opt-base    : 0
3600.04/3606.70	c Time for BDD coding   : 0 s
3600.04/3606.70	c Time for srt coding   : 0.01459 s
3600.04/3606.70	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: 64096 MiB (61748 MiB free)
  memory of node 1: 64473 MiB (52287 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456326-1721719315/watcher-4456326-1721719315 -o /tmp/evaluation-result-4456326-1721719315/solver-4456326-1721719315 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721718429-79326 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4456326-1721719315.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=80573, runsolver pid=80570
Current StackSize limit: 8192 KiB


[startup+0.101006 s]*
/proc/loadavg: 4.19 4.06 3.23 5/251 80578
/proc/meminfo: memFree=117290964/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=9924 memory=8516 CPUtime=0.09 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 1820 0 0 0 9 0 0 0 20 0 1 0 7920853 10162176 2129 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 2481 2129 580 659 0 1685 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19856 KiB
Current children cumulated memory: 11340 KiB

[startup+0.209026 s]*
/proc/loadavg: 4.19 4.06 3.23 10/251 80578
/proc/meminfo: memFree=117286324/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=14764 memory=12988 CPUtime=0.19 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 3181 0 0 0 19 0 0 0 20 0 1 0 7920853 15118336 3247 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 3691 3247 580 659 0 2895 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24696 KiB
Current children cumulated memory: 15812 KiB

[startup+0.307691 s]*
/proc/loadavg: 4.19 4.06 3.23 5/251 80578
/proc/meminfo: memFree=117284328/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=16660 memory=14836 CPUtime=0.3 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 3692 0 0 0 29 1 0 0 20 0 1 0 7920853 17059840 3709 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 4165 3709 580 659 0 3369 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26592 KiB
Current children cumulated memory: 17660 KiB

[startup+0.700239 s]
/proc/loadavg: 4.19 4.06 3.23 5/251 80578
/proc/meminfo: memFree=117144560/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=30132 memory=28108 CPUtime=0.68 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 7465 0 0 0 66 2 0 0 20 0 1 0 7920853 30855168 6961 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 7533 7027 580 659 0 6737 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40064 KiB
Current children cumulated memory: 30932 KiB

[startup+1.50038 s]
/proc/loadavg: 4.19 4.06 3.23 5/251 80578
/proc/meminfo: memFree=116628604/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=92184 memory=86132 CPUtime=1.48 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 20001 0 0 0 142 6 0 0 20 0 1 0 7920853 94396416 21533 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 23046 21533 580 659 0 22250 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 102116 KiB
Current children cumulated memory: 88956 KiB

[startup+3.11412 s]
/proc/loadavg: 4.17 4.06 3.23 5/251 80578
/proc/meminfo: memFree=116102196/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=214204 memory=207192 CPUtime=3.09 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 38006 0 0 0 298 11 0 0 20 0 1 0 7920853 219344896 51798 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 53551 51798 580 659 0 52755 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 224136 KiB
Current children cumulated memory: 210016 KiB

[startup+6.30036 s]
/proc/loadavg: 4.17 4.06 3.23 5/251 80578
/proc/meminfo: memFree=116308152/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=468900 memory=463896 CPUtime=6.27 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 67443 0 0 0 608 19 0 0 20 0 1 0 7920853 480153600 115974 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 117225 115974 580 659 0 116429 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 478832 KiB
Current children cumulated memory: 466720 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.06 3.24 5/251 80580
/proc/meminfo: memFree=116232672/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1166380 memory=1146896 CPUtime=12.66 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 148414 0 0 0 1225 41 0 0 20 0 1 0 7920853 1194373120 286724 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 291595 286724 580 659 0 290799 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1176312 KiB
Current children cumulated memory: 1149720 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.06 3.25 5/251 80581
/proc/meminfo: memFree=115996800/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1588068 CPUtime=25.43 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 247884 0 0 0 2486 57 0 0 20 0 1 0 7920853 1645563904 397017 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 397017 612 659 0 400953 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1590892 KiB

[startup+51.1143 s]
/proc/loadavg: 4.14 4.07 3.28 5/251 80587
/proc/meminfo: memFree=116321500/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1588068 CPUtime=51.01 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 247892 0 0 0 5043 58 0 0 20 0 1 0 7920853 1645563904 397017 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 397017 612 659 0 400953 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1590892 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.09 3.33 5/251 80595
/proc/meminfo: memFree=116027328/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1588068 CPUtime=102.11 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 247903 0 0 0 10152 59 0 0 20 0 1 0 7920853 1645563904 397017 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 397017 612 659 0 400953 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1590892 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.10 3.38 5/251 80605
/proc/meminfo: memFree=115997880/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1588068 CPUtime=162 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 247917 0 0 0 16141 59 0 0 20 0 1 0 7920853 1645563904 397017 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 397017 612 659 0 400953 0
Current children cumulated CPU time: 162 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1590892 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 3.43 5/251 80999
/proc/meminfo: memFree=116097796/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1588068 CPUtime=221.9 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 247935 0 0 0 22130 60 0 0 20 0 1 0 7920853 1645563904 397017 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 397017 612 659 0 400953 0
Current children cumulated CPU time: 221.9 s
Current children cumulated vsize: 1616928 KiB

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

/proc/loadavg: 4.13 4.12 4.09 5/247 82820
/proc/meminfo: memFree=104545304/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3096.78 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249572 0 0 0 309592 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3096.78 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/247 82830
/proc/meminfo: memFree=104109136/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3156.64 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249610 0 0 0 315578 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3156.64 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/245 82840
/proc/meminfo: memFree=104271628/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3216.51 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249642 0 0 0 321565 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3216.51 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/245 82851
/proc/meminfo: memFree=104542372/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3276.37 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249675 0 0 0 327551 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3276.37 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/245 82862
/proc/meminfo: memFree=104286712/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3336.24 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249709 0 0 0 333538 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3336.24 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/245 82872
/proc/meminfo: memFree=104123724/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3396.1 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249744 0 0 0 339524 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3396.1 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.16 4.11 5/245 82883
/proc/meminfo: memFree=104289796/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3455.96 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249785 0 0 0 345510 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3455.96 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3522.3 s]
/proc/loadavg: 4.79 4.33 4.17 5/246 82896
/proc/meminfo: memFree=104559688/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3515.83 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249815 0 0 0 351497 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3515.83 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.28 4.16 5/246 82907
/proc/meminfo: memFree=104541788/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3575.69 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249851 0 0 0 357483 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3575.69 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.7 s]
/proc/loadavg: 4.23 4.26 4.16 5/246 82910
/proc/meminfo: memFree=104541236/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3600.04 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249860 0 0 0 359918 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.19 s, system=0.872314 s

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

[startup+3606.7 s]
/proc/loadavg: 4.23 4.26 4.16 5/246 82910
/proc/meminfo: memFree=104541236/131655788 swapFree=131071996/131071996
[pid=80573] ppid=80570 vsize=9932 memory=2824 CPUtime=0 cores=4,6
/proc/80573/stat : 80573 (naps-1.03.sh) S 80570 80573 79315 0 -1 4194304 225 244 0 0 0 0 0 0 20 0 1 0 7920852 10170368 706 134679101440 94719615520768 94719616600088 140726544217568 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94719618698544 94719618745732 94719630381056 140726544221155 140726544221280 140726544221280 140726544228296 0
/proc/80573/statm: 2483 706 631 264 0 134 0
[pid=80578] ppid=80573 vsize=1606996 memory=1595776 CPUtime=3600.04 cores=4,6
/proc/80578/stat : 80578 (naps-1.03) R 80573 80573 79315 0 -1 4194304 249860 0 0 0 359918 86 0 0 20 0 1 0 7920853 1645563904 398944 134679101440 4194304 6891213 140731081585328 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 25976832 140731081589748 140731081589860 140731081589860 140731081596875 0
/proc/80578/statm: 401749 398944 612 659 0 400953 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1616928 KiB
Current children cumulated memory: 1598600 KiB

Child status: 10

Real time (s): 3606.71
CPU time (s): 3600.06
CPU user time (s): 3599.19
CPU system time (s): 0.872314
CPU usage (%): 99.8157
Max. virtual memory (cumulated for all children) (KiB): 1616928
Max. memory (cumulated for all children) (KiB): 1598600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.19
system time used= 0.872314
maximum resident set size= 1595776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250344
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= 15
involuntary context switches= 1177


# summary of solver processes directly reported to runsolver:
#   pid: 80573
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.19
#   total CPU system time (s): 0.872314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6227 second user time and 38.3382 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-23 09:21:56
IDJOB=4456326
IDBENCH=143875
IDSOLVER=3043
FILE ID=nodeC006/4456326-1721719315
RUNJOBID= nodeC006-1721718429-79326
SLURM_JOB_ID= 7770413
Free space on /tmp= 723704 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456326-1721719315/watcher-4456326-1721719315 -o /tmp/evaluation-result-4456326-1721719315/solver-4456326-1721719315 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721718429-79326 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4456326-1721719315.wbo

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

MD5SUM BENCH= fbb4da79d40095d38c594df560c89a05
RANDOM SEED=8072080

nodeC006.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		: 3672.881
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.06
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		: 3524.703
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.40
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.274
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.06
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.169
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.40
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		: 1661.416
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.06
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		: 3548.917
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.40
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		: 1462.912
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.06
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.138
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116772592 kB
MemAvailable:   120729176 kB
Buffers:          135556 kB
Cached:          4606408 kB
SwapCached:            0 kB
Active:           868756 kB
Inactive:       13417140 kB
Active(anon):       1464 kB
Inactive(anon):  9571996 kB
Active(file):     867292 kB
Inactive(file):  3845144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             62292 kB
Writeback:             0 kB
AnonPages:       9542008 kB
Mapped:           106832 kB
Shmem:             29512 kB
KReclaimable:     168692 kB
Slab:             265416 kB
SReclaimable:     168692 kB
SUnreclaim:        96724 kB
KernelStack:        4032 kB
PageTables:        28156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11075564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6629376 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:      269128 kB
DirectMap2M:    25849856 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 723652 MiB
End job on nodeC006 at 2024-07-23 10:22:03