Trace number 4446681

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K165.opb
MD5SUM75fbe782de7ac9ce41dec078153ff02c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark179.209
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19635
Total number of constraints19967
Number of constraints which are clauses19802
Number of constraints which are cardinality constraints (but not clauses)165
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint165
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 166
Number of bits of the biggest sum of numbers8
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-4446681-1721341927.opb
3600.04/3610.40	c 
3600.04/3610.40	c *** TERMINATED *** by signal 15
3600.04/3610.40	s UNKNOWN
3600.04/3610.40	c _____________________________________________________________________________
3600.04/3610.40	c 
3600.04/3610.40	c std/band forms        : 163,0
3600.04/3610.40	c 2cl/3cl ITE-codings   : 18567,0
3600.04/3610.40	c BDD/srt/adr Max costs : 235,0,0
3600.04/3610.40	c BDDraw/bin/mul/srt/adr: 163,0,0,0,0
3600.04/3610.40	c BDD nodes             : 37460
3600.04/3610.40	c Es1/CC detections     : 0,0
3600.04/3610.40	c SAT/UNSAT calls       : 0,0
3600.04/3610.40	c regenrated variables  : 0
3600.04/3610.40	c restarts              : 0
3600.04/3610.40	c conflicts             : 0              (0 /sec)
3600.04/3610.40	c decisions             : 0              (0 /sec)
3600.04/3610.40	c propagations          : 0              (0 /sec)
3600.04/3610.40	c inspects              : 0              (0 /sec)
3600.04/3610.40	c CPU time (solving tm) : 3598 s        (3598 s)
3600.04/3610.40	c Time for Opt-base     : 0 s
3600.04/3610.40	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 (61675 MiB free)
  memory of node 1: 64510 MiB (62650 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446681-1721341927/watcher-4446681-1721341927 -o /tmp/evaluation-result-4446681-1721341927/solver-4446681-1721341927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721341940-1007632 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446681-1721341927.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=1007687, runsolver pid=1007676

[startup+0.100087 s]*
/proc/loadavg: 1.08 1.73 2.90 7/261 1007710
/proc/meminfo: memFree=127280652/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=13080 memory=7672 CPUtime=0.09 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 1617 0 0 0 9 0 0 0 20 0 1 0 186354595 13393920 1918 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 3270 1918 405 379 0 2804 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23012 KiB
Current children cumulated memory: 10324 KiB

[startup+0.206404 s]*
/proc/loadavg: 1.08 1.73 2.90 7/261 1007710
/proc/meminfo: memFree=127272584/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=14992 memory=9796 CPUtime=0.2 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 2154 0 0 0 20 0 0 0 20 0 1 0 186354595 15351808 2449 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 3748 2449 405 379 0 3282 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 24924 KiB
Current children cumulated memory: 12448 KiB

[startup+0.305895 s]*
/proc/loadavg: 1.08 1.73 2.90 7/261 1007710
/proc/meminfo: memFree=127257576/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=18724 memory=12860 CPUtime=0.29 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 3091 0 0 0 29 0 0 0 20 0 1 0 186354595 19173376 3215 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 4681 3215 405 379 0 4215 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 28656 KiB
Current children cumulated memory: 15512 KiB

[startup+0.700254 s]
/proc/loadavg: 1.08 1.73 2.90 6/261 1007710
/proc/meminfo: memFree=127196040/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=35972 memory=30460 CPUtime=0.69 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 7948 0 0 0 67 2 0 0 20 0 1 0 186354595 36835328 7615 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 8993 7615 421 379 0 8527 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45904 KiB
Current children cumulated memory: 33112 KiB

[startup+1.50024 s]
/proc/loadavg: 1.08 1.73 2.90 7/261 1007710
/proc/meminfo: memFree=127179032/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=39668 memory=33360 CPUtime=1.48 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 8700 0 0 0 146 2 0 0 20 0 1 0 186354595 40620032 8340 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 9917 8340 421 379 0 9451 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 49600 KiB
Current children cumulated memory: 36012 KiB

[startup+3.10644 s]
/proc/loadavg: 1.40 1.79 2.92 7/261 1007712
/proc/meminfo: memFree=127155324/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=36528 memory=32704 CPUtime=3.08 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 10481 0 0 0 306 2 0 0 20 0 1 0 186354595 37404672 8176 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 9132 8176 421 379 0 8666 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 46460 KiB
Current children cumulated memory: 35356 KiB

[startup+6.30023 s]
/proc/loadavg: 1.40 1.79 2.92 7/261 1007712
/proc/meminfo: memFree=127130288/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=47960 memory=44048 CPUtime=6.27 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 11278 0 0 0 624 3 0 0 20 0 1 0 186354595 49111040 11012 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 11990 11012 421 379 0 11524 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 57892 KiB
Current children cumulated memory: 46700 KiB

[startup+12.7002 s]
/proc/loadavg: 1.80 1.86 2.93 7/261 1007712
/proc/meminfo: memFree=127077488/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=66704 memory=60376 CPUtime=12.65 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 12280 0 0 0 1262 3 0 0 20 0 1 0 186354595 68304896 15094 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 16676 15094 421 379 0 16210 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 76636 KiB
Current children cumulated memory: 63028 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 1.93 2.94 7/261 1007715
/proc/meminfo: memFree=126996732/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=105296 memory=80852 CPUtime=25.41 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 13671 0 0 0 2537 4 0 0 20 0 1 0 186354595 107823104 20213 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 26324 20213 421 379 0 25858 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 115228 KiB
Current children cumulated memory: 83504 KiB

[startup+51.1065 s]
/proc/loadavg: 2.85 2.12 2.97 7/261 1007718
/proc/meminfo: memFree=126948676/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=105296 memory=83684 CPUtime=50.95 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 14677 0 0 0 5089 6 0 0 20 0 1 0 186354595 107823104 20921 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 26324 20921 421 379 0 25858 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 115228 KiB
Current children cumulated memory: 86336 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.45 3.04 7/260 1007727
/proc/meminfo: memFree=126917712/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=105296 memory=84392 CPUtime=102.02 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 17960 0 0 0 10193 9 0 0 20 0 1 0 186354595 107823104 21098 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 26324 21098 421 379 0 25858 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 115228 KiB
Current children cumulated memory: 87044 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.76 3.11 7/260 1007738
/proc/meminfo: memFree=126656940/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=185436 memory=153984 CPUtime=161.87 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 21234 0 0 0 16172 15 0 0 20 0 1 0 186354595 189886464 38496 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 46359 38496 421 379 0 45893 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 195368 KiB
Current children cumulated memory: 156636 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.02 3.18 7/258 1007748
/proc/meminfo: memFree=126669616/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=185436 memory=149888 CPUtime=221.72 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 24033 0 0 0 22151 21 0 0 20 0 1 0 186354595 189886464 37472 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 46359 37472 421 379 0 45893 0
Current children cumulated CPU time: 221.72 s

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

/proc/loadavg: 4.08 4.08 4.09 7/261 1008831
/proc/meminfo: memFree=125527480/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=483956 memory=404920 CPUtime=3033.62 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 90744 0 0 0 303185 177 0 0 20 0 1 0 186354595 495570944 101230 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 120989 101230 421 379 0 120523 0
Current children cumulated CPU time: 3033.62 s
Current children cumulated vsize: 493888 KiB
Current children cumulated memory: 407572 KiB

[startup+3102.3 s]
/proc/loadavg: 4.38 4.17 4.12 7/262 1008845
/proc/meminfo: memFree=125497260/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=699928 memory=506120 CPUtime=3093.42 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 91760 0 0 0 309163 179 0 0 20 0 1 0 186354595 716726272 126530 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 174982 126530 421 379 0 174516 0
Current children cumulated CPU time: 3093.42 s
Current children cumulated vsize: 709860 KiB
Current children cumulated memory: 508772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.35 4.21 4.13 7/262 1008856
/proc/meminfo: memFree=126074456/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=353736 memory=284000 CPUtime=3153.23 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 94015 0 0 0 315140 183 0 0 20 0 1 0 186354595 362225664 71000 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 88434 71000 421 379 0 87968 0
Current children cumulated CPU time: 3153.23 s
Current children cumulated vsize: 363668 KiB
Current children cumulated memory: 286652 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.19 4.13 7/261 1009248
/proc/meminfo: memFree=125616856/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=485996 memory=417260 CPUtime=3213.09 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 94755 0 0 0 321122 187 0 0 20 0 1 0 186354595 497659904 104315 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 121499 104315 421 379 0 121033 0
Current children cumulated CPU time: 3213.09 s
Current children cumulated vsize: 495928 KiB
Current children cumulated memory: 419912 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.13 7/261 1009258
/proc/meminfo: memFree=125236416/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=702084 memory=524620 CPUtime=3272.93 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 95647 0 0 0 327103 190 0 0 20 0 1 0 186354595 718934016 131155 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 175521 131155 421 379 0 175055 0
Current children cumulated CPU time: 3272.93 s
Current children cumulated vsize: 712016 KiB
Current children cumulated memory: 527272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.13 7/260 1009269
/proc/meminfo: memFree=125900184/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=356228 memory=277920 CPUtime=3332.77 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 97981 0 0 0 333083 194 0 0 20 0 1 0 186354595 364777472 69480 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 89057 69480 421 379 0 88591 0
Current children cumulated CPU time: 3332.77 s
Current children cumulated vsize: 366160 KiB
Current children cumulated memory: 280572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.16 4.12 7/260 1009449
/proc/meminfo: memFree=125796112/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=488620 memory=390672 CPUtime=3392.59 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 98616 0 0 0 339063 196 0 0 20 0 1 0 186354595 500346880 97668 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 122155 97668 421 379 0 121689 0
Current children cumulated CPU time: 3392.59 s
Current children cumulated vsize: 498552 KiB
Current children cumulated memory: 393324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.12 7/260 1009459
/proc/meminfo: memFree=125391524/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=489036 memory=481108 CPUtime=3452.4 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 98864 0 0 0 345042 198 0 0 20 0 1 0 186354595 500772864 120277 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 122259 120277 421 379 0 121793 0
Current children cumulated CPU time: 3452.4 s
Current children cumulated vsize: 498968 KiB
Current children cumulated memory: 483760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.12 7/263 1009530
/proc/meminfo: memFree=125368736/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=706124 memory=562732 CPUtime=3512.21 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 99918 0 0 0 351021 200 0 0 20 0 1 0 186354595 723070976 140683 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 176531 140683 421 379 0 176065 0
Current children cumulated CPU time: 3512.21 s
Current children cumulated vsize: 716056 KiB
Current children cumulated memory: 565384 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.12 7/263 1009540
/proc/meminfo: memFree=125707704/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=359716 memory=318128 CPUtime=3572.02 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 101643 0 0 0 356998 204 0 0 20 0 1 0 186354595 368349184 79532 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 89929 79532 421 379 0 89463 0
Current children cumulated CPU time: 3572.02 s
Current children cumulated vsize: 369648 KiB
Current children cumulated memory: 320780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.09 4.13 4.11 7/263 1009546
/proc/meminfo: memFree=125868736/131524600 swapFree=131071996/131071996
[pid=1007687] ppid=1007676 vsize=9932 memory=2652 CPUtime=0 cores=4,6
/proc/1007687/stat : 1007687 (naps-1.02b5.sh) S 1007676 1007687 1007621 0 -1 4194304 222 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 663 134679101440 94823918067712 94823919147032 140726788867328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94823921245488 94823921292676 94823939481600 140726788875230 140726788875357 140726788875357 140726788882374 0
/proc/1007687/statm: 2483 663 584 264 0 134 0
[pid=1007701] ppid=1007687 vsize=491976 memory=377352 CPUtime=3600.04 cores=4,6
/proc/1007701/stat : 1007701 (naps-1.02b5) R 1007687 1007687 1007621 0 -1 4194304 102217 0 0 0 359798 206 0 0 20 0 1 0 186354595 503783424 94338 134679101440 4194304 5746509 140733554090800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11345920 140733554099181 140733554099295 140733554099295 140733554106313 0
/proc/1007701/statm: 122994 94338 421 379 0 122528 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 501908 KiB
Current children cumulated memory: 380004 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.06669 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.06
CPU user time (s): 3597.99
CPU system time (s): 2.06669
CPU usage (%): 99.7134
Max. virtual memory (cumulated for all children) (KiB): 796972
Max. memory (cumulated for all children) (KiB): 628888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.99
system time used= 2.06669
maximum resident set size= 634428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102690
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= 166
involuntary context switches= 4602


# summary of solver processes directly reported to runsolver:
#   pid: 1007687
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3597.99
#   total CPU system time (s): 2.06669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.85253 second user time and 20.3265 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 00:32:20
IDJOB=4446681
IDBENCH=158290
IDSOLVER=3065
FILE ID=nodeC017/4446681-1721341927
RUNJOBID= nodeC017-1721341940-1007632
SLURM_JOB_ID= 7542735
Free space on /tmp= 890076 MiB

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

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

MD5SUM BENCH= 75fbe782de7ac9ce41dec078153ff02c
RANDOM SEED=592637469

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		: 3619.363
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		: 3638.665
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		: 3615.441
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		: 3658.568
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		: 3847.769
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		: 3747.586
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		: 3607.140
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		: 3611.345
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:        127311112 kB
MemAvailable:   129723340 kB
Buffers:          544324 kB
Cached:          2685624 kB
SwapCached:            0 kB
Active:          1226100 kB
Inactive:        2335512 kB
Active(anon):       1432 kB
Inactive(anon):   367948 kB
Active(file):    1224668 kB
Inactive(file):  1967564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20848 kB
Writeback:             0 kB
AnonPages:        331744 kB
Mapped:           106420 kB
Shmem:             37720 kB
KReclaimable:     119288 kB
Slab:             233644 kB
SReclaimable:     119288 kB
SUnreclaim:       114356 kB
KernelStack:        3888 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     730816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68448 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 890060 MiB
End job on nodeC017 at 2024-07-19 01:32:30