Trace number 4434037

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-GM 1.03? (MO) 1079.49 1082.31

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-mspp16.opb
MD5SUMe9f8bfec50df8f23ca7bc3fee68b9d28
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark11.3308
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4434037-1721119257.opb
1078.97/1081.80	c 
1078.97/1081.80	c *** TERMINATED *** by signal 15
1078.97/1081.80	s UNKNOWN
1078.97/1081.80	c _____________________________________________________________________________
1078.97/1081.80	c std/band forms        : 523181,0
1078.97/1081.80	c 2cl/3cl ITE-codings   : 0,0
1078.97/1081.80	c BDD/srt/adr Max costs : 43,22069,0
1078.97/1081.80	c BDDraw/bin/mul/srt/adr: 240,0,0,522941,0
1078.97/1081.80	c BDD nodes             : 7410
1078.97/1081.80	c Es1/CC detections     : 0,0
1078.97/1081.80	c CC sort               : 522940
1078.97/1081.80	c SAT/UNSAT calls       : 0,0
1078.97/1081.80	c regenrated variables  : 0
1078.97/1081.80	c eliminated fixed lits : 124320
1078.97/1081.80	c goal lit flips        : 0
1078.97/1081.80	c goal stages           : 0
1078.97/1081.80	c goal shrink           : 0
1078.97/1081.80	c goal coeff separations: 0
1078.97/1081.80	c restarts              : 0
1078.97/1081.80	c conflicts             : 0              (0 /sec)
1078.97/1081.80	c decisions             : 0              (0 /sec)
1078.97/1081.80	c propagations          : 0              (0 /sec)
1078.97/1081.80	c inspects              : 0              (0 /sec)
1078.97/1081.80	c CPU time (solving tm) : 1066 s        (0 s, SAT 0 s, UNSAT 0 s)
1078.97/1081.80	c Time for Opt-base     : 11.58 s
1078.97/1081.80	c Steps for Opt-base    : 0
1078.97/1081.80	c Time for BDD coding   : 0.01991 s
1078.97/1081.80	c Time for srt coding   : 960.4 s
1078.97/1081.80	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 (61481 MiB free)
  memory of node 1: 64473 MiB (62651 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434037-1721119257/watcher-4434037-1721119257 -o /tmp/evaluation-result-4434037-1721119257/solver-4434037-1721119257 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721118899-840438 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4434037-1721119257.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=842931, runsolver pid=842928
Current StackSize limit: 8192 KiB


[startup+0.100682 s]*
/proc/loadavg: 4.16 3.31 2.56 5/250 842936
/proc/meminfo: memFree=127106276/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=13920 memory=7096 CPUtime=0.09 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 1482 0 0 0 9 0 0 0 20 0 1 0 164081746 14254080 1774 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 3480 1774 436 659 0 2684 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23852 KiB
Current children cumulated memory: 9752 KiB

[startup+0.206175 s]*
/proc/loadavg: 4.16 3.31 2.56 5/250 842936
/proc/meminfo: memFree=127103784/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=16684 memory=9204 CPUtime=0.19 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2092 0 0 0 19 0 0 0 20 0 1 0 164081746 17084416 2301 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4171 2301 436 659 0 3375 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 26616 KiB
Current children cumulated memory: 11860 KiB

[startup+0.306099 s]*
/proc/loadavg: 4.16 3.31 2.56 6/250 842936
/proc/meminfo: memFree=127102868/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=17892 memory=10256 CPUtime=0.29 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2346 0 0 0 29 0 0 0 20 0 1 0 164081746 18321408 2564 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4473 2564 436 659 0 3677 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 27824 KiB
Current children cumulated memory: 12912 KiB

[startup+0.700272 s]
/proc/loadavg: 4.16 3.31 2.56 5/250 842936
/proc/meminfo: memFree=127099172/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=26276 memory=18440 CPUtime=0.68 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 4399 0 0 0 67 1 0 0 20 0 1 0 164081746 26906624 4610 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 6569 4610 436 659 0 5773 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 36208 KiB
Current children cumulated memory: 21096 KiB

[startup+1.5004 s]
/proc/loadavg: 4.15 3.32 2.57 5/250 842936
/proc/meminfo: memFree=127080020/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=68872 memory=60944 CPUtime=1.48 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 15024 0 0 0 144 4 0 0 20 0 1 0 164081746 70524928 15236 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 17218 15236 436 659 0 16422 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 78804 KiB
Current children cumulated memory: 63600 KiB

[startup+3.11294 s]
/proc/loadavg: 4.15 3.32 2.57 5/250 842936
/proc/meminfo: memFree=126932296/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=195140 memory=186996 CPUtime=3.09 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 46562 0 0 0 298 11 0 0 20 0 1 0 164081746 199823360 46749 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 48785 46749 436 659 0 47989 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 205072 KiB
Current children cumulated memory: 189652 KiB

[startup+6.30038 s]
/proc/loadavg: 4.22 3.35 2.58 5/250 842936
/proc/meminfo: memFree=126670480/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=468976 memory=460500 CPUtime=6.26 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 114928 0 0 0 604 22 0 0 20 0 1 0 164081746 480231424 115125 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 117244 115125 436 659 0 116448 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 478908 KiB
Current children cumulated memory: 463156 KiB

[startup+12.7004 s]
/proc/loadavg: 4.28 3.38 2.59 5/250 842938
/proc/meminfo: memFree=126158664/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=1006196 memory=989996 CPUtime=12.65 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 247302 0 0 0 1221 44 0 0 20 0 1 0 164081746 1030344704 247499 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 251549 247499 436 659 0 250753 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1016128 KiB
Current children cumulated memory: 992652 KiB

[startup+25.5004 s]
/proc/loadavg: 4.24 3.40 2.61 5/250 842939
/proc/meminfo: memFree=125174284/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=2048512 memory=1959140 CPUtime=25.42 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 489567 0 0 0 2451 91 0 0 20 0 1 0 164081746 2097676288 489785 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 512128 489785 436 659 0 511332 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2058444 KiB
Current children cumulated memory: 1961796 KiB

[startup+51.113 s]
/proc/loadavg: 4.14 3.46 2.65 5/250 842944
/proc/meminfo: memFree=123340792/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=4042968 memory=3745920 CPUtime=50.97 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 936294 0 0 0 4929 168 0 0 20 0 1 0 164081746 4139999232 936480 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 1010742 936480 436 659 0 1009946 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 4052900 KiB
Current children cumulated memory: 3748576 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 3.57 2.74 5/250 842954
/proc/meminfo: memFree=119234472/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=7639224 memory=7142776 CPUtime=102.04 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 1352196 0 0 0 9861 343 0 0 20 0 1 0 164081746 7822565376 1785694 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 1909806 1785694 468 659 0 1909010 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 7649156 KiB
Current children cumulated memory: 7145432 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 3.68 2.83 5/247 842964
/proc/meminfo: memFree=118414460/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=8995704 memory=8636072 CPUtime=161.9 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 1605225 0 0 0 15760 430 0 0 20 0 1 0 164081746 9211600896 2159018 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 2248926 2159018 468 659 0 2248130 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 9005636 KiB
Current children cumulated memory: 8638728 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.74 2.91 5/247 842974
/proc/meminfo: memFree=116305764/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=11382552 memory=10738044 CPUtime=221.74 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 1737465 0 0 0 21649 525 0 0 20 0 1 0 164081746 11655733248 2684511 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 2845638 2684511 468 659 0 2844842 0
Current children cumulated CPU time: 221.74 s

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

[pid=842936] ppid=842931 vsize=18723860 memory=17385936 CPUtime=640.69 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2438534 0 0 0 63182 887 0 0 20 0 1 0 164081746 19173232640 4346484 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4680965 4346484 468 659 0 4680169 0
Current children cumulated CPU time: 640.69 s
Current children cumulated vsize: 18733792 KiB
Current children cumulated memory: 17388592 KiB

[startup+702.3 s]
/proc/loadavg: 4.14 4.05 3.41 5/247 843063
/proc/meminfo: memFree=109065028/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=19082684 memory=17920024 CPUtime=700.55 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2535670 0 0 0 69130 925 0 0 20 0 1 0 164081746 19540668416 4480006 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4770671 4480006 468 659 0 4769875 0
Current children cumulated CPU time: 700.55 s
Current children cumulated vsize: 19092616 KiB
Current children cumulated memory: 17922680 KiB

[startup+762.3 s]
/proc/loadavg: 4.11 4.05 3.46 5/247 843073
/proc/meminfo: memFree=108508308/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=19429640 memory=18438956 CPUtime=760.39 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2628500 0 0 0 75080 959 0 0 20 0 1 0 164081746 19895951360 4609739 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4857410 4609739 468 659 0 4856614 0
Current children cumulated CPU time: 760.39 s
Current children cumulated vsize: 19439572 KiB
Current children cumulated memory: 18441612 KiB

[startup+822.3 s]
/proc/loadavg: 4.09 4.06 3.50 5/247 843083
/proc/meminfo: memFree=108067976/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=19731060 memory=18888728 CPUtime=820.24 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2710359 0 0 0 81032 992 0 0 20 0 1 0 164081746 20204605440 4722182 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 4932765 4722182 468 659 0 4931969 0
Current children cumulated CPU time: 820.24 s
Current children cumulated vsize: 19740992 KiB
Current children cumulated memory: 18891384 KiB

[startup+882.3 s]
/proc/loadavg: 4.18 4.08 3.55 5/247 843478
/proc/meminfo: memFree=107614384/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=20011436 memory=19306384 CPUtime=880.06 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2787280 0 0 0 86984 1022 0 0 20 0 1 0 164081746 20491710464 4826596 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 5002859 4826596 468 659 0 5002063 0
Current children cumulated CPU time: 880.06 s
Current children cumulated vsize: 20021368 KiB
Current children cumulated memory: 19309040 KiB

[startup+942.3 s]
/proc/loadavg: 4.12 4.08 3.58 5/247 843488
/proc/meminfo: memFree=107269144/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=20287640 memory=19719908 CPUtime=939.87 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2864093 0 0 0 92934 1053 0 0 20 0 1 0 164081746 20774543360 4929977 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 5071910 4929977 468 659 0 5071114 0
Current children cumulated CPU time: 939.87 s
Current children cumulated vsize: 20297572 KiB
Current children cumulated memory: 19722564 KiB

[startup+1002.3 s]
/proc/loadavg: 4.08 4.08 3.62 5/247 843498
/proc/meminfo: memFree=106750408/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=20578856 memory=20152640 CPUtime=999.68 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 2944722 0 0 0 98882 1086 0 0 20 0 1 0 164081746 21072748544 5038160 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 5144714 5038160 468 659 0 5143918 0
Current children cumulated CPU time: 999.68 s
Current children cumulated vsize: 20588788 KiB
Current children cumulated memory: 20155296 KiB

[startup+1062.3 s]
/proc/loadavg: 4.06 4.07 3.65 5/249 843679
/proc/meminfo: memFree=103463804/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=24761344 memory=23556244 CPUtime=1059.52 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 3120572 0 0 0 104764 1188 0 0 20 0 1 0 164081746 25355616256 5889061 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 6190336 5889061 468 659 0 6189540 0
Current children cumulated CPU time: 1059.52 s
Current children cumulated vsize: 24771276 KiB
Current children cumulated memory: 23558900 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1081.8 s]
/proc/loadavg: 4.04 4.07 3.66 5/249 843684
/proc/meminfo: memFree=97774352/131655788 swapFree=131071996/131071996
[pid=842931] ppid=842928 vsize=9932 memory=2656 CPUtime=0 cores=1,3
/proc/842931/stat : 842931 (naps-1.03.sh) S 842928 842931 840426 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 164081746 10170368 664 134679101440 94526402465792 94526403545112 140735939380656 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94526405643568 94526405690756 94526432673792 140735939388384 140735939388513 140735939388513 140735939395528 0
/proc/842931/statm: 2483 664 587 264 0 134 0
[pid=842936] ppid=842931 vsize=31792656 memory=29451128 CPUtime=1078.97 cores=1,3
/proc/842936/stat : 842936 (naps-1.03) R 842931 842931 840426 0 -1 4194304 3255484 0 0 0 106567 1330 0 0 20 0 1 0 164081746 32555679744 7362782 134679101440 4194304 6891213 140726558291584 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14614528 140726558299121 140726558299237 140726558299237 140726558306251 0
/proc/842936/statm: 7948164 7362782 468 659 0 7947368 0
Current children cumulated CPU time: 1078.97 s
Current children cumulated vsize: 31802588 KiB
Current children cumulated memory: 29453784 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001335 s, system=0.004677 s

[startup+1082.31 s]
# the end of solver process 842936 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=1065.68 s, system=13.8146 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+1082.01 s]*
/proc/loadavg: 4.04 4.07 3.66 5/248 843684
/proc/meminfo: memFree=104958864/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.006012 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1082.2 s]
/proc/loadavg: 4.04 4.07 3.66 5/248 843684
/proc/meminfo: memFree=104958864/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.006012 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1082.3 s]
/proc/loadavg: 4.04 4.07 3.66 5/248 843684
/proc/meminfo: memFree=104958864/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.006012 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 1082.31
CPU time (s): 1079.49
CPU user time (s): 1065.68
CPU system time (s): 13.8146
CPU usage (%): 99.7399
Max. virtual memory (cumulated for all children) (KiB): 31802588
Max. memory (cumulated for all children) (KiB): 29453784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1065.68
system time used= 13.8146
maximum resident set size= 29451300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3255956
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= 147
involuntary context switches= 1405


# summary of solver processes directly reported to runsolver:
#   pid: 842931,842936
#   total CPU time (s): 1079.49
#   total CPU user time (s): 1065.68
#   total CPU system time (s): 13.8146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.00901 second user time and 11.4316 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-16 10:41:11
IDJOB=4434037
IDBENCH=155321
IDSOLVER=3062
FILE ID=nodeC004/4434037-1721119257
RUNJOBID= nodeC004-1721118899-840438
SLURM_JOB_ID= 7505666
Free space on /tmp= 723512 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434037-1721119257/watcher-4434037-1721119257 -o /tmp/evaluation-result-4434037-1721119257/solver-4434037-1721119257 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721118899-840438 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4434037-1721119257.opb

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

MD5SUM BENCH= e9f8bfec50df8f23ca7bc3fee68b9d28
RANDOM SEED=1701283790

nodeC004.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		: 3492.649
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	: 6984.29
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		: 1197.343
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.37
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.446
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	: 6984.29
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		: 2866.771
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.37
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		: 3546.817
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	: 6984.29
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		: 3545.429
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.37
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.416
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	: 6984.29
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.523
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127112544 kB
MemAvailable:   128086540 kB
Buffers:          415336 kB
Cached:          1394000 kB
SwapCached:            0 kB
Active:           766380 kB
Inactive:        3231688 kB
Active(anon):       3368 kB
Inactive(anon):  2223096 kB
Active(file):     763012 kB
Inactive(file):  1008592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            187508 kB
Writeback:             0 kB
AnonPages:       2184864 kB
Mapped:           109876 kB
Shmem:             37700 kB
KReclaimable:      85180 kB
Slab:             181040 kB
SReclaimable:      85180 kB
SUnreclaim:        95860 kB
KernelStack:        4016 kB
PageTables:        13860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2771228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52512 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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:      189256 kB
DirectMap2M:    14395392 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723508 MiB
End job on nodeC004 at 2024-07-16 10:59:14