Trace number 4445931

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.03 3610.12

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
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 variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-4445931-1721324746.opb
3600.01/3610.11	c 
3600.01/3610.11	c *** TERMINATED *** by signal 15
3600.01/3610.11	s UNKNOWN
3600.01/3610.11	c _____________________________________________________________________________
3600.01/3610.11	c 
3600.01/3610.11	c std/band forms        : 165,15
3600.01/3610.11	c 2cl/3cl ITE-codings   : 1220,300
3600.01/3610.11	c BDD/srt/adr Max costs : 38,0,0
3600.01/3610.11	c BDDraw/bin/mul/srt/adr: 180,0,0,0,0
3600.01/3610.11	c BDD nodes             : 4745
3600.01/3610.11	c Es1/CC detections     : 0,0
3600.01/3610.11	c SAT/UNSAT calls       : 0,0
3600.01/3610.11	c regenrated variables  : 0
3600.01/3610.11	c restarts              : 0
3600.01/3610.11	c conflicts             : 0              (0 /sec)
3600.01/3610.11	c decisions             : 0              (0 /sec)
3600.01/3610.11	c propagations          : 0              (0 /sec)
3600.01/3610.11	c inspects              : 0              (0 /sec)
3600.01/3610.11	c CPU time (solving tm) : 3600 s        (3599 s)
3600.01/3610.11	c Time for Opt-base     : 0 s
3600.01/3610.11	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (62960 MiB free)
  memory of node 1: 64473 MiB (62938 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445931-1721324746/watcher-4445931-1721324746 -o /tmp/evaluation-result-4445931-1721324746/solver-4445931-1721324746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964661 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445931-1721324746.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=970704, runsolver pid=970701

[startup+0.100556 s]*
/proc/loadavg: 4.15 4.20 4.19 5/248 970709
/proc/meminfo: memFree=128917164/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=4932 memory=4096 CPUtime=0.09 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 783 0 0 0 9 0 0 0 20 0 1 0 184631707 5050368 1024 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 1233 1024 421 379 0 767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14864 KiB
Current children cumulated memory: 6788 KiB

[startup+0.21343 s]*
/proc/loadavg: 4.15 4.20 4.19 5/248 970709
/proc/meminfo: memFree=128914700/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=6896 memory=5828 CPUtime=0.2 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 1231 0 0 0 20 0 0 0 20 0 1 0 184631707 7061504 1457 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 1724 1457 421 379 0 1258 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 16828 KiB
Current children cumulated memory: 8520 KiB

[startup+0.313079 s]*
/proc/loadavg: 4.15 4.20 4.19 5/248 970709
/proc/meminfo: memFree=128913888/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=8544 memory=6356 CPUtime=0.3 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 1396 0 0 0 30 0 0 0 20 0 1 0 184631707 8749056 1589 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 2136 1589 421 379 0 1670 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18476 KiB
Current children cumulated memory: 9048 KiB

[startup+0.700396 s]
/proc/loadavg: 4.15 4.20 4.19 5/248 970709
/proc/meminfo: memFree=128912404/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=12952 memory=8732 CPUtime=0.68 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 1970 0 0 0 68 0 0 0 20 0 1 0 184631707 13262848 2183 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 3238 2183 421 379 0 2772 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 22884 KiB
Current children cumulated memory: 11424 KiB

[startup+1.50041 s]
/proc/loadavg: 4.15 4.20 4.19 5/245 970709
/proc/meminfo: memFree=128908488/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=12952 memory=10316 CPUtime=1.48 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 2360 0 0 0 148 0 0 0 20 0 1 0 184631707 13262848 2579 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 3238 2579 421 379 0 2772 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 22884 KiB
Current children cumulated memory: 13008 KiB

[startup+3.11282 s]
/proc/loadavg: 4.14 4.20 4.19 5/245 970709
/proc/meminfo: memFree=128896076/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=21704 memory=19892 CPUtime=3.08 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 3252 0 0 0 308 0 0 0 20 0 1 0 184631707 22224896 4973 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 5426 4973 421 379 0 4960 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 31636 KiB
Current children cumulated memory: 22584 KiB

[startup+6.30042 s]
/proc/loadavg: 4.14 4.20 4.19 5/245 970709
/proc/meminfo: memFree=128892656/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=20112 memory=19332 CPUtime=6.27 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 3653 0 0 0 626 1 0 0 20 0 1 0 184631707 20594688 4833 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 5028 4833 421 379 0 4562 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30044 KiB
Current children cumulated memory: 22024 KiB

[startup+12.7004 s]
/proc/loadavg: 4.21 4.21 4.19 5/245 970710
/proc/meminfo: memFree=128876896/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=31604 memory=27872 CPUtime=12.64 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 4455 0 0 0 1263 1 0 0 20 0 1 0 184631707 32362496 6968 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 7901 6968 421 379 0 7435 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 41536 KiB
Current children cumulated memory: 30564 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 4.20 4.19 5/245 970712
/proc/meminfo: memFree=128859400/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=50280 memory=42740 CPUtime=25.42 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 5098 0 0 0 2540 2 0 0 20 0 1 0 184631707 51486720 10685 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 12570 10685 421 379 0 12104 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 60212 KiB
Current children cumulated memory: 45432 KiB

[startup+51.113 s]
/proc/loadavg: 4.11 4.18 4.18 5/245 970716
/proc/meminfo: memFree=128881956/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=55184 memory=41876 CPUtime=50.97 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 5828 0 0 0 5095 2 0 0 20 0 1 0 184631707 56508416 10469 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 13796 10469 421 379 0 13330 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 65116 KiB
Current children cumulated memory: 44568 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/245 970825
/proc/meminfo: memFree=129095036/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=74040 memory=64612 CPUtime=102.03 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 6715 0 0 0 10200 3 0 0 20 0 1 0 184631707 75816960 16153 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 18510 16153 421 379 0 18044 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 83972 KiB
Current children cumulated memory: 67304 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/245 970884
/proc/meminfo: memFree=128886124/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=74040 memory=69284 CPUtime=161.87 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 6774 0 0 0 16184 3 0 0 20 0 1 0 184631707 75816960 17321 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 18510 17321 421 379 0 18044 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 83972 KiB
Current children cumulated memory: 71976 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/245 970895
/proc/meminfo: memFree=128848860/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=74040 memory=71332 CPUtime=221.7 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 6809 0 0 0 22167 3 0 0 20 0 1 0 184631707 75816960 17833 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 18510 17833 421 379 0 18044 0

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

/proc/loadavg: 4.59 4.45 4.27 5/246 972590
/proc/meminfo: memFree=128405120/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=155676 CPUtime=3093.73 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 31524 0 0 0 309330 43 0 0 20 0 1 0 184631707 171040768 38919 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 38919 421 379 0 41292 0
Current children cumulated CPU time: 3093.73 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 158368 KiB

[startup+3162.3 s]
/proc/loadavg: 4.36 4.41 4.27 5/245 972600
/proc/meminfo: memFree=128410160/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=136212 memory=124688 CPUtime=3153.56 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 31997 0 0 0 315312 44 0 0 20 0 1 0 184631707 139481088 31172 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 34053 31172 421 379 0 33587 0
Current children cumulated CPU time: 3153.56 s
Current children cumulated vsize: 146144 KiB
Current children cumulated memory: 127380 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.35 4.25 5/246 972612
/proc/meminfo: memFree=128414076/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=141228 CPUtime=3213.38 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 32609 0 0 0 321293 45 0 0 20 0 1 0 184631707 171040768 35307 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 35307 421 379 0 41292 0
Current children cumulated CPU time: 3213.38 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 143920 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.31 4.25 5/246 972622
/proc/meminfo: memFree=128429672/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=153628 CPUtime=3273.19 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 32648 0 0 0 327274 45 0 0 20 0 1 0 184631707 171040768 38407 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 38407 421 379 0 41292 0
Current children cumulated CPU time: 3273.19 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 156320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.30 4.25 5/248 972636
/proc/meminfo: memFree=128336020/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=136212 memory=118356 CPUtime=3333.01 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 33118 0 0 0 333255 46 0 0 20 0 1 0 184631707 139481088 29589 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 34053 29589 421 379 0 33587 0
Current children cumulated CPU time: 3333.01 s
Current children cumulated vsize: 146144 KiB
Current children cumulated memory: 121048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.26 4.24 5/248 972647
/proc/meminfo: memFree=128374808/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=136860 CPUtime=3392.83 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 33722 0 0 0 339236 47 0 0 20 0 1 0 184631707 171040768 34215 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 34215 421 379 0 41292 0
Current children cumulated CPU time: 3392.83 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 139552 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.25 4.23 5/248 972657
/proc/meminfo: memFree=128350504/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=149412 CPUtime=3452.64 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 33790 0 0 0 345217 47 0 0 20 0 1 0 184631707 171040768 37353 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 37353 421 379 0 41292 0
Current children cumulated CPU time: 3452.64 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 152104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.22 4.22 5/247 972667
/proc/meminfo: memFree=128443512/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=161820 CPUtime=3512.46 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 33833 0 0 0 351198 48 0 0 20 0 1 0 184631707 171040768 40455 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 40455 421 379 0 41292 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 164512 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.21 4.22 5/247 972678
/proc/meminfo: memFree=128429652/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=136212 memory=128828 CPUtime=3572.28 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 34320 0 0 0 357179 49 0 0 20 0 1 0 184631707 139481088 32207 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 34053 32207 421 379 0 33587 0
Current children cumulated CPU time: 3572.28 s
Current children cumulated vsize: 146144 KiB
Current children cumulated memory: 131520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.09 4.19 4.21 5/245 972685
/proc/meminfo: memFree=128336012/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=135592 CPUtime=3600.01 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 34509 0 0 0 359952 49 0 0 20 0 1 0 184631707 171040768 33898 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 33898 421 379 0 41292 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 138284 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.52 s, system=0.503431 s

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

[startup+3610.11 s]
/proc/loadavg: 4.09 4.19 4.21 5/245 972685
/proc/meminfo: memFree=128336012/131655788 swapFree=131070704/131071996
[pid=970704] ppid=970701 vsize=9932 memory=2692 CPUtime=0 cores=4,6
/proc/970704/stat : 970704 (naps-1.02b5.sh) S 970701 970704 964650 0 -1 4194304 219 243 0 0 0 0 0 0 20 0 1 0 184631706 10170368 673 134679101440 94584711516160 94584712595480 140721332536784 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94584714693936 94584714741124 94584720576512 140721332540383 140721332540510 140721332540510 140721332547526 0
/proc/970704/statm: 2483 673 595 264 0 134 0
[pid=970709] ppid=970704 vsize=167032 memory=135592 CPUtime=3600.01 cores=4,6
/proc/970709/stat : 970709 (naps-1.02b5) R 970704 970704 964650 0 -1 4194304 34509 0 0 0 359952 49 0 0 20 0 1 0 184631707 171040768 33898 134679101440 4194304 5746509 140731613939600 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 11591680 140731613946862 140731613946976 140731613946976 140731613953993 0
/proc/970709/statm: 41758 33898 421 379 0 41292 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 176964 KiB
Current children cumulated memory: 138284 KiB

Child status: 0

Real time (s): 3610.12
CPU time (s): 3600.03
CPU user time (s): 3599.52
CPU system time (s): 0.503431
CPU usage (%): 99.7206
Max. virtual memory (cumulated for all children) (KiB): 176964
Max. memory (cumulated for all children) (KiB): 164512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.52
system time used= 0.503431
maximum resident set size= 161820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34985
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= 59
involuntary context switches= 2166


# summary of solver processes directly reported to runsolver:
#   pid: 970704
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.52
#   total CPU system time (s): 0.503431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2067 second user time and 37.9048 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 19:45:58
IDJOB=4445931
IDBENCH=155406
IDSOLVER=3065
FILE ID=nodeC011/4445931-1721324746
RUNJOBID= nodeC011-1721317456-964661
SLURM_JOB_ID= 7542661
Free space on /tmp= 723772 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445931-1721324746/watcher-4445931-1721324746 -o /tmp/evaluation-result-4445931-1721324746/solver-4445931-1721324746 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964661 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445931-1721324746.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=389349252

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128920412 kB
MemAvailable:   129386608 kB
Buffers:          512696 kB
Cached:           793712 kB
SwapCached:          132 kB
Active:          1016924 kB
Inactive:        1230432 kB
Active(anon):       1468 kB
Inactive(anon):   976876 kB
Active(file):    1015456 kB
Inactive(file):   253556 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              4560 kB
Writeback:             0 kB
AnonPages:        940828 kB
Mapped:           110044 kB
Shmem:             37400 kB
KReclaimable:      74768 kB
Slab:             156516 kB
SReclaimable:      74768 kB
SUnreclaim:        81748 kB
KernelStack:        4048 kB
PageTables:        11044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1231612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC011 at 2024-07-18 20:46:08