Trace number 4451711

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 3612.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n1.opb
MD5SUM92a92dfaf57ade1ebbf8178b56974969
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.322431
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-4451711-1721433212.opb
3600.06/3612.60	c 
3600.06/3612.60	c *** TERMINATED *** by signal 15
3600.06/3612.60	s UNKNOWN
3600.06/3612.60	c _____________________________________________________________________________
3600.06/3612.60	c 
3600.06/3612.60	c std/band forms        : 101,0
3600.06/3612.60	c 2cl/3cl ITE-codings   : 404,0
3600.06/3612.60	c BDD/srt/adr Max costs : 9,0,0
3600.06/3612.60	c BDDraw/bin/mul/srt/adr: 101,0,0,0,0
3600.06/3612.60	c BDD nodes             : 1010
3600.06/3612.60	c Es1/CC detections     : 0,0
3600.06/3612.60	c SAT/UNSAT calls       : 0,0
3600.06/3612.60	c regenrated variables  : 0
3600.06/3612.60	c restarts              : 0
3600.06/3612.60	c conflicts             : 0              (0 /sec)
3600.06/3612.60	c decisions             : 0              (0 /sec)
3600.06/3612.60	c propagations          : 0              (0 /sec)
3600.06/3612.60	c inspects              : 0              (0 /sec)
3600.06/3612.60	c CPU time (solving tm) : 3599 s        (3599 s)
3600.06/3612.60	c Time for Opt-base     : 0 s
3600.06/3612.60	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: 64059 MiB (62652 MiB free)
  memory of node 1: 64510 MiB (61435 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=1028673, runsolver pid=1028670

[startup+0.100095 s]*
/proc/loadavg: 4.10 4.13 4.15 5/247 1028678
/proc/meminfo: memFree=127063240/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=5612 memory=4424 CPUtime=0.1 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 815 0 0 0 10 0 0 0 20 0 1 0 195477630 5746688 1106 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 1403 1106 421 379 0 937 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15544 KiB
Current children cumulated memory: 7116 KiB

[startup+0.2136 s]*
/proc/loadavg: 4.10 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127059840/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=8116 memory=7264 CPUtime=0.21 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 984 0 0 0 21 0 0 0 20 0 1 0 195477630 8310784 1816 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 2029 1816 421 379 0 1563 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18048 KiB
Current children cumulated memory: 9956 KiB

[startup+0.313733 s]*
/proc/loadavg: 4.10 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127059840/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=8116 memory=7264 CPUtime=0.31 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 1020 0 0 0 31 0 0 0 20 0 1 0 195477630 8310784 1816 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 2029 1816 421 379 0 1563 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18048 KiB
Current children cumulated memory: 9956 KiB

[startup+0.700421 s]
/proc/loadavg: 4.10 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127055664/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=12468 memory=11680 CPUtime=0.69 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 1573 0 0 0 69 0 0 0 20 0 1 0 195477630 12767232 2920 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 3117 2920 421 379 0 2651 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 22400 KiB
Current children cumulated memory: 14372 KiB

[startup+1.50042 s]
/proc/loadavg: 4.10 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127048860/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=21464 memory=20728 CPUtime=1.48 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 2296 0 0 0 148 0 0 0 20 0 1 0 195477630 21979136 5182 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 5366 5182 421 379 0 4900 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31396 KiB
Current children cumulated memory: 23420 KiB

[startup+3.11328 s]
/proc/loadavg: 4.10 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127036864/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=31308 memory=23692 CPUtime=3.08 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 3300 0 0 0 308 0 0 0 20 0 1 0 195477630 32059392 5923 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 7827 5923 421 379 0 7361 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 41240 KiB
Current children cumulated memory: 26384 KiB

[startup+6.30037 s]
/proc/loadavg: 4.09 4.13 4.15 5/247 1028679
/proc/meminfo: memFree=127017464/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=35768 memory=35000 CPUtime=6.27 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 4113 0 0 0 626 1 0 0 20 0 1 0 195477630 36626432 8750 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 8942 8750 421 379 0 8476 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 45700 KiB
Current children cumulated memory: 37692 KiB

[startup+12.7004 s]
/proc/loadavg: 4.08 4.13 4.15 5/247 1028681
/proc/meminfo: memFree=127083504/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=35768 memory=35000 CPUtime=12.64 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 4131 0 0 0 1263 1 0 0 20 0 1 0 195477630 36626432 8750 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 8942 8750 421 379 0 8476 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 45700 KiB
Current children cumulated memory: 37692 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.14 4.15 5/247 1028682
/proc/meminfo: memFree=127021220/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=80752 memory=60612 CPUtime=25.4 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 5293 0 0 0 2538 2 0 0 20 0 1 0 195477630 82690048 15153 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 20188 15153 421 379 0 19722 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 90684 KiB
Current children cumulated memory: 63304 KiB

[startup+51.1135 s]
/proc/loadavg: 4.09 4.12 4.15 5/247 1028687
/proc/meminfo: memFree=126987720/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=80752 memory=80048 CPUtime=50.91 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 5663 0 0 0 5089 2 0 0 20 0 1 0 195477630 82690048 20012 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 20188 20012 421 379 0 19722 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 90684 KiB
Current children cumulated memory: 82740 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.15 4.16 5/247 1028696
/proc/meminfo: memFree=126923756/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=80752 memory=80236 CPUtime=101.92 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 5790 0 0 0 10187 5 0 0 20 0 1 0 195477630 82690048 20059 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 20188 20059 421 379 0 19722 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 90684 KiB
Current children cumulated memory: 82928 KiB

[startup+162.3 s]
/proc/loadavg: 4.28 4.18 4.17 5/247 1029092
/proc/meminfo: memFree=126876248/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=161428 memory=131052 CPUtime=161.72 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 6482 0 0 0 16162 10 0 0 20 0 1 0 195477630 165302272 32763 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 40357 32763 421 379 0 39891 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 171360 KiB
Current children cumulated memory: 133744 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/247 1029153
/proc/meminfo: memFree=127159588/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=130608 memory=119748 CPUtime=221.52 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 7767 0 0 0 22138 14 0 0 20 0 1 0 195477630 133742592 29937 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 32652 29937 421 379 0 32186 0
Current children cumulated CPU time: 221.52 s

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

/proc/loadavg: 2.39 3.29 3.81 3/232 1030566
/proc/meminfo: memFree=127097416/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=222712 memory=213912 CPUtime=3031.76 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 55371 0 0 0 303065 111 0 0 20 0 1 0 195477630 228057088 53478 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 55678 53478 421 379 0 55212 0
Current children cumulated CPU time: 3031.76 s
Current children cumulated vsize: 232644 KiB
Current children cumulated memory: 216604 KiB

[startup+3102.3 s]
/proc/loadavg: 2.20 3.07 3.69 3/232 1030577
/proc/meminfo: memFree=127110084/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=269208 CPUtime=3091.54 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 56002 0 0 0 309042 112 0 0 20 0 1 0 195477630 279347200 67302 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 67302 421 379 0 67734 0
Current children cumulated CPU time: 3091.54 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 271900 KiB

[startup+3162.3 s]
/proc/loadavg: 2.25 2.92 3.60 3/229 1030589
/proc/meminfo: memFree=127085152/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=263232 CPUtime=3151.34 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 57782 0 0 0 315017 117 0 0 20 0 1 0 195477630 279347200 65808 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 65808 421 379 0 67734 0
Current children cumulated CPU time: 3151.34 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 265924 KiB

[startup+3222.3 s]
/proc/loadavg: 2.15 2.76 3.50 3/229 1030599
/proc/meminfo: memFree=127071616/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=251112 CPUtime=3211.12 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 59509 0 0 0 320991 121 0 0 20 0 1 0 195477630 279347200 62778 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 62778 421 379 0 67734 0
Current children cumulated CPU time: 3211.12 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 253804 KiB

[startup+3282.3 s]
/proc/loadavg: 2.17 2.65 3.42 3/229 1030609
/proc/meminfo: memFree=127155104/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=236944 CPUtime=3270.91 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 61352 0 0 0 326967 124 0 0 20 0 1 0 195477630 279347200 59236 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 59236 421 379 0 67734 0
Current children cumulated CPU time: 3270.91 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 239636 KiB

[startup+3342.3 s]
/proc/loadavg: 2.16 2.56 3.34 3/229 1030620
/proc/meminfo: memFree=127155468/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=222712 memory=208208 CPUtime=3330.69 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 62762 0 0 0 332942 127 0 0 20 0 1 0 195477630 228057088 52052 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 55678 52052 421 379 0 55212 0
Current children cumulated CPU time: 3330.69 s
Current children cumulated vsize: 232644 KiB
Current children cumulated memory: 210900 KiB

[startup+3402.3 s]
/proc/loadavg: 2.15 2.49 3.26 3/229 1030630
/proc/meminfo: memFree=127045588/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=354188 memory=290360 CPUtime=3390.48 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 63826 0 0 0 338918 130 0 0 20 0 1 0 195477630 362688512 72590 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 88547 72590 421 379 0 88081 0
Current children cumulated CPU time: 3390.48 s
Current children cumulated vsize: 364120 KiB
Current children cumulated memory: 293052 KiB

[startup+3462.3 s]
/proc/loadavg: 2.17 2.43 3.19 3/232 1030645
/proc/meminfo: memFree=127054480/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=256752 CPUtime=3450.27 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 65009 0 0 0 344895 132 0 0 20 0 1 0 195477630 279347200 64188 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 64188 421 379 0 67734 0
Current children cumulated CPU time: 3450.27 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 259444 KiB

[startup+3522.3 s]
/proc/loadavg: 2.12 2.36 3.12 3/232 1030655
/proc/meminfo: memFree=127200308/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=191892 memory=179096 CPUtime=3510.08 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 65726 0 0 0 350874 134 0 0 20 0 1 0 195477630 196497408 44774 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 47973 44774 421 379 0 47507 0
Current children cumulated CPU time: 3510.08 s
Current children cumulated vsize: 201824 KiB
Current children cumulated memory: 181788 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.31 3.05 3/232 1030666
/proc/meminfo: memFree=127127212/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=222712 memory=220056 CPUtime=3569.88 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 66357 0 0 0 356852 136 0 0 20 0 1 0 195477630 228057088 55014 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 55678 55014 421 379 0 55212 0
Current children cumulated CPU time: 3569.88 s
Current children cumulated vsize: 232644 KiB
Current children cumulated memory: 222748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.6 s]
/proc/loadavg: 2.10 2.29 3.02 3/232 1030671
/proc/meminfo: memFree=127099496/131655788 swapFree=131071996/131071996
[pid=1028673] ppid=1028670 vsize=9932 memory=2692 CPUtime=0 cores=0,2
/proc/1028673/stat : 1028673 (naps-1.02b5.sh) S 1028670 1028673 1023485 0 -1 4194304 221 244 0 0 0 0 0 0 20 0 1 0 195477629 10170368 673 134679101440 94848673480704 94848674560024 140728329954208 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94848676658480 94848676705668 94848677023744 140728329962462 140728329962589 140728329962589 140728329969606 0
/proc/1028673/statm: 2483 673 596 264 0 134 0
[pid=1028678] ppid=1028673 vsize=272800 memory=238392 CPUtime=3600.06 cores=0,2
/proc/1028678/stat : 1028678 (naps-1.02b5) R 1028673 1028673 1023485 0 -1 4194304 66877 0 0 0 359870 136 0 0 20 0 1 0 195477630 279347200 59598 134679101440 4194304 5746509 140723180146608 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 27709440 140723180151789 140723180151903 140723180151903 140723180158921 0
/proc/1028678/statm: 68200 59598 421 379 0 67734 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 282732 KiB
Current children cumulated memory: 241084 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.71 s, system=1.37315 s

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

Child status: 0

Real time (s): 3612.6
CPU time (s): 3600.08
CPU user time (s): 3598.71
CPU system time (s): 1.37315
CPU usage (%): 99.6535
Max. virtual memory (cumulated for all children) (KiB): 413440
Max. memory (cumulated for all children) (KiB): 327868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.71
system time used= 1.37315
maximum resident set size= 326496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67356
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= 28
involuntary context switches= 24649


# summary of solver processes directly reported to runsolver:
#   pid: 1028673
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.71
#   total CPU system time (s): 1.37315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6829 second user time and 36.781 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 01:53:44
IDJOB=4451711
IDBENCH=162608
IDSOLVER=3065
FILE ID=nodeC008/4451711-1721433212
RUNJOBID= nodeC008-1721425134-1023495
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v101-n1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451711-1721433212/watcher-4451711-1721433212 -o /tmp/evaluation-result-4451711-1721433212/solver-4451711-1721433212 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023495 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451711-1721433212.opb

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

MD5SUM BENCH= 92a92dfaf57ade1ebbf8178b56974969
RANDOM SEED=1491136494

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127066848 kB
MemAvailable:   129428204 kB
Buffers:          581280 kB
Cached:          2606552 kB
SwapCached:            0 kB
Active:          1100064 kB
Inactive:        2892280 kB
Active(anon):       1532 kB
Inactive(anon):   849236 kB
Active(file):    1098532 kB
Inactive(file):  2043044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3992 kB
Writeback:             0 kB
AnonPages:        804880 kB
Mapped:           112052 kB
Shmem:             45896 kB
KReclaimable:     119620 kB
Slab:             225848 kB
SReclaimable:     119620 kB
SUnreclaim:       106228 kB
KernelStack:        3980 kB
PageTables:        10628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1222308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC008 at 2024-07-20 02:53:57