Trace number 4442001

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.11 3612.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.831382
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4442001-1721294404.opb
3600.09/3612.70	c 
3600.09/3612.70	c *** TERMINATED *** by signal 15
3600.09/3612.70	s UNKNOWN
3600.09/3612.70	c _____________________________________________________________________________
3600.09/3612.70	c 
3600.09/3612.70	c std/band forms        : 1019,0
3600.09/3612.70	c 2cl/3cl ITE-codings   : 11780,0
3600.09/3612.70	c BDD/srt/adr Max costs : 167,0,0
3600.09/3612.70	c BDDraw/bin/mul/srt/adr: 965,0,54,0,0
3600.09/3612.70	c BDD nodes             : 21548
3600.09/3612.70	c Es1/CC detections     : 0,0
3600.09/3612.70	c SAT/UNSAT calls       : 0,0
3600.09/3612.70	c regenrated variables  : 0
3600.09/3612.70	c restarts              : 0
3600.09/3612.70	c conflicts             : 0              (0 /sec)
3600.09/3612.70	c decisions             : 0              (0 /sec)
3600.09/3612.70	c propagations          : 0              (0 /sec)
3600.09/3612.70	c inspects              : 0              (0 /sec)
3600.09/3612.70	c CPU time (solving tm) : 3597 s        (3597 s)
3600.09/3612.70	c Time for Opt-base     : 0.005504 s
3600.09/3612.70	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442001-1721294404/watcher-4442001-1721294404 -o /tmp/evaluation-result-4442001-1721294404/solver-4442001-1721294404 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966771 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442001-1721294404.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=967767, runsolver pid=967764
Current StackSize limit: 8192 KiB


[startup+0.100761 s]*
/proc/loadavg: 4.16 3.82 2.69 5/263 967772
/proc/meminfo: memFree=122824476/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=10092 memory=5416 CPUtime=0.09 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 1007 0 0 0 9 0 0 0 20 0 1 0 181607818 10334208 1354 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 2523 1354 405 379 0 2057 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20024 KiB
Current children cumulated memory: 8056 KiB

[startup+0.206777 s]*
/proc/loadavg: 4.16 3.82 2.69 6/263 967772
/proc/meminfo: memFree=122820748/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=11396 memory=6752 CPUtime=0.2 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 1397 0 0 0 20 0 0 0 20 0 1 0 181607818 11669504 1688 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 2849 1688 405 379 0 2383 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21328 KiB
Current children cumulated memory: 9392 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.16 3.82 2.69 5/263 967772
/proc/meminfo: memFree=122819068/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=13068 memory=8788 CPUtime=0.3 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 1907 0 0 0 30 0 0 0 20 0 1 0 181607818 13381632 2197 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 3267 2197 421 379 0 2801 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 23000 KiB
Current children cumulated memory: 11428 KiB

[startup+0.700266 s]
/proc/loadavg: 4.16 3.82 2.69 5/263 967772
/proc/meminfo: memFree=122807952/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=26192 memory=23324 CPUtime=0.67 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 5959 0 0 0 67 0 0 0 20 0 1 0 181607818 26820608 5831 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 6548 5831 421 379 0 6082 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 36124 KiB
Current children cumulated memory: 25964 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 3.82 2.69 5/263 967772
/proc/meminfo: memFree=122801056/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=37688 memory=33784 CPUtime=1.47 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 7550 0 0 0 146 1 0 0 20 0 1 0 181607818 38592512 8446 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 9422 8446 421 379 0 8956 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 47620 KiB
Current children cumulated memory: 36424 KiB

[startup+3.10577 s]
/proc/loadavg: 4.16 3.82 2.69 5/263 967772
/proc/meminfo: memFree=122829564/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=54900 memory=46720 CPUtime=3.08 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 8817 0 0 0 306 2 0 0 20 0 1 0 181607818 56217600 11680 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 13725 11680 421 379 0 13259 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 64832 KiB
Current children cumulated memory: 49360 KiB

[startup+6.30025 s]
/proc/loadavg: 4.14 3.82 2.70 5/263 967772
/proc/meminfo: memFree=122816688/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=54900 memory=50816 CPUtime=6.26 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 8830 0 0 0 624 2 0 0 20 0 1 0 181607818 56217600 12704 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 13725 12704 421 379 0 13259 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64832 KiB
Current children cumulated memory: 53456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 3.82 2.71 5/263 967773
/proc/meminfo: memFree=122780388/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=96868 memory=72564 CPUtime=12.64 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 9732 0 0 0 1261 3 0 0 20 0 1 0 181607818 99192832 18141 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 24217 18141 421 379 0 23751 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 106800 KiB
Current children cumulated memory: 75204 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 3.83 2.73 5/263 967775
/proc/meminfo: memFree=122733660/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=96868 memory=94636 CPUtime=25.4 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 10402 0 0 0 2536 4 0 0 20 0 1 0 181607818 99192832 23659 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 24217 23659 421 379 0 23751 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 106800 KiB
Current children cumulated memory: 97276 KiB

[startup+51.1058 s]
/proc/loadavg: 4.14 3.86 2.77 5/263 967779
/proc/meminfo: memFree=122732672/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=99520 memory=97288 CPUtime=50.92 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 11741 0 0 0 5083 9 0 0 20 0 1 0 181607818 101908480 24322 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 24880 24322 421 379 0 24414 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 109452 KiB
Current children cumulated memory: 99928 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 3.92 2.84 5/263 967789
/proc/meminfo: memFree=122684324/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=167672 memory=159896 CPUtime=101.94 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 15152 0 0 0 10177 17 0 0 20 0 1 0 181607818 171696128 39974 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 41918 39974 421 379 0 41452 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 177604 KiB
Current children cumulated memory: 162536 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.95 2.93 5/263 967800
/proc/meminfo: memFree=122639784/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=198144 memory=192388 CPUtime=161.74 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 20543 0 0 0 16147 27 0 0 20 0 1 0 181607818 202899456 48097 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 49536 48097 421 379 0 49070 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 208076 KiB
Current children cumulated memory: 195028 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.01 3.01 5/263 967811
/proc/meminfo: memFree=122634848/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=198144 memory=190344 CPUtime=221.54 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 24646 0 0 0 22118 36 0 0 20 0 1 0 181607818 202899456 47586 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 49536 47586 421 379 0 49070 0
Current children cumulated CPU time: 221.54 s

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

/proc/967772/statm: 106550 102684 421 379 0 106084 0
Current children cumulated CPU time: 3091.42 s
Current children cumulated vsize: 436132 KiB
Current children cumulated memory: 413376 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.21 4.10 5/261 970164
/proc/meminfo: memFree=124241904/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=510496 memory=499664 CPUtime=3151.22 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 173963 0 0 0 314844 278 0 0 20 0 1 0 181607818 522747904 124916 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 127624 124916 421 379 0 127158 0
Current children cumulated CPU time: 3151.22 s
Current children cumulated vsize: 520428 KiB
Current children cumulated memory: 502304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.18 4.09 5/261 970175
/proc/meminfo: memFree=124260336/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=511652 memory=467948 CPUtime=3211.01 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 176146 0 0 0 320819 282 0 0 20 0 1 0 181607818 523931648 116987 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 127913 116987 421 379 0 127447 0
Current children cumulated CPU time: 3211.01 s
Current children cumulated vsize: 521584 KiB
Current children cumulated memory: 470588 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.18 4.09 5/261 970186
/proc/meminfo: memFree=124272508/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=512800 memory=431884 CPUtime=3270.8 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 178341 0 0 0 326794 286 0 0 20 0 1 0 181607818 525107200 107971 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 128200 107971 421 379 0 127734 0
Current children cumulated CPU time: 3270.8 s
Current children cumulated vsize: 522732 KiB
Current children cumulated memory: 434524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.16 4.09 5/258 970196
/proc/meminfo: memFree=124325304/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=432196 memory=393808 CPUtime=3330.6 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 179982 0 0 0 332770 290 0 0 20 0 1 0 181607818 442568704 98452 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 108049 98452 421 379 0 107583 0
Current children cumulated CPU time: 3330.6 s
Current children cumulated vsize: 442128 KiB
Current children cumulated memory: 396448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/258 970206
/proc/meminfo: memFree=124064188/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=515428 memory=506080 CPUtime=3390.4 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 181132 0 0 0 338747 293 0 0 20 0 1 0 181607818 527798272 126520 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 128857 126520 421 379 0 128391 0
Current children cumulated CPU time: 3390.4 s
Current children cumulated vsize: 525360 KiB
Current children cumulated memory: 508720 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/258 970217
/proc/meminfo: memFree=124292036/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=516156 memory=473636 CPUtime=3450.19 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 183232 0 0 0 344722 297 0 0 20 0 1 0 181607818 528543744 118409 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 129039 118409 421 379 0 128573 0
Current children cumulated CPU time: 3450.19 s
Current children cumulated vsize: 526088 KiB
Current children cumulated memory: 476276 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.24 4.13 5/258 970227
/proc/meminfo: memFree=124118228/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=516516 memory=437324 CPUtime=3510 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 185365 0 0 0 350698 302 0 0 20 0 1 0 181607818 528912384 109331 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 129129 109331 421 379 0 128663 0
Current children cumulated CPU time: 3510 s
Current children cumulated vsize: 526448 KiB
Current children cumulated memory: 439964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.22 4.13 5/258 970237
/proc/meminfo: memFree=124233720/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=435592 memory=393672 CPUtime=3569.8 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 187285 0 0 0 356674 306 0 0 20 0 1 0 181607818 446046208 98418 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 108898 98418 421 379 0 108432 0
Current children cumulated CPU time: 3569.8 s
Current children cumulated vsize: 445524 KiB
Current children cumulated memory: 396312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.17 4.20 4.12 5/262 970248
/proc/meminfo: memFree=124243468/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=517268 memory=443792 CPUtime=3600.09 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 188076 0 0 0 359702 307 0 0 20 0 1 0 181607818 529682432 110948 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 129317 110948 421 379 0 128851 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 527200 KiB
Current children cumulated memory: 446432 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.00285 s, system=0 s

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

# cumulated CPU time of all completed processes:  user=3597.03 s, system=3.08123 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+3612.7 s]
/proc/loadavg: 4.17 4.20 4.12 5/262 970248
/proc/meminfo: memFree=124243468/131524600 swapFree=131071996/131071996
[pid=967767] ppid=967764 vsize=9932 memory=2640 CPUtime=0 cores=0,2
/proc/967767/stat : 967767 (naps-1.02b5.sh) S 967764 967767 966761 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 181607818 10170368 660 134679101440 94816906182656 94816907261976 140730104417424 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816909360432 94816909407620 94816916041728 140730104423391 140730104423518 140730104423518 140730104430534 0
/proc/967767/statm: 2483 660 580 264 0 134 0
[pid=967772] ppid=967767 vsize=517268 memory=443792 CPUtime=3600.09 cores=0,2
/proc/967772/stat : 967772 (naps-1.02b5) R 967767 967767 966761 0 -1 4194304 188076 0 0 0 359702 307 0 0 20 0 1 0 181607818 529682432 110948 134679101440 4194304 5746509 140732212856800 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 20369408 140732212859886 140732212860000 140732212860000 140732212867017 0
/proc/967772/statm: 129317 110948 421 379 0 128851 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 527200 KiB
Current children cumulated memory: 446432 KiB

Child status: 0

Real time (s): 3612.71
CPU time (s): 3600.11
CPU user time (s): 3597.03
CPU system time (s): 3.08123
CPU usage (%): 99.6514
Max. virtual memory (cumulated for all children) (KiB): 739312
Max. memory (cumulated for all children) (KiB): 594964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.03
system time used= 3.08123
maximum resident set size= 592324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188535
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= 117
involuntary context switches= 25186


# summary of solver processes directly reported to runsolver:
#   pid: 967767,967772
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.03
#   total CPU system time (s): 3.08123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81117 second user time and 17.5191 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-18 11:20:17
IDJOB=4442001
IDBENCH=147759
IDSOLVER=3065
FILE ID=nodeC029/4442001-1721294404
RUNJOBID= nodeC029-1721293771-966771
SLURM_JOB_ID= 7542602
Free space on /tmp= 890028 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442001-1721294404/watcher-4442001-1721294404 -o /tmp/evaluation-result-4442001-1721294404/solver-4442001-1721294404 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966771 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4442001-1721294404.opb

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=1751110067

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122829132 kB
MemAvailable:   126711524 kB
Buffers:          474188 kB
Cached:          4199724 kB
SwapCached:            0 kB
Active:           957472 kB
Inactive:        7021396 kB
Active(anon):       1520 kB
Inactive(anon):  3340828 kB
Active(file):     955952 kB
Inactive(file):  3680568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5728 kB
Writeback:             8 kB
AnonPages:       3303272 kB
Mapped:           110832 kB
Shmem:             37720 kB
KReclaimable:     171040 kB
Slab:             291956 kB
SReclaimable:     171040 kB
SUnreclaim:       120916 kB
KernelStack:        4192 kB
PageTables:        15732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4025212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC029 at 2024-07-18 12:20:30