Trace number 4446651

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

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K135.opb
MD5SUMa9d7c7f4b9c33e38d48644f753677e90
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 variables16065
Total number of constraints16337
Number of constraints which are clauses16202
Number of constraints which are cardinality constraints (but not clauses)135
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint135
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 136
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-4446651-1721338088.opb
3600.05/3613.50	c 
3600.05/3613.50	c *** TERMINATED *** by signal 15
3600.05/3613.50	s UNKNOWN
3600.05/3613.50	c _____________________________________________________________________________
3600.05/3613.50	c 
3600.05/3613.50	c std/band forms        : 133,0
3600.05/3613.50	c 2cl/3cl ITE-codings   : 15057,0
3600.05/3613.50	c BDD/srt/adr Max costs : 235,0,0
3600.05/3613.50	c BDDraw/bin/mul/srt/adr: 133,0,0,0,0
3600.05/3613.50	c BDD nodes             : 30380
3600.05/3613.50	c Es1/CC detections     : 0,0
3600.05/3613.50	c SAT/UNSAT calls       : 0,0
3600.05/3613.50	c regenrated variables  : 0
3600.05/3613.50	c restarts              : 0
3600.05/3613.50	c conflicts             : 0              (0 /sec)
3600.05/3613.50	c decisions             : 0              (0 /sec)
3600.05/3613.50	c propagations          : 0              (0 /sec)
3600.05/3613.50	c inspects              : 0              (0 /sec)
3600.05/3613.50	c CPU time (solving tm) : 3598 s        (3597 s)
3600.05/3613.50	c Time for Opt-base     : 0 s
3600.05/3613.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446651-1721338088/watcher-4446651-1721338088 -o /tmp/evaluation-result-4446651-1721338088/solver-4446651-1721338088 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721330478-977017 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446651-1721338088.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10046 s]*
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126321112/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=11572 memory=6684 CPUtime=0.09 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 1380 0 0 0 9 0 0 0 20 0 1 0 185967995 11849728 1671 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 2932 1671 405 379 0 2466 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 21504 KiB
Current children cumulated memory: 9420 KiB

[startup+0.205558 s]*
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126318760/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=14164 memory=8960 CPUtime=0.19 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 1986 0 0 0 19 0 0 0 20 0 1 0 185967995 14503936 2240 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 3541 2240 405 379 0 3075 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24096 KiB
Current children cumulated memory: 11696 KiB

[startup+0.305551 s]*
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126316268/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=16632 memory=11136 CPUtime=0.29 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 2633 0 0 0 29 0 0 0 20 0 1 0 185967995 17031168 2784 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 4158 2784 421 379 0 3692 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26564 KiB
Current children cumulated memory: 13872 KiB

[startup+0.700266 s]
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126300724/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=28268 memory=25668 CPUtime=0.68 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 6572 0 0 0 68 0 0 0 20 0 1 0 185967995 28946432 6417 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 7067 6417 421 379 0 6601 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 38200 KiB
Current children cumulated memory: 28404 KiB

[startup+1.50026 s]
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126262884/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=33696 memory=29184 CPUtime=1.48 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 7442 0 0 0 147 1 0 0 20 0 1 0 185967995 34504704 7296 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 8424 7296 421 379 0 7958 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 43628 KiB
Current children cumulated memory: 31920 KiB

[startup+3.10541 s]
/proc/loadavg: 4.09 4.16 4.14 5/260 981956
/proc/meminfo: memFree=126237812/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=41436 memory=36308 CPUtime=3.08 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 9402 0 0 0 306 2 0 0 20 0 1 0 185967995 42430464 9077 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 10359 9077 421 379 0 9893 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 51368 KiB
Current children cumulated memory: 39044 KiB

[startup+6.30025 s]
/proc/loadavg: 4.09 4.16 4.14 5/260 981957
/proc/meminfo: memFree=126211848/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=44180 memory=41768 CPUtime=6.26 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 10215 0 0 0 624 2 0 0 20 0 1 0 185967995 45240320 10442 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 11045 10442 421 379 0 10579 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 54112 KiB
Current children cumulated memory: 44504 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.17 4.15 5/260 981957
/proc/meminfo: memFree=126168344/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=53448 memory=48608 CPUtime=12.63 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 12140 0 0 0 1260 3 0 0 20 0 1 0 185967995 54730752 12152 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 13362 12152 421 379 0 12896 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 63380 KiB
Current children cumulated memory: 51344 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.16 4.14 5/261 982129
/proc/meminfo: memFree=126235804/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=83908 memory=79520 CPUtime=25.39 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 12763 0 0 0 2534 5 0 0 20 0 1 0 185967995 85921792 19880 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 20977 19880 421 379 0 20511 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 93840 KiB
Current children cumulated memory: 82256 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.15 4.14 5/261 982132
/proc/meminfo: memFree=126070360/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=145892 memory=138004 CPUtime=50.9 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 13605 0 0 0 5083 7 0 0 20 0 1 0 185967995 149393408 34501 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 36473 34501 421 379 0 36007 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 155824 KiB
Current children cumulated memory: 140740 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.14 5/262 982142
/proc/meminfo: memFree=126122468/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=176712 memory=154544 CPUtime=101.89 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 16092 0 0 0 10178 11 0 0 20 0 1 0 185967995 180953088 38636 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 44178 38636 421 379 0 43712 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 186644 KiB
Current children cumulated memory: 157280 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/266 982213
/proc/meminfo: memFree=126136580/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=145892 memory=129752 CPUtime=161.67 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 18672 0 0 0 16151 16 0 0 20 0 1 0 185967995 149393408 32438 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 36473 32438 421 379 0 36007 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 155824 KiB
Current children cumulated memory: 132488 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.14 4.14 5/266 982223
/proc/meminfo: memFree=126129524/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=96572 memory=95060 CPUtime=221.44 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 21781 0 0 0 22123 21 0 0 20 0 1 0 185967995 98889728 23765 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 24143 23765 421 379 0 23677 0
Current children cumulated CPU time: 221.44 s

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

/proc/981956/statm: 86496 69677 421 379 0 86030 0
Current children cumulated CPU time: 3090.62 s
Current children cumulated vsize: 355916 KiB
Current children cumulated memory: 281444 KiB

[startup+3162.3 s]
/proc/loadavg: 4.19 4.21 4.15 5/263 983865
/proc/meminfo: memFree=125237972/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=478244 memory=407732 CPUtime=3150.4 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 101623 0 0 0 314840 200 0 0 20 0 1 0 185967995 489721856 101933 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 119561 101933 421 379 0 119095 0
Current children cumulated CPU time: 3150.4 s
Current children cumulated vsize: 488176 KiB
Current children cumulated memory: 410468 KiB

[startup+3222.3 s]
/proc/loadavg: 3.96 4.16 4.13 4/255 983907
/proc/meminfo: memFree=125531108/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=693168 memory=518324 CPUtime=3210.19 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 102399 0 0 0 320816 203 0 0 20 0 1 0 185967995 709804032 129581 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 173292 129581 421 379 0 172826 0
Current children cumulated CPU time: 3210.19 s
Current children cumulated vsize: 703100 KiB
Current children cumulated memory: 521060 KiB

[startup+3282.3 s]
/proc/loadavg: 3.47 3.97 4.07 4/255 983918
/proc/meminfo: memFree=125843596/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=345984 memory=321736 CPUtime=3269.97 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 104620 0 0 0 326789 208 0 0 20 0 1 0 185967995 354287616 80434 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 86496 80434 421 379 0 86030 0
Current children cumulated CPU time: 3269.97 s
Current children cumulated vsize: 355916 KiB
Current children cumulated memory: 324472 KiB

[startup+3342.3 s]
/proc/loadavg: 3.23 3.81 4.00 4/255 983928
/proc/meminfo: memFree=125483184/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=478244 memory=446476 CPUtime=3329.74 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 105224 0 0 0 332765 209 0 0 20 0 1 0 185967995 489721856 111619 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 119561 111619 421 379 0 119095 0
Current children cumulated CPU time: 3329.74 s
Current children cumulated vsize: 488176 KiB
Current children cumulated memory: 449212 KiB

[startup+3402.3 s]
/proc/loadavg: 2.98 3.64 3.93 3/247 983972
/proc/meminfo: memFree=126150820/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=214508 memory=204980 CPUtime=3389.53 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 106461 0 0 0 338740 213 0 0 20 0 1 0 185967995 219656192 51245 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 53627 51245 421 379 0 53161 0
Current children cumulated CPU time: 3389.53 s
Current children cumulated vsize: 224440 KiB
Current children cumulated memory: 207716 KiB

[startup+3462.3 s]
/proc/loadavg: 2.06 3.28 3.79 2/237 984396
/proc/meminfo: memFree=126499432/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=478244 memory=377012 CPUtime=3449.33 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 108196 0 0 0 344716 217 0 0 20 0 1 0 185967995 489721856 94253 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 119561 94253 421 379 0 119095 0
Current children cumulated CPU time: 3449.33 s
Current children cumulated vsize: 488176 KiB
Current children cumulated memory: 379748 KiB

[startup+3522.3 s]
/proc/loadavg: 1.44 2.87 3.62 2/237 984407
/proc/meminfo: memFree=126374236/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=693168 memory=503988 CPUtime=3509.14 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 108959 0 0 0 350694 220 0 0 20 0 1 0 185967995 709804032 125997 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 173292 125997 421 379 0 172826 0
Current children cumulated CPU time: 3509.14 s
Current children cumulated vsize: 703100 KiB
Current children cumulated memory: 506724 KiB

[startup+3582.3 s]
/proc/loadavg: 1.20 2.54 3.46 2/237 984419
/proc/meminfo: memFree=126597308/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=345984 memory=276680 CPUtime=3568.95 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 111302 0 0 0 356670 225 0 0 20 0 1 0 185967995 354287616 69170 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 86496 69170 421 379 0 86030 0
Current children cumulated CPU time: 3568.95 s
Current children cumulated vsize: 355916 KiB
Current children cumulated memory: 279416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.5 s]
/proc/loadavg: 1.16 2.39 3.37 2/239 984595
/proc/meminfo: memFree=126516576/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=478244 memory=358412 CPUtime=3600.05 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 111865 0 0 0 359777 228 0 0 20 0 1 0 185967995 489721856 89603 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 119561 89603 421 379 0 119095 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 488176 KiB
Current children cumulated memory: 361148 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3613.5 s]
# the end of solver process 981951 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.000874 s, system=0.002017 s

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

# cumulated CPU time of all completed processes:  user=3597.78 s, system=2.28971 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3613.5 s]
/proc/loadavg: 1.16 2.39 3.37 2/239 984595
/proc/meminfo: memFree=126516576/131524600 swapFree=130799128/131071996
[pid=981951] ppid=981948 vsize=9932 memory=2736 CPUtime=0 cores=0,2
/proc/981951/stat : 981951 (naps-1.02b5.sh) S 981948 981951 977007 0 -1 4194304 223 243 0 0 0 0 0 0 20 0 1 0 185967994 10170368 684 134679101440 94072492326912 94072493406232 140736072813872 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94072495504688 94072495551876 94072496533504 140736072819679 140736072819806 140736072819806 140736072826822 0
/proc/981951/statm: 2483 684 605 264 0 134 0
[pid=981956] ppid=981951 vsize=478244 memory=358412 CPUtime=3600.05 cores=0,2
/proc/981956/stat : 981956 (naps-1.02b5) R 981951 981951 977007 0 -1 4194304 111865 0 0 0 359777 228 0 0 20 0 1 0 185967995 489721856 89603 134679101440 4194304 5746509 140731547118912 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 11157504 140731547120622 140731547120736 140731547120736 140731547127753 0
/proc/981956/statm: 119561 89603 421 379 0 119095 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 488176 KiB
Current children cumulated memory: 361148 KiB

Child status: 0

Real time (s): 3613.51
CPU time (s): 3600.07
CPU user time (s): 3597.78
CPU system time (s): 2.28971
CPU usage (%): 99.6281
Max. virtual memory (cumulated for all children) (KiB): 752420
Max. memory (cumulated for all children) (KiB): 560716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.78
system time used= 2.28971
maximum resident set size= 592796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112331
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= 71
involuntary context switches= 25206


# summary of solver processes directly reported to runsolver:
#   pid: 981951,981956
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.78
#   total CPU system time (s): 2.28971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96161 second user time and 18.4671 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 23:28:21
IDJOB=4446651
IDBENCH=158288
IDSOLVER=3065
FILE ID=nodeC014/4446651-1721338088
RUNJOBID= nodeC014-1721330478-977017
SLURM_JOB_ID= 7542707
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= a9d7c7f4b9c33e38d48644f753677e90
RANDOM SEED=1874644576

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126327088 kB
MemAvailable:   129524092 kB
Buffers:          462412 kB
Cached:          3538032 kB
SwapCached:        12904 kB
Active:          1397060 kB
Inactive:        3212852 kB
Active(anon):       9348 kB
Inactive(anon):   620824 kB
Active(file):    1387712 kB
Inactive(file):  2592028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799128 kB
Dirty:              5144 kB
Writeback:             0 kB
AnonPages:        600436 kB
Mapped:            54500 kB
Shmem:             20668 kB
KReclaimable:     113824 kB
Slab:             211660 kB
SReclaimable:     113824 kB
SUnreclaim:        97836 kB
KernelStack:        4208 kB
PageTables:        11048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1285640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC014 at 2024-07-19 00:28:35