Trace number 4450541

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.08 3609.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-2.opb
MD5SUM47ea31a7c9031906789706eba8e52740
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 variables4288
Total number of constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4450541-1721407319.opb
3600.07/3609.90	c 
3600.07/3609.90	c *** TERMINATED *** by signal 15
3600.07/3609.90	s UNKNOWN
3600.07/3609.90	c _____________________________________________________________________________
3600.07/3609.90	c 
3600.07/3609.90	c std/band forms        : 0,756
3600.07/3609.90	c 2cl/3cl ITE-codings   : 0,11582
3600.07/3609.90	c BDD/srt/adr Max costs : 32,0,0
3600.07/3609.90	c BDDraw/bin/mul/srt/adr: 756,0,0,0,0
3600.07/3609.90	c BDD nodes             : 21069
3600.07/3609.90	c Es1/CC detections     : 0,0
3600.07/3609.90	c SAT/UNSAT calls       : 0,0
3600.07/3609.90	c regenrated variables  : 0
3600.07/3609.90	c restarts              : 0
3600.07/3609.90	c conflicts             : 0              (0 /sec)
3600.07/3609.90	c decisions             : 0              (0 /sec)
3600.07/3609.90	c propagations          : 0              (0 /sec)
3600.07/3609.90	c inspects              : 0              (0 /sec)
3600.07/3609.90	c CPU time (solving tm) : 3599 s        (3599 s)
3600.07/3609.90	c Time for Opt-base     : 0 s
3600.07/3609.90	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 (62457 MiB free)
  memory of node 1: 64473 MiB (63333 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450541-1721407319/watcher-4450541-1721407319 -o /tmp/evaluation-result-4450541-1721407319/solver-4450541-1721407319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019519 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450541-1721407319.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
Current StackSize limit: 8192 KiB

solver pid=1022591, runsolver pid=1022588

[startup+0.100095 s]*
/proc/loadavg: 4.12 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128802324/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=11484 memory=8612 CPUtime=0.1 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 1329 0 0 0 10 0 0 0 20 0 1 0 192898036 11759616 2153 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 2871 2153 405 379 0 2405 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21416 KiB
Current children cumulated memory: 11288 KiB

[startup+0.205874 s]*
/proc/loadavg: 4.12 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128796276/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=18428 memory=14856 CPUtime=0.2 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 2920 0 0 0 20 0 0 0 20 0 1 0 192898036 18870272 3714 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 4607 3714 421 379 0 4141 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 28360 KiB
Current children cumulated memory: 17532 KiB

[startup+0.30577 s]*
/proc/loadavg: 4.12 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128795268/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=19272 memory=15648 CPUtime=0.3 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 3115 0 0 0 30 0 0 0 20 0 1 0 192898036 19734528 3912 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 4818 3912 421 379 0 4352 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 29204 KiB
Current children cumulated memory: 18324 KiB

[startup+0.700275 s]
/proc/loadavg: 4.11 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128794752/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=19740 memory=17960 CPUtime=0.68 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 3228 0 0 0 68 0 0 0 20 0 1 0 192898036 20213760 4490 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 4935 4490 421 379 0 4469 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 29672 KiB
Current children cumulated memory: 20636 KiB

[startup+1.50027 s]
/proc/loadavg: 4.11 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128794592/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=18476 memory=16776 CPUtime=1.48 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 3997 0 0 0 148 0 0 0 20 0 1 0 192898036 18919424 4194 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 4619 4194 421 379 0 4153 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 28408 KiB
Current children cumulated memory: 19452 KiB

[startup+3.10581 s]
/proc/loadavg: 4.11 4.11 4.09 5/260 1022596
/proc/meminfo: memFree=128754332/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=23408 memory=21028 CPUtime=3.08 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 5310 0 0 0 308 0 0 0 20 0 1 0 192898036 23969792 5257 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 5852 5257 421 379 0 5386 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 33340 KiB
Current children cumulated memory: 23704 KiB

[startup+6.30026 s]
/proc/loadavg: 4.10 4.11 4.09 5/260 1022598
/proc/meminfo: memFree=128741716/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=28808 memory=27288 CPUtime=6.27 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 6357 0 0 0 626 1 0 0 20 0 1 0 192898036 29499392 6822 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 7202 6822 421 379 0 6736 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 38740 KiB
Current children cumulated memory: 29964 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 1022598
/proc/meminfo: memFree=128700784/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=26088 memory=22388 CPUtime=12.65 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 6988 0 0 0 1264 1 0 0 20 0 1 0 192898036 26714112 5597 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 6522 5597 421 379 0 6056 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 36020 KiB
Current children cumulated memory: 25064 KiB

[startup+25.5007 s]
/proc/loadavg: 4.08 4.10 4.09 5/260 1022599
/proc/meminfo: memFree=128761936/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=37840 memory=35716 CPUtime=25.41 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 7800 0 0 0 2540 1 0 0 20 0 1 0 192898036 38748160 8929 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 9460 8929 421 379 0 8994 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 47772 KiB
Current children cumulated memory: 38392 KiB

[startup+51.1057 s]
/proc/loadavg: 4.10 4.11 4.09 5/260 1022604
/proc/meminfo: memFree=128745604/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=56516 memory=53020 CPUtime=50.95 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 8288 0 0 0 5093 2 0 0 20 0 1 0 192898036 57872384 13255 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 14129 13255 421 379 0 13663 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 66448 KiB
Current children cumulated memory: 55696 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/260 1022613
/proc/meminfo: memFree=128697200/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=75372 memory=73764 CPUtime=102.02 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 8493 0 0 0 10199 3 0 0 20 0 1 0 192898036 77180928 18441 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 18843 18441 421 379 0 18377 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 85304 KiB
Current children cumulated memory: 76440 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/260 1022625
/proc/meminfo: memFree=128680920/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=88712 memory=87256 CPUtime=161.86 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 9542 0 0 0 16182 4 0 0 20 0 1 0 192898036 90841088 21814 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 22178 21814 421 379 0 21712 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 98644 KiB
Current children cumulated memory: 89932 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.15 4.10 5/258 1022635
/proc/meminfo: memFree=128633568/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=88712 memory=87332 CPUtime=221.69 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 10232 0 0 0 22163 6 0 0 20 0 1 0 192898036 90841088 21833 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 22178 21833 421 379 0 21712 0
Current children cumulated CPU time: 221.69 s

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

/proc/loadavg: 1.86 3.39 3.85 2/237 1024440
/proc/meminfo: memFree=129069504/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=218940 memory=181612 CPUtime=3093.68 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 63243 0 0 0 309267 101 0 0 20 0 1 0 192898036 224194560 45403 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 54735 45403 421 379 0 54269 0
Current children cumulated CPU time: 3093.68 s
Current children cumulated vsize: 228872 KiB
Current children cumulated memory: 184288 KiB

[startup+3162.3 s]
/proc/loadavg: 1.44 2.98 3.68 2/237 1024451
/proc/meminfo: memFree=129140412/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=138032 memory=118824 CPUtime=3153.53 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 64049 0 0 0 315250 103 0 0 20 0 1 0 192898036 141344768 29706 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 34508 29706 421 379 0 34042 0
Current children cumulated CPU time: 3153.53 s
Current children cumulated vsize: 147964 KiB
Current children cumulated memory: 121500 KiB

[startup+3222.3 s]
/proc/loadavg: 1.22 2.63 3.51 2/234 1024461
/proc/meminfo: memFree=129068308/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=218940 memory=185864 CPUtime=3213.39 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 65497 0 0 0 321234 105 0 0 20 0 1 0 192898036 224194560 46466 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 54735 46466 421 379 0 54269 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 228872 KiB
Current children cumulated memory: 188540 KiB

[startup+3282.3 s]
/proc/loadavg: 1.32 2.42 3.38 2/234 1024471
/proc/meminfo: memFree=129130928/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=138032 memory=120876 CPUtime=3273.25 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 66306 0 0 0 327218 107 0 0 20 0 1 0 192898036 141344768 30219 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 34508 30219 421 379 0 34042 0
Current children cumulated CPU time: 3273.25 s
Current children cumulated vsize: 147964 KiB
Current children cumulated memory: 123552 KiB

[startup+3342.3 s]
/proc/loadavg: 1.23 2.19 3.24 2/234 1024483
/proc/meminfo: memFree=129065072/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=218940 memory=185708 CPUtime=3333.11 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 67727 0 0 0 333202 109 0 0 20 0 1 0 192898036 224194560 46427 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 54735 46427 421 379 0 54269 0
Current children cumulated CPU time: 3333.11 s
Current children cumulated vsize: 228872 KiB
Current children cumulated memory: 188384 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.99 3.10 2/234 1024494
/proc/meminfo: memFree=129125292/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=157016 memory=125232 CPUtime=3392.96 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 68667 0 0 0 339185 111 0 0 20 0 1 0 192898036 160784384 31308 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 39254 31308 421 379 0 38788 0
Current children cumulated CPU time: 3392.96 s
Current children cumulated vsize: 166948 KiB
Current children cumulated memory: 127908 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.82 2.98 2/234 1024504
/proc/meminfo: memFree=129059516/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=237924 memory=190104 CPUtime=3452.82 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 70088 0 0 0 345170 112 0 0 20 0 1 0 192898036 243634176 47526 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 59481 47526 421 379 0 59015 0
Current children cumulated CPU time: 3452.82 s
Current children cumulated vsize: 247856 KiB
Current children cumulated memory: 192780 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.70 2.86 2/237 1024521
/proc/meminfo: memFree=129157840/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=107696 memory=91736 CPUtime=3512.67 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 70686 0 0 0 351154 113 0 0 20 0 1 0 192898036 110280704 22934 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 26924 22934 421 379 0 26458 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 117628 KiB
Current children cumulated memory: 94412 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.58 2.75 2/237 1024531
/proc/meminfo: memFree=129062296/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=237924 memory=186368 CPUtime=3572.53 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 72410 0 0 0 357137 116 0 0 20 0 1 0 192898036 243634176 46592 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 59481 46592 421 379 0 59015 0
Current children cumulated CPU time: 3572.53 s
Current children cumulated vsize: 247856 KiB
Current children cumulated memory: 189044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 1.13 1.55 2.70 2/237 1024536
/proc/meminfo: memFree=129039428/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=237924 memory=210944 CPUtime=3600.07 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 72422 0 0 0 359890 117 0 0 20 0 1 0 192898036 243634176 52736 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 59481 52736 421 379 0 59015 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 247856 KiB
Current children cumulated memory: 213620 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.91 s, system=1.1761 s

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

[startup+3609.9 s]
/proc/loadavg: 1.13 1.55 2.70 2/237 1024536
/proc/meminfo: memFree=129039428/131524600 swapFree=131071996/131071996
[pid=1022591] ppid=1022588 vsize=9932 memory=2676 CPUtime=0 cores=1,3
/proc/1022591/stat : 1022591 (naps-1.02b5.sh) S 1022588 1022591 1017486 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 192898036 10170368 669 134679101440 94471117127680 94471118207000 140727427452304 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94471120305456 94471120352644 94471127482368 140727427458014 140727427458141 140727427458141 140727427465158 0
/proc/1022591/statm: 2483 669 591 264 0 134 0
[pid=1022596] ppid=1022591 vsize=237924 memory=210944 CPUtime=3600.07 cores=1,3
/proc/1022596/stat : 1022596 (naps-1.02b5) R 1022591 1022591 1017486 0 -1 4194304 72422 0 0 0 359890 117 0 0 20 0 1 0 192898036 243634176 52736 134679101440 4194304 5746509 140733212746496 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 8097792 140733212750829 140733212750943 140733212750943 140733212757961 0
/proc/1022596/statm: 59481 52736 421 379 0 59015 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 247856 KiB
Current children cumulated memory: 213620 KiB

Child status: 0

Real time (s): 3609.9
CPU time (s): 3600.08
CPU user time (s): 3598.91
CPU system time (s): 1.1761
CPU usage (%): 99.728
Max. virtual memory (cumulated for all children) (KiB): 329244
Max. memory (cumulated for all children) (KiB): 235944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 1.1761
maximum resident set size= 233268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72903
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= 89
involuntary context switches= 3623


# summary of solver processes directly reported to runsolver:
#   pid: 1022591
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.91
#   total CPU system time (s): 1.1761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68821 second user time and 17.4007 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 18:42:11
IDJOB=4450541
IDBENCH=162158
IDSOLVER=3065
FILE ID=nodeC026/4450541-1721407319
RUNJOBID= nodeC026-1721403128-1019519
SLURM_JOB_ID= 7545449
Free space on /tmp= 890072 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size128-round23-2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450541-1721407319/watcher-4450541-1721407319 -o /tmp/evaluation-result-4450541-1721407319/solver-4450541-1721407319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019519 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450541-1721407319.opb

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

MD5SUM BENCH= 47ea31a7c9031906789706eba8e52740
RANDOM SEED=1865762424

nodeC026.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		: 3657.679
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.74
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		: 3651.401
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.45
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		: 3600.175
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.74
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		: 3661.532
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.45
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		: 3657.841
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.74
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		: 3659.642
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.944
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.74
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.174
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128810412 kB
MemAvailable:   129378044 kB
Buffers:          559536 kB
Cached:           854784 kB
SwapCached:            0 kB
Active:          1073348 kB
Inactive:        1033336 kB
Active(anon):       1612 kB
Inactive(anon):   736344 kB
Active(file):    1071736 kB
Inactive(file):   296992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4676 kB
Writeback:             0 kB
AnonPages:        689116 kB
Mapped:           112052 kB
Shmem:             45912 kB
KReclaimable:      77452 kB
Slab:             187612 kB
SReclaimable:      77452 kB
SUnreclaim:       110160 kB
KernelStack:        4224 kB
PageTables:        10456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1223544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-19 19:42:21