Trace number 4452281

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.37 3612.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-neos-948346.0.s.opb
MD5SUMfa44fc9c0c30a6a8030f0b23aafff6c8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57855
Total number of constraints1571
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)632
Number of constraints which are nor clauses,nor cardinality constraints894
Minimum length of a constraint5
Maximum length of a constraint57675
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 10000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 578713
Number of bits of the biggest sum of numbers20
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-4452281-1721435881.opb
3600.06/3612.20	c 
3600.06/3612.20	c *** TERMINATED *** by signal 15
3600.06/3612.20	s UNKNOWN
3600.06/3612.20	c _____________________________________________________________________________
3600.06/3612.20	c 
3600.06/3612.20	c std/band forms        : 1526,0
3600.06/3612.20	c 2cl/3cl ITE-codings   : 28276082,0
3600.06/3612.20	c BDD/srt/adr Max costs : 13892402,0,0
3600.06/3612.20	c BDDraw/bin/mul/srt/adr: 1526,0,0,0,0
3600.06/3612.20	c BDD nodes             : 29006186
3600.06/3612.20	c Es1/CC detections     : 0,0
3600.06/3612.20	c SAT/UNSAT calls       : 0,0
3600.06/3612.20	c regenrated variables  : 0
3600.06/3612.20	c restarts              : 0
3600.06/3612.20	c conflicts             : 0              (0 /sec)
3600.06/3612.20	c decisions             : 0              (0 /sec)
3600.06/3612.20	c propagations          : 0              (0 /sec)
3600.06/3612.20	c inspects              : 0              (0 /sec)
3600.06/3612.20	c CPU time (solving tm) : 3587 s        (3235 s)
3600.06/3612.20	c Time for Opt-base     : 0 s
3600.06/3612.20	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: 63968 MiB (60217 MiB free)
  memory of node 1: 64473 MiB (50972 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452281-1721435881/watcher-4452281-1721435881 -o /tmp/evaluation-result-4452281-1721435881/solver-4452281-1721435881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043542 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4452281-1721435881.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=1044615, runsolver pid=1044612
Current StackSize limit: 8192 KiB


[startup+0.100977 s]*
/proc/loadavg: 4.10 3.83 2.98 5/258 1044620
/proc/meminfo: memFree=113812460/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=53040 memory=46216 CPUtime=0.09 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 11570 0 0 0 8 1 0 0 20 0 1 0 195758601 54312960 11554 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 13260 11554 389 379 0 12794 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 62972 KiB
Current children cumulated memory: 48972 KiB

[startup+0.205925 s]*
/proc/loadavg: 4.10 3.83 2.98 6/258 1044620
/proc/meminfo: memFree=113815280/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=49372 memory=42836 CPUtime=0.19 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 11575 0 0 0 18 1 0 0 20 0 1 0 195758601 50556928 10709 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 12343 10709 405 379 0 11877 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 59304 KiB
Current children cumulated memory: 45592 KiB

[startup+0.306263 s]*
/proc/loadavg: 4.10 3.83 2.98 5/258 1044620
/proc/meminfo: memFree=113815140/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=49372 memory=42836 CPUtime=0.29 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 11575 0 0 0 28 1 0 0 20 0 1 0 195758601 50556928 10709 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 12343 10709 405 379 0 11877 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 59304 KiB
Current children cumulated memory: 45592 KiB

[startup+0.700276 s]
/proc/loadavg: 4.09 3.83 2.99 5/258 1044620
/proc/meminfo: memFree=113813636/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=62936 memory=56296 CPUtime=0.68 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 14990 0 0 0 66 2 0 0 20 0 1 0 195758601 64446464 14074 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 15734 14074 405 379 0 15268 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 72868 KiB
Current children cumulated memory: 59052 KiB

[startup+1.50027 s]
/proc/loadavg: 4.09 3.83 2.99 5/258 1044620
/proc/meminfo: memFree=113783568/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=119572 memory=109880 CPUtime=1.47 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 28897 0 0 0 143 4 0 0 20 0 1 0 195758601 122441728 27470 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 29893 27470 405 379 0 29427 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 129504 KiB
Current children cumulated memory: 112636 KiB

[startup+3.10587 s]
/proc/loadavg: 4.09 3.83 2.99 5/258 1044620
/proc/meminfo: memFree=113504508/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=365760 memory=355404 CPUtime=3.07 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 89959 0 0 0 294 13 0 0 20 0 1 0 195758601 374538240 88851 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 91440 88851 421 379 0 90974 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 375692 KiB
Current children cumulated memory: 358160 KiB

[startup+6.30023 s]
/proc/loadavg: 4.08 3.83 2.99 5/258 1044620
/proc/meminfo: memFree=113283080/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=598656 memory=588796 CPUtime=6.26 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 144551 0 0 0 604 22 0 0 20 0 1 0 195758601 613023744 147199 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 149664 147199 421 379 0 149198 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 608588 KiB
Current children cumulated memory: 591552 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 3.83 3.00 5/258 1044621
/proc/meminfo: memFree=112875176/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=1042892 memory=1031384 CPUtime=12.64 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 249310 0 0 0 1227 37 0 0 20 0 1 0 195758601 1067921408 257846 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 260723 257846 421 379 0 260257 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1052824 KiB
Current children cumulated memory: 1034140 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 3.86 3.01 5/258 1044623
/proc/meminfo: memFree=112040496/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=1860016 memory=1843964 CPUtime=25.41 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 438964 0 0 0 2471 70 0 0 20 0 1 0 195758601 1904656384 460991 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 465004 460991 421 379 0 464538 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1869948 KiB
Current children cumulated memory: 1846720 KiB

[startup+51.1059 s]
/proc/loadavg: 4.08 3.87 3.05 5/258 1044627
/proc/meminfo: memFree=110488416/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=3410928 memory=3374664 CPUtime=50.93 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 794261 0 0 0 4965 128 0 0 20 0 1 0 195758601 3492790272 843666 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 852732 843666 421 379 0 852266 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 3420860 KiB
Current children cumulated memory: 3377420 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.91 3.10 5/258 1044636
/proc/meminfo: memFree=107331104/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=6530532 memory=6508872 CPUtime=101.96 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 1479437 0 0 0 9952 244 0 0 20 0 1 0 195758601 6687264768 1627218 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 1632633 1627218 421 379 0 1632167 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 6540464 KiB
Current children cumulated memory: 6511628 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 3.94 3.17 5/260 1044651
/proc/meminfo: memFree=105859796/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=8032900 memory=7976000 CPUtime=161.78 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 1881065 0 0 0 15861 317 0 0 20 0 1 0 195758601 8225689600 1994000 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 2008225 1994000 421 379 0 2007759 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 8042832 KiB
Current children cumulated memory: 7978756 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.00 3.24 5/260 1044711
/proc/meminfo: memFree=104961188/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=8138008 memory=8052028 CPUtime=221.59 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 1882394 0 0 0 21832 327 0 0 20 0 1 0 195758601 8333320192 2013007 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 2034502 2013007 421 379 0 2034036 0
Current children cumulated CPU time: 221.59 s

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

[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16352228 CPUtime=3091.91 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2148034 0 0 0 308016 1175 0 0 20 0 1 0 195758601 19594297344 4088057 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4088057 421 379 0 4783298 0
Current children cumulated CPU time: 3091.91 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16354984 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/263 1046630
/proc/meminfo: memFree=97182276/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16352228 CPUtime=3151.7 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2151683 0 0 0 313981 1189 0 0 20 0 1 0 195758601 19594297344 4088057 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4088057 421 379 0 4783298 0
Current children cumulated CPU time: 3151.7 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16354984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.16 4.10 5/263 1046640
/proc/meminfo: memFree=96974448/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16354276 CPUtime=3211.49 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2155166 0 0 0 319949 1200 0 0 20 0 1 0 195758601 19594297344 4088569 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4088569 421 379 0 4783298 0
Current children cumulated CPU time: 3211.49 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16357032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.17 4.11 5/263 1046651
/proc/meminfo: memFree=97247872/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16354276 CPUtime=3271.29 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2158529 0 0 0 325919 1210 0 0 20 0 1 0 195758601 19594297344 4088569 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4088569 421 379 0 4783298 0
Current children cumulated CPU time: 3271.29 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16357032 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.11 5/263 1046662
/proc/meminfo: memFree=97134640/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16356324 CPUtime=3331.08 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2162911 0 0 0 331886 1222 0 0 20 0 1 0 195758601 19594297344 4089081 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4089081 421 379 0 4783298 0
Current children cumulated CPU time: 3331.08 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16359080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.10 5/263 1046673
/proc/meminfo: memFree=97062112/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16356324 CPUtime=3390.88 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2166264 0 0 0 337856 1232 0 0 20 0 1 0 195758601 19594297344 4089081 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4089081 421 379 0 4783298 0
Current children cumulated CPU time: 3390.88 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16359080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.17 4.11 5/260 1046683
/proc/meminfo: memFree=96910372/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16356324 CPUtime=3450.67 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2169784 0 0 0 343826 1241 0 0 20 0 1 0 195758601 19594297344 4089081 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4089081 421 379 0 4783298 0
Current children cumulated CPU time: 3450.67 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16359080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.10 5/260 1046693
/proc/meminfo: memFree=97160696/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16358372 CPUtime=3510.47 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2173986 0 0 0 349797 1250 0 0 20 0 1 0 195758601 19594297344 4089593 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4089593 421 379 0 4783298 0
Current children cumulated CPU time: 3510.47 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16361128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/260 1046706
/proc/meminfo: memFree=97062800/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16358372 CPUtime=3570.26 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2177939 0 0 0 355766 1260 0 0 20 0 1 0 195758601 19594297344 4089593 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4089593 421 379 0 4783298 0
Current children cumulated CPU time: 3570.26 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16361128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 4.05 4.12 4.09 5/260 1046710
/proc/meminfo: memFree=97005132/131524596 swapFree=131071996/131071996
[pid=1044615] ppid=1044612 vsize=9932 memory=2756 CPUtime=0 cores=0,2
/proc/1044615/stat : 1044615 (naps-1.02b5.sh) S 1044612 1044615 1043532 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 195758601 10170368 689 134679101440 94913120825344 94913121904664 140725478041408 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94913124003120 94913124050308 94913144487936 140725478044638 140725478044765 140725478044765 140725478051782 0
/proc/1044615/statm: 2483 689 612 264 0 134 0
[pid=1044620] ppid=1044615 vsize=19135056 memory=16360420 CPUtime=3600.06 cores=0,2
/proc/1044620/stat : 1044620 (naps-1.02b5) R 1044615 1044615 1043532 0 -1 4194304 2179692 0 0 0 358741 1265 0 0 20 0 1 0 195758601 19594297344 4090105 134679101440 4194304 5746509 140729913319488 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 6443008 140729913324525 140729913324639 140729913324639 140729913331657 0
/proc/1044620/statm: 4783764 4090105 421 379 0 4783298 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19144988 KiB
Current children cumulated memory: 16363176 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000764 s, system=0.002179 s

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

# cumulated CPU time of all completed processes:  user=3587.42 s, system=12.9496 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.41 s]
/proc/loadavg: 4.05 4.12 4.09 5/259 1046710
/proc/meminfo: memFree=101565900/131524596 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002943 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3612.5
CPU time (s): 3600.37
CPU user time (s): 3587.42
CPU system time (s): 12.9496
CPU usage (%): 99.6642
Max. virtual memory (cumulated for all children) (KiB): 20620564
Max. memory (cumulated for all children) (KiB): 17816132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.42
system time used= 12.9496
maximum resident set size= 17813376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2180155
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= 122
involuntary context switches= 24679


# summary of solver processes directly reported to runsolver:
#   pid: 1044615,1044620
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3587.42
#   total CPU system time (s): 12.9496

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06987 second user time and 18.4565 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-20 02:38:13
IDJOB=4452281
IDBENCH=164221
IDSOLVER=3065
FILE ID=nodeC034/4452281-1721435881
RUNJOBID= nodeC034-1721435230-1043542
SLURM_JOB_ID= 7545642
Free space on /tmp= 890064 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-neos-948346.0.s.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452281-1721435881/watcher-4452281-1721435881 -o /tmp/evaluation-result-4452281-1721435881/solver-4452281-1721435881 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721435230-1043542 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4452281-1721435881.opb

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

MD5SUM BENCH= fa44fc9c0c30a6a8030f0b23aafff6c8
RANDOM SEED=884731335

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        113858052 kB
MemAvailable:   119835224 kB
Buffers:          532420 kB
Cached:          6217988 kB
SwapCached:            0 kB
Active:          1086772 kB
Inactive:       15783800 kB
Active(anon):       1540 kB
Inactive(anon): 10164548 kB
Active(file):    1085232 kB
Inactive(file):  5619252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9752 kB
Writeback:             8 kB
AnonPages:      10119912 kB
Mapped:           112280 kB
Shmem:             45912 kB
KReclaimable:     225020 kB
Slab:             355684 kB
SReclaimable:     225020 kB
SUnreclaim:       130664 kB
KernelStack:        4128 kB
PageTables:        29376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   10490864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73728 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1519616 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:      320212 kB
DirectMap2M:    44541952 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC034 at 2024-07-20 03:38:26