Trace number 4453331

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.01 3609.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v2_shuffle/normalized-grid8_59.shuf-3.opb
MD5SUM254a849970c239072df004e28e5fe1a7
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.14232
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables472
Total number of constraints473
Number of constraints which are clauses472
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint472
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 489
Number of bits of the biggest sum of numbers9
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-4453331-1721458214.opb
3600.00/3609.40	c 
3600.00/3609.40	c *** TERMINATED *** by signal 15
3600.00/3609.40	s UNKNOWN
3600.00/3609.40	c _____________________________________________________________________________
3600.00/3609.40	c 
3600.00/3609.40	c std/band forms        : 1,0
3600.00/3609.40	c 2cl/3cl ITE-codings   : 55448,0
3600.00/3609.40	c BDD/srt/adr Max costs : 55919,0,0
3600.00/3609.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
3600.00/3609.40	c BDD nodes             : 55920
3600.00/3609.40	c Es1/CC detections     : 0,0
3600.00/3609.40	c SAT/UNSAT calls       : 0,0
3600.00/3609.40	c regenrated variables  : 0
3600.00/3609.40	c restarts              : 0
3600.00/3609.40	c conflicts             : 0              (0 /sec)
3600.00/3609.40	c decisions             : 0              (0 /sec)
3600.00/3609.40	c propagations          : 0              (0 /sec)
3600.00/3609.40	c inspects              : 0              (0 /sec)
3600.00/3609.40	c CPU time (solving tm) : 3599 s        (3599 s)
3600.00/3609.40	c Time for Opt-base     : 0 s
3600.00/3609.40	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 (62022 MiB free)
  memory of node 1: 64473 MiB (61992 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453331-1721458214/watcher-4453331-1721458214 -o /tmp/evaluation-result-4453331-1721458214/solver-4453331-1721458214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721451005-1091646 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4453331-1721458214.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1095878, runsolver pid=1095875

[startup+0.100093 s]*
/proc/loadavg: 4.06 4.11 4.09 4/255 1095900
/proc/meminfo: memFree=126982008/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=20380 memory=15540 CPUtime=0.09 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 3666 0 0 0 9 0 0 0 20 0 1 0 197989491 20869120 3885 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 5095 3885 421 379 0 4629 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 30312 KiB
Current children cumulated memory: 18172 KiB

[startup+0.205637 s]*
/proc/loadavg: 4.06 4.11 4.09 5/262 1095919
/proc/meminfo: memFree=126962568/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=33452 memory=28240 CPUtime=0.2 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 7039 0 0 0 19 1 0 0 20 0 1 0 197989491 34254848 7060 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 8363 7060 421 379 0 7897 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 43384 KiB
Current children cumulated memory: 30872 KiB

[startup+0.305668 s]*
/proc/loadavg: 4.06 4.11 4.09 5/262 1095919
/proc/meminfo: memFree=126954124/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=38732 memory=33784 CPUtime=0.29 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 8416 0 0 0 28 1 0 0 20 0 1 0 197989491 39661568 8446 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 9683 8446 421 379 0 9217 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48664 KiB
Current children cumulated memory: 36416 KiB

[startup+0.700279 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 1095919
/proc/meminfo: memFree=126931212/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=58428 memory=54556 CPUtime=0.68 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 13334 0 0 0 66 2 0 0 20 0 1 0 197989491 59830272 13639 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 14607 13639 421 379 0 14141 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68360 KiB
Current children cumulated memory: 57188 KiB

[startup+1.50027 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 1095919
/proc/meminfo: memFree=126929220/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=58428 memory=54556 CPUtime=1.48 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 13334 0 0 0 146 2 0 0 20 0 1 0 197989491 59830272 13639 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 14607 13639 421 379 0 14141 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 68360 KiB
Current children cumulated memory: 57188 KiB

[startup+3.10585 s]
/proc/loadavg: 4.06 4.11 4.09 5/262 1095969
/proc/meminfo: memFree=126929160/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=61148 memory=55112 CPUtime=3.08 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 13511 0 0 0 306 2 0 0 20 0 1 0 197989491 62615552 13778 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 15287 13778 421 379 0 14821 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 71080 KiB
Current children cumulated memory: 57744 KiB

[startup+6.30021 s]
/proc/loadavg: 4.05 4.11 4.09 5/262 1096069
/proc/meminfo: memFree=127037796/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=65180 memory=57800 CPUtime=6.27 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 14631 0 0 0 625 2 0 0 20 0 1 0 197989491 66744320 14450 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 16295 14450 421 379 0 15829 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 75112 KiB
Current children cumulated memory: 60432 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.11 4.09 5/262 1096071
/proc/meminfo: memFree=127004004/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=72640 memory=67228 CPUtime=12.64 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 14960 0 0 0 1262 2 0 0 20 0 1 0 197989491 74383360 16807 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 18160 16807 421 379 0 17694 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 82572 KiB
Current children cumulated memory: 69860 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.10 4.09 5/262 1096072
/proc/meminfo: memFree=126951236/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=84404 memory=76448 CPUtime=25.41 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 15776 0 0 0 2538 3 0 0 20 0 1 0 197989491 86429696 19112 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 21101 19112 421 379 0 20635 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 94336 KiB
Current children cumulated memory: 79080 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 1096078
/proc/meminfo: memFree=126926828/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=84404 memory=80232 CPUtime=50.95 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 16281 0 0 0 5092 3 0 0 20 0 1 0 197989491 86429696 20058 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 21101 20058 421 379 0 20635 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 94336 KiB
Current children cumulated memory: 82864 KiB

[startup+102.3 s]
/proc/loadavg: 4.39 4.20 4.12 5/262 1096086
/proc/meminfo: memFree=126854388/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=103500 memory=96004 CPUtime=102.03 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 16735 0 0 0 10199 4 0 0 20 0 1 0 197989491 105984000 24001 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 25875 24001 421 379 0 25409 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 113432 KiB
Current children cumulated memory: 98636 KiB

[startup+162.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/262 1096096
/proc/meminfo: memFree=126818536/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=103500 memory=96540 CPUtime=161.88 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 16984 0 0 0 16183 5 0 0 20 0 1 0 197989491 105984000 24135 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 25875 24135 421 379 0 25409 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 113432 KiB
Current children cumulated memory: 99172 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/262 1096108
/proc/meminfo: memFree=126770372/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=118404 memory=116272 CPUtime=221.73 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 18032 0 0 0 22165 8 0 0 20 0 1 0 197989491 121245696 29068 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 29601 29068 421 379 0 29135 0

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

/proc/loadavg: 4.08 4.10 4.09 5/262 1097814
/proc/meminfo: memFree=126429064/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=249052 memory=242988 CPUtime=3034.4 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 37008 0 0 0 303366 74 0 0 20 0 1 0 197989491 255029248 60747 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 62263 60747 421 379 0 61797 0
Current children cumulated CPU time: 3034.4 s
Current children cumulated vsize: 258984 KiB
Current children cumulated memory: 245620 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 1097824
/proc/meminfo: memFree=126363028/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=299140 memory=266720 CPUtime=3094.24 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 37899 0 0 0 309350 74 0 0 20 0 1 0 197989491 306319360 66680 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 74785 66680 421 379 0 74319 0
Current children cumulated CPU time: 3094.24 s
Current children cumulated vsize: 309072 KiB
Current children cumulated memory: 269352 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/262 1097834
/proc/meminfo: memFree=126433460/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=250540 memory=223756 CPUtime=3154.08 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 38437 0 0 0 315332 76 0 0 20 0 1 0 197989491 256552960 55939 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 62635 55939 421 379 0 62169 0
Current children cumulated CPU time: 3154.08 s
Current children cumulated vsize: 260472 KiB
Current children cumulated memory: 226388 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/260 1097845
/proc/meminfo: memFree=126321388/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=300628 memory=251800 CPUtime=3213.92 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 39336 0 0 0 321315 77 0 0 20 0 1 0 197989491 307843072 62950 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 75157 62950 421 379 0 74691 0
Current children cumulated CPU time: 3213.92 s
Current children cumulated vsize: 310560 KiB
Current children cumulated memory: 254432 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/260 1097858
/proc/meminfo: memFree=126389036/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=222760 memory=212432 CPUtime=3273.76 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 40252 0 0 0 327298 78 0 0 20 0 1 0 197989491 228106240 53108 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 55690 53108 421 379 0 55224 0
Current children cumulated CPU time: 3273.76 s
Current children cumulated vsize: 232692 KiB
Current children cumulated memory: 215064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/259 1097868
/proc/meminfo: memFree=126370184/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=253580 memory=241372 CPUtime=3333.61 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 40405 0 0 0 333282 79 0 0 20 0 1 0 197989491 259665920 60343 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 63395 60343 421 379 0 62929 0
Current children cumulated CPU time: 3333.61 s
Current children cumulated vsize: 263512 KiB
Current children cumulated memory: 244004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/259 1097878
/proc/meminfo: memFree=126315664/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=303668 memory=267152 CPUtime=3393.45 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 41303 0 0 0 339265 80 0 0 20 0 1 0 197989491 310956032 66788 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 75917 66788 421 379 0 75451 0
Current children cumulated CPU time: 3393.45 s
Current children cumulated vsize: 313600 KiB
Current children cumulated memory: 269784 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/259 1097889
/proc/meminfo: memFree=126377456/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=223564 memory=219380 CPUtime=3453.28 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 41603 0 0 0 345247 81 0 0 20 0 1 0 197989491 228929536 54845 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 55891 54845 421 379 0 55425 0
Current children cumulated CPU time: 3453.28 s
Current children cumulated vsize: 233496 KiB
Current children cumulated memory: 222012 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.10 4.09 5/259 1097899
/proc/meminfo: memFree=126335284/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=254384 memory=250368 CPUtime=3513.13 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 41757 0 0 0 351231 82 0 0 20 0 1 0 197989491 260489216 62592 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 63596 62592 421 379 0 63130 0
Current children cumulated CPU time: 3513.13 s
Current children cumulated vsize: 264316 KiB
Current children cumulated memory: 253000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.17 4.12 5/260 1097913
/proc/meminfo: memFree=126353428/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=304472 memory=282292 CPUtime=3572.97 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 42660 0 0 0 357214 83 0 0 20 0 1 0 197989491 311779328 70573 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 76118 70573 421 379 0 75652 0
Current children cumulated CPU time: 3572.97 s
Current children cumulated vsize: 314404 KiB
Current children cumulated memory: 284924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.27 4.17 4.12 5/263 1097923
/proc/meminfo: memFree=126349180/131524600 swapFree=131071996/131071996
[pid=1095878] ppid=1095875 vsize=9932 memory=2632 CPUtime=0 cores=4,6
/proc/1095878/stat : 1095878 (naps-1.02b5.sh) S 1095875 1095878 1091633 0 -1 4194304 218 241 0 0 0 0 0 0 20 0 1 0 197989491 10170368 658 134679101440 93994044694528 93994045773848 140728610709504 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93994047872304 93994047919492 93994080587776 140728610718686 140728610718813 140728610718813 140728610725830 0
/proc/1095878/statm: 2483 658 578 264 0 134 0
[pid=1095883] ppid=1095878 vsize=229172 memory=224908 CPUtime=3600 cores=4,6
/proc/1095883/stat : 1095883 (naps-1.02b5) R 1095878 1095878 1091633 0 -1 4194304 43109 0 0 0 359915 85 0 0 20 0 1 0 197989491 234672128 56227 134679101440 4194304 5746509 140731125788640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 24764416 140731125793773 140731125793887 140731125793887 140731125800905 0
/proc/1095883/statm: 57293 56227 421 379 0 56827 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 239104 KiB
Current children cumulated memory: 227540 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.16 s, system=0.855151 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): 3609.4
CPU time (s): 3600.01
CPU user time (s): 3599.16
CPU system time (s): 0.855151
CPU usage (%): 99.7398
Max. virtual memory (cumulated for all children) (KiB): 320012
Max. memory (cumulated for all children) (KiB): 286168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.16
system time used= 0.855151
maximum resident set size= 286484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43583
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= 94
involuntary context switches= 2830


# summary of solver processes directly reported to runsolver:
#   pid: 1095878
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.16
#   total CPU system time (s): 0.855151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52486 second user time and 16.8814 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-20 08:50:27
IDJOB=4453331
IDBENCH=171267
IDSOLVER=3065
FILE ID=nodeC030/4453331-1721458214
RUNJOBID= nodeC030-1721451005-1091646
SLURM_JOB_ID= 7545682
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v2_shuffle/normalized-grid8_59.shuf-3.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453331-1721458214/watcher-4453331-1721458214 -o /tmp/evaluation-result-4453331-1721458214/solver-4453331-1721458214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721451005-1091646 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4453331-1721458214.opb

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

MD5SUM BENCH= 254a849970c239072df004e28e5fe1a7
RANDOM SEED=193967285

nodeC030.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		: 3668.635
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.28
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		: 3685.710
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.11
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		: 3603.132
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.28
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		: 3660.057
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.11
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		: 3649.116
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.28
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		: 3650.966
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.11
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		: 3652.694
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.28
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		: 3611.935
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126991636 kB
MemAvailable:   129510508 kB
Buffers:          537488 kB
Cached:          2801980 kB
SwapCached:            0 kB
Active:          1208996 kB
Inactive:        2654352 kB
Active(anon):       1548 kB
Inactive(anon):   568220 kB
Active(file):    1207448 kB
Inactive(file):  2086132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12224 kB
Writeback:             0 kB
AnonPages:        523476 kB
Mapped:           110820 kB
Shmem:             45912 kB
KReclaimable:     130228 kB
Slab:             248580 kB
SReclaimable:     130228 kB
SUnreclaim:       118352 kB
KernelStack:        4144 kB
PageTables:        10360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     950064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74208 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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:      262868 kB
DirectMap2M:    23627776 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC030 at 2024-07-20 09:50:36