Trace number 4442779

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.09 3611.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
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-4442779-1721301658.opb
3600.07/3611.80	c 
3600.07/3611.80	c *** TERMINATED *** by signal 15
3600.07/3611.80	s UNKNOWN
3600.07/3611.80	c _____________________________________________________________________________
3600.07/3611.80	c std/band forms        : 0,0
3600.07/3611.80	c 2cl/3cl ITE-codings   : 0,0
3600.07/3611.80	c BDD/srt/adr Max costs : 0,0,0
3600.07/3611.80	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.07/3611.80	c BDD nodes             : 0
3600.07/3611.80	c Es1/CC detections     : 0,0
3600.07/3611.80	c CC sort               : 0
3600.07/3611.80	c SAT/UNSAT calls       : 0,0
3600.07/3611.80	c regenrated variables  : 0
3600.07/3611.80	c eliminated fixed lits : 0
3600.07/3611.80	c goal lit flips        : 0
3600.07/3611.80	c goal stages           : 0
3600.07/3611.80	c goal shrink           : 0
3600.07/3611.80	c goal coeff separations: 0
3600.07/3611.80	c restarts              : 0
3600.07/3611.80	c conflicts             : 0              (0 /sec)
3600.07/3611.80	c decisions             : 0              (0 /sec)
3600.07/3611.80	c propagations          : 0              (0 /sec)
3600.07/3611.80	c inspects              : 0              (0 /sec)
3600.07/3611.80	c CPU time (solving tm) : 3591 s        (3590 s, SAT 0 s, UNSAT 0 s)
3600.07/3611.80	c Time for Opt-base     : 0 s
3600.07/3611.80	c Steps for Opt-base    : 0
3600.07/3611.80	c Time for BDD coding   : 0 s
3600.07/3611.80	c Time for srt coding   : 0 s
3600.07/3611.80	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61846 MiB free)
  memory of node 1: 64510 MiB (61983 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442779-1721301658/watcher-4442779-1721301658 -o /tmp/evaluation-result-4442779-1721301658/solver-4442779-1721301658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721293768-952553 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4442779-1721301658.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=958572, runsolver pid=958569

[startup+0.100084 s]*
/proc/loadavg: 4.18 4.17 4.11 5/263 958577
/proc/meminfo: memFree=126809536/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=5908 memory=4088 CPUtime=0.1 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 696 0 0 0 10 0 0 0 20 0 1 0 182324948 6049792 1022 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 1477 1022 500 659 0 681 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15840 KiB
Current children cumulated memory: 6956 KiB

[startup+0.205494 s]*
/proc/loadavg: 4.17 4.16 4.11 5/263 958577
/proc/meminfo: memFree=126806856/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=6420 memory=4604 CPUtime=0.2 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 817 0 0 0 20 0 0 0 20 0 1 0 182324948 6574080 1151 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 1605 1151 500 659 0 809 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 16352 KiB
Current children cumulated memory: 7472 KiB

[startup+0.304428 s]*
/proc/loadavg: 4.17 4.16 4.11 5/263 958577
/proc/meminfo: memFree=126810620/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=7444 memory=5116 CPUtime=0.3 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 933 0 0 0 30 0 0 0 20 0 1 0 182324948 7622656 1279 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 1861 1279 500 659 0 1065 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 17376 KiB
Current children cumulated memory: 7984 KiB

[startup+0.700179 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 958577
/proc/meminfo: memFree=126802596/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=9492 memory=6932 CPUtime=0.69 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 1398 0 0 0 69 0 0 0 20 0 1 0 182324948 9719808 1733 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 2373 1733 500 659 0 1577 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 19424 KiB
Current children cumulated memory: 9800 KiB

[startup+1.50021 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 958577
/proc/meminfo: memFree=126803052/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=14916 memory=11136 CPUtime=1.49 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 4566 0 0 0 148 1 0 0 20 0 1 0 182324948 15273984 2784 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 3729 2784 500 659 0 2933 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 24848 KiB
Current children cumulated memory: 14004 KiB

[startup+3.10546 s]
/proc/loadavg: 4.17 4.16 4.11 5/263 958577
/proc/meminfo: memFree=126786888/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=38068 memory=27308 CPUtime=3.09 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 7991 0 0 0 307 2 0 0 20 0 1 0 182324948 38981632 6827 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 9517 6827 500 659 0 8721 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 48000 KiB
Current children cumulated memory: 30176 KiB

[startup+6.30019 s]
/proc/loadavg: 4.16 4.16 4.11 5/263 958579
/proc/meminfo: memFree=126788796/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=34384 memory=28640 CPUtime=6.27 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 11136 0 0 0 625 2 0 0 20 0 1 0 182324948 35209216 7160 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 8596 7160 500 659 0 7800 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44316 KiB
Current children cumulated memory: 31508 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.16 4.11 5/263 958579
/proc/meminfo: memFree=126749780/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=36512 memory=32652 CPUtime=12.65 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 14396 0 0 0 1262 3 0 0 20 0 1 0 182324948 37388288 8163 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 9128 8163 500 659 0 8332 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 46444 KiB
Current children cumulated memory: 35520 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.15 4.11 5/263 958582
/proc/meminfo: memFree=126770184/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=36512 memory=30152 CPUtime=25.4 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 20435 0 0 0 2535 5 0 0 20 0 1 0 182324948 37388288 7538 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 9128 7538 500 659 0 8332 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 46444 KiB
Current children cumulated memory: 33020 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.15 4.11 5/263 958586
/proc/meminfo: memFree=126732476/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=32416 memory=28580 CPUtime=50.93 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 31258 0 0 0 5081 12 0 0 20 0 1 0 182324948 33193984 7145 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 8104 7145 500 659 0 7308 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 42348 KiB
Current children cumulated memory: 31448 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/263 958595
/proc/meminfo: memFree=126766700/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=36512 memory=32204 CPUtime=101.95 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 55415 0 0 0 10169 26 0 0 20 0 1 0 182324948 37388288 8051 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 9128 8051 500 659 0 8332 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 46444 KiB
Current children cumulated memory: 35072 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/263 958606
/proc/meminfo: memFree=126733316/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=97952 memory=77280 CPUtime=161.75 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 87508 0 0 0 16127 48 0 0 20 0 1 0 182324948 100302848 19320 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 24488 19320 500 659 0 23692 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 107884 KiB
Current children cumulated memory: 80148 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/262 958618
/proc/meminfo: memFree=126750164/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=65184 memory=40316 CPUtime=221.55 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 101028 0 0 0 22099 56 0 0 20 0 1 0 182324948 66748416 10079 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 16296 10079 500 659 0 15500 0
Current children cumulated CPU time: 221.55 s

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

/proc/loadavg: 4.14 4.12 4.09 5/262 960323
/proc/meminfo: memFree=126656608/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=56992 memory=52820 CPUtime=3032.21 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 807257 0 0 0 302468 753 0 0 20 0 1 0 182324948 58359808 13205 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 14248 13205 500 659 0 13452 0
Current children cumulated CPU time: 3032.21 s
Current children cumulated vsize: 66924 KiB
Current children cumulated memory: 55688 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.13 4.10 4/254 960364
/proc/meminfo: memFree=126729088/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=65184 memory=57320 CPUtime=3092.02 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 813895 0 0 0 308444 758 0 0 20 0 1 0 182324948 66748416 14330 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 16296 14330 500 659 0 15500 0
Current children cumulated CPU time: 3092.02 s
Current children cumulated vsize: 75116 KiB
Current children cumulated memory: 60188 KiB

[startup+3162.3 s]
/proc/loadavg: 2.85 3.75 3.97 3/246 960404
/proc/meminfo: memFree=126835712/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=89760 memory=53016 CPUtime=3151.84 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 828471 0 0 0 314418 766 0 0 20 0 1 0 182324948 91914240 13254 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 22440 13254 500 659 0 21644 0
Current children cumulated CPU time: 3151.84 s
Current children cumulated vsize: 99692 KiB
Current children cumulated memory: 55884 KiB

[startup+3222.3 s]
/proc/loadavg: 2.35 3.45 3.85 3/246 960416
/proc/meminfo: memFree=126826884/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=89760 memory=55124 CPUtime=3211.65 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 850258 0 0 0 320374 791 0 0 20 0 1 0 182324948 91914240 13781 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 22440 13781 500 659 0 21644 0
Current children cumulated CPU time: 3211.65 s
Current children cumulated vsize: 99692 KiB
Current children cumulated memory: 57992 KiB

[startup+3282.3 s]
/proc/loadavg: 2.18 3.20 3.73 3/244 960428
/proc/meminfo: memFree=126761256/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=163488 memory=122800 CPUtime=3271.47 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 874410 0 0 0 326321 826 0 0 20 0 1 0 182324948 167411712 30700 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 40872 30700 500 659 0 40076 0
Current children cumulated CPU time: 3271.47 s
Current children cumulated vsize: 173420 KiB
Current children cumulated memory: 125668 KiB

[startup+3342.3 s]
/proc/loadavg: 1.54 2.84 3.58 2/236 960469
/proc/meminfo: memFree=126743228/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=294560 memory=184088 CPUtime=3331.31 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 890151 0 0 0 332277 854 0 0 20 0 1 0 182324948 301629440 46022 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 73640 46022 500 659 0 72844 0
Current children cumulated CPU time: 3331.31 s
Current children cumulated vsize: 304492 KiB
Current children cumulated memory: 186956 KiB

[startup+3402.3 s]
/proc/loadavg: 1.30 2.53 3.42 2/236 960480
/proc/meminfo: memFree=126849448/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=89760 memory=69400 CPUtime=3391.15 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 898833 0 0 0 338256 859 0 0 20 0 1 0 182324948 91914240 17350 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 22440 17350 500 659 0 21644 0
Current children cumulated CPU time: 3391.15 s
Current children cumulated vsize: 99692 KiB
Current children cumulated memory: 72268 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 2.25 3.27 2/236 960491
/proc/meminfo: memFree=126727588/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=286368 memory=192468 CPUtime=3450.98 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 909740 0 0 0 344222 876 0 0 20 0 1 0 182324948 293240832 48117 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 71592 48117 500 659 0 70796 0
Current children cumulated CPU time: 3450.98 s
Current children cumulated vsize: 296300 KiB
Current children cumulated memory: 195336 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 2.05 3.13 2/236 960502
/proc/meminfo: memFree=126770140/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=286368 memory=153372 CPUtime=3510.81 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 916596 0 0 0 350189 892 0 0 20 0 1 0 182324948 293240832 38343 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 71592 38343 500 659 0 70796 0
Current children cumulated CPU time: 3510.81 s
Current children cumulated vsize: 296300 KiB
Current children cumulated memory: 156240 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.87 3.00 2/238 960519
/proc/meminfo: memFree=126835200/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=97952 memory=81744 CPUtime=3570.65 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 929735 0 0 0 356149 916 0 0 20 0 1 0 182324948 100302848 20436 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 24488 20436 500 659 0 23692 0
Current children cumulated CPU time: 3570.65 s
Current children cumulated vsize: 107884 KiB
Current children cumulated memory: 84612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 1.14 1.80 2.94 2/238 960525
/proc/meminfo: memFree=126839008/131524600 swapFree=130798616/131071996
[pid=958572] ppid=958569 vsize=9932 memory=2868 CPUtime=0 cores=0,2
/proc/958572/stat : 958572 (naps-1.03.sh) S 958569 958572 952543 0 -1 4194304 224 248 0 0 0 0 0 0 20 0 1 0 182324948 10170368 717 134679101440 94462416941056 94462418020376 140730267138720 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94462420118832 94462420166020 94462450499584 140730267145187 140730267145312 140730267145312 140730267152328 0
/proc/958572/statm: 2483 717 642 264 0 134 0
[pid=958577] ppid=958572 vsize=89760 memory=76592 CPUtime=3600.07 cores=0,2
/proc/958577/stat : 958577 (naps-1.03) R 958572 958572 952543 0 -1 4194304 933971 0 0 0 359089 918 0 0 20 0 1 0 182324948 91914240 19148 134679101440 4194304 6891213 140730878254352 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 23744512 140730878260212 140730878260324 140730878260324 140730878267339 0
/proc/958577/statm: 22440 19148 500 659 0 21644 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 99692 KiB
Current children cumulated memory: 79460 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3590.9 s, system=9.19 s

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

Child status: 10

Real time (s): 3611.8
CPU time (s): 3600.09
CPU user time (s): 3590.9
CPU system time (s): 9.19
CPU usage (%): 99.6758
Max. virtual memory (cumulated for all children) (KiB): 304492
Max. memory (cumulated for all children) (KiB): 281260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.9
system time used= 9.19
maximum resident set size= 278392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 934458
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= 42
involuntary context switches= 25267


# summary of solver processes directly reported to runsolver:
#   pid: 958572
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3590.9
#   total CPU system time (s): 9.19

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04831 second user time and 15.4759 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 13:21:10
IDJOB=4442779
IDBENCH=147848
IDSOLVER=3063
FILE ID=nodeC014/4442779-1721301658
RUNJOBID= nodeC014-1721293768-952553
SLURM_JOB_ID= 7542601
Free space on /tmp= 890052 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442779-1721301658/watcher-4442779-1721301658 -o /tmp/evaluation-result-4442779-1721301658/solver-4442779-1721301658 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721293768-952553 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4442779-1721301658.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=985095376

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.790
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.252
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3634.821
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.113
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.723
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.303
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.788
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126801892 kB
MemAvailable:   129890484 kB
Buffers:          427768 kB
Cached:          3464520 kB
SwapCached:        12920 kB
Active:          1338384 kB
Inactive:        2798788 kB
Active(anon):       9372 kB
Inactive(anon):   255800 kB
Active(file):    1329012 kB
Inactive(file):  2542988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798616 kB
Dirty:             12576 kB
Writeback:             0 kB
AnonPages:        227984 kB
Mapped:            55404 kB
Shmem:             20288 kB
KReclaimable:     112476 kB
Slab:             210836 kB
SReclaimable:     112476 kB
SUnreclaim:        98360 kB
KernelStack:        4188 kB
PageTables:        10132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     743456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC014 at 2024-07-18 14:21:22