Trace number 4446951

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-PB16 1.02b5? (TO) 3600.04 3610.7

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4446951-1721349149.opb
3600.02/3610.70	c 
3600.02/3610.70	c *** TERMINATED *** by signal 15
3600.02/3610.70	s UNKNOWN
3600.02/3610.70	c _____________________________________________________________________________
3600.02/3610.70	c 
3600.02/3610.70	c std/band forms        : 80,0
3600.02/3610.70	c 2cl/3cl ITE-codings   : 5054,0
3600.02/3610.70	c BDD/srt/adr Max costs : 133,0,0
3600.02/3610.70	c BDDraw/bin/mul/srt/adr: 80,0,0,0,0
3600.02/3610.70	c BDD nodes             : 10268
3600.02/3610.70	c Es1/CC detections     : 0,0
3600.02/3610.70	c SAT/UNSAT calls       : 0,0
3600.02/3610.70	c regenrated variables  : 0
3600.02/3610.70	c restarts              : 0
3600.02/3610.70	c conflicts             : 0              (0 /sec)
3600.02/3610.70	c decisions             : 0              (0 /sec)
3600.02/3610.70	c propagations          : 0              (0 /sec)
3600.02/3610.70	c inspects              : 0              (0 /sec)
3600.02/3610.70	c CPU time (solving tm) : 3598 s        (3598 s)
3600.02/3610.70	c Time for Opt-base     : 0 s
3600.02/3610.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: 63931 MiB (61332 MiB free)
  memory of node 1: 64510 MiB (62633 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446951-1721349149/watcher-4446951-1721349149 -o /tmp/evaluation-result-4446951-1721349149/solver-4446951-1721349149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721341940-1007632 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446951-1721349149.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1011705, runsolver pid=1011701

[startup+0.100087 s]*
/proc/loadavg: 4.09 4.11 4.09 5/260 1011724
/proc/meminfo: memFree=126917316/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=10692 memory=5652 CPUtime=0.09 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 1101 0 0 0 9 0 0 0 20 0 1 0 187076756 10948608 1413 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 2673 1413 421 379 0 2207 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20624 KiB
Current children cumulated memory: 8320 KiB

[startup+0.205607 s]*
/proc/loadavg: 4.09 4.11 4.09 5/260 1011724
/proc/meminfo: memFree=126906212/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=11584 memory=10308 CPUtime=0.2 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 2430 0 0 0 20 0 0 0 20 0 1 0 187076756 11862016 2577 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 2896 2577 421 379 0 2430 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21516 KiB
Current children cumulated memory: 12976 KiB

[startup+0.30583 s]*
/proc/loadavg: 4.09 4.11 4.09 5/260 1011724
/proc/meminfo: memFree=126903664/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=12876 memory=11364 CPUtime=0.3 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 2690 0 0 0 30 0 0 0 20 0 1 0 187076756 13185024 2841 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 3219 2841 421 379 0 2753 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 22808 KiB
Current children cumulated memory: 14032 KiB

[startup+0.700254 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 1011724
/proc/meminfo: memFree=126900852/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=16020 memory=14816 CPUtime=0.68 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 3781 0 0 0 68 0 0 0 20 0 1 0 187076756 16404480 3704 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 4005 3704 421 379 0 3539 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 25952 KiB
Current children cumulated memory: 17484 KiB

[startup+1.50026 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 1011725
/proc/meminfo: memFree=126880068/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=16020 memory=15320 CPUtime=1.49 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 3998 0 0 0 148 1 0 0 20 0 1 0 187076756 16404480 3830 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 4005 3830 421 379 0 3539 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 25952 KiB
Current children cumulated memory: 17988 KiB

[startup+3.10582 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 1011725
/proc/meminfo: memFree=126865144/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=23264 memory=22536 CPUtime=3.08 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 4961 0 0 0 307 1 0 0 20 0 1 0 187076756 23822336 5634 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 5816 5634 421 379 0 5350 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 33196 KiB
Current children cumulated memory: 25204 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 1011775
/proc/meminfo: memFree=127168760/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=34756 memory=29176 CPUtime=6.27 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 5093 0 0 0 626 1 0 0 20 0 1 0 187076756 35590144 7294 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 8689 7294 421 379 0 8223 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 44688 KiB
Current children cumulated memory: 31844 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.09 5/260 1011777
/proc/meminfo: memFree=127133836/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=37544 memory=36816 CPUtime=12.65 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 6284 0 0 0 1263 2 0 0 20 0 1 0 187076756 38445056 9204 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 9386 9204 421 379 0 8920 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 47476 KiB
Current children cumulated memory: 39484 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.12 4.09 5/260 1011778
/proc/meminfo: memFree=127027836/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=72508 memory=53108 CPUtime=25.41 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 7232 0 0 0 2538 3 0 0 20 0 1 0 187076756 74248192 13277 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 18127 13277 421 379 0 17661 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 82440 KiB
Current children cumulated memory: 55776 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.11 4.09 5/260 1011783
/proc/meminfo: memFree=126958124/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=72720 memory=70016 CPUtime=50.93 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 8760 0 0 0 5087 6 0 0 20 0 1 0 187076756 74465280 17504 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 18180 17504 421 379 0 17714 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 82652 KiB
Current children cumulated memory: 72684 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.15 4.10 5/259 1011793
/proc/meminfo: memFree=126789500/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=165900 memory=150416 CPUtime=101.97 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 13464 0 0 0 10185 12 0 0 20 0 1 0 187076756 169881600 37604 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 41475 37604 421 379 0 41009 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 175832 KiB
Current children cumulated memory: 153084 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.16 4.11 5/258 1011803
/proc/meminfo: memFree=126687580/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=165900 memory=160656 CPUtime=161.81 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 16928 0 0 0 16164 17 0 0 20 0 1 0 187076756 169881600 40164 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 41475 40164 421 379 0 41009 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 175832 KiB
Current children cumulated memory: 163324 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/259 1011814
/proc/meminfo: memFree=126679588/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=85760 memory=85184 CPUtime=221.65 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 19978 0 0 0 22141 24 0 0 20 0 1 0 187076756 87818240 21296 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 21440 21296 421 379 0 20974 0
Current children cumulated CPU time: 221.65 s

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

/proc/loadavg: 4.10 4.11 4.09 5/262 1012961
/proc/meminfo: memFree=126026980/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=340520 memory=321212 CPUtime=3093.09 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 90997 0 0 0 309125 184 0 0 20 0 1 0 187076756 348692480 80303 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 85130 80303 421 379 0 84664 0
Current children cumulated CPU time: 3093.09 s
Current children cumulated vsize: 350452 KiB
Current children cumulated memory: 323880 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 1013354
/proc/meminfo: memFree=125808976/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=472780 memory=386560 CPUtime=3152.92 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 91561 0 0 0 315106 186 0 0 20 0 1 0 187076756 484126720 96640 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 118195 96640 421 379 0 117729 0
Current children cumulated CPU time: 3152.92 s
Current children cumulated vsize: 482712 KiB
Current children cumulated memory: 389228 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 1013365
/proc/meminfo: memFree=126159016/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=259132 memory=245436 CPUtime=3212.74 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 92997 0 0 0 321085 189 0 0 20 0 1 0 187076756 265351168 61359 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 64783 61359 421 379 0 64317 0
Current children cumulated CPU time: 3212.74 s
Current children cumulated vsize: 269064 KiB
Current children cumulated memory: 248104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 1013375
/proc/meminfo: memFree=126041652/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=340520 memory=333500 CPUtime=3272.57 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 93623 0 0 0 327066 191 0 0 20 0 1 0 187076756 348692480 83375 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 85130 83375 421 379 0 84664 0
Current children cumulated CPU time: 3272.57 s
Current children cumulated vsize: 350452 KiB
Current children cumulated memory: 336168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.19 4.12 5/264 1013556
/proc/meminfo: memFree=125919060/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=472780 memory=390656 CPUtime=3332.4 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 94182 0 0 0 333048 192 0 0 20 0 1 0 187076756 484126720 97664 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 118195 97664 421 379 0 117729 0
Current children cumulated CPU time: 3332.4 s
Current children cumulated vsize: 482712 KiB
Current children cumulated memory: 393324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.17 4.11 5/264 1013566
/proc/meminfo: memFree=126010216/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=259132 memory=233528 CPUtime=3392.24 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 95659 0 0 0 339028 196 0 0 20 0 1 0 187076756 265351168 58382 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 64783 58382 421 379 0 64317 0
Current children cumulated CPU time: 3392.24 s
Current children cumulated vsize: 269064 KiB
Current children cumulated memory: 236196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.17 4.11 5/264 1013632
/proc/meminfo: memFree=126133964/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=340520 memory=331852 CPUtime=3452.06 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 96291 0 0 0 345008 198 0 0 20 0 1 0 187076756 348692480 82963 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 85130 82963 421 379 0 84664 0
Current children cumulated CPU time: 3452.06 s
Current children cumulated vsize: 350452 KiB
Current children cumulated memory: 334520 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/263 1013643
/proc/meminfo: memFree=125745408/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=472780 memory=393104 CPUtime=3511.89 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 96853 0 0 0 350990 199 0 0 20 0 1 0 187076756 484126720 98276 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 118195 98276 421 379 0 117729 0
Current children cumulated CPU time: 3511.89 s
Current children cumulated vsize: 482712 KiB
Current children cumulated memory: 395772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/262 1013653
/proc/meminfo: memFree=126217868/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=211112 memory=185384 CPUtime=3571.71 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 98545 0 0 0 356969 202 0 0 20 0 1 0 187076756 216178688 46346 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 52778 46346 421 379 0 52312 0
Current children cumulated CPU time: 3571.71 s
Current children cumulated vsize: 221044 KiB
Current children cumulated memory: 188052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.11 4.14 4.10 5/262 1013656
/proc/meminfo: memFree=125982028/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=261200 memory=250252 CPUtime=3600.02 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 98945 0 0 0 359799 203 0 0 20 0 1 0 187076756 267468800 62563 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 65300 62563 421 379 0 64834 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 271132 KiB
Current children cumulated memory: 252920 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.7 s]
# the end of solver process 1011705 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598 s, system=2.04123 s

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

[startup+3610.7 s]
/proc/loadavg: 4.11 4.14 4.10 5/262 1013656
/proc/meminfo: memFree=125982028/131524600 swapFree=131071996/131071996
[pid=1011705] ppid=1011701 vsize=9932 memory=2668 CPUtime=0 cores=4,6
/proc/1011705/stat : 1011705 (naps-1.02b5.sh) S 1011701 1011705 1007621 0 -1 4194304 217 241 0 0 0 0 0 0 20 0 1 0 187076755 10170368 667 134679101440 94154278502400 94154279581720 140728143386448 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94154281680176 94154281727364 94154289119232 140728143393758 140728143393885 140728143393885 140728143400902 0
/proc/1011705/statm: 2483 667 589 264 0 134 0
[pid=1011710] ppid=1011705 vsize=261200 memory=250252 CPUtime=3600.02 cores=4,6
/proc/1011710/stat : 1011710 (naps-1.02b5) R 1011705 1011705 1007621 0 -1 4194304 98945 0 0 0 359799 203 0 0 20 0 1 0 187076756 267468800 62563 134679101440 4194304 5746509 140723088564592 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 25931776 140723088573421 140723088573535 140723088573535 140723088580553 0
/proc/1011710/statm: 65300 62563 421 379 0 64834 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 271132 KiB
Current children cumulated memory: 252920 KiB

Child status: 0

Real time (s): 3610.7
CPU time (s): 3600.04
CPU user time (s): 3598
CPU system time (s): 2.04123
CPU usage (%): 99.7047
Max. virtual memory (cumulated for all children) (KiB): 484780
Max. memory (cumulated for all children) (KiB): 442876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598
system time used= 2.04123
maximum resident set size= 440208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99417
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= 209
involuntary context switches= 4563


# summary of solver processes directly reported to runsolver:
#   pid: 1011705
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598
#   total CPU system time (s): 2.04123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26319 second user time and 17.5756 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 02:32:42
IDJOB=4446951
IDBENCH=158340
IDSOLVER=3065
FILE ID=nodeC017/4446951-1721349149
RUNJOBID= nodeC017-1721341940-1007632
SLURM_JOB_ID= 7542735
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446951-1721349149/watcher-4446951-1721349149 -o /tmp/evaluation-result-4446951-1721349149/solver-4446951-1721349149 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721341940-1007632 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4446951-1721349149.opb

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=32372545

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126942012 kB
MemAvailable:   129384772 kB
Buffers:          546104 kB
Cached:          2713732 kB
SwapCached:            0 kB
Active:          1230028 kB
Inactive:        2700524 kB
Active(anon):       1584 kB
Inactive(anon):   706196 kB
Active(file):    1228444 kB
Inactive(file):  1994328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8644 kB
Writeback:             0 kB
AnonPages:        670012 kB
Mapped:           109868 kB
Shmem:             37720 kB
KReclaimable:     119272 kB
Slab:             233508 kB
SReclaimable:     119272 kB
SUnreclaim:       114236 kB
KernelStack:        4048 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1195096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68640 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:      287444 kB
DirectMap2M:    40380416 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC017 at 2024-07-19 03:32:52