Trace number 4453181

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.04 3610.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid4_85.shuf-1.opb
MD5SUM1682710e54d04e6ef832c013d662e2f0
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.00935
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables340
Total number of constraints341
Number of constraints which are clauses340
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 constraint340
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 341
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-4453181-1721454603.opb
3600.02/3610.10	c 
3600.02/3610.10	c *** TERMINATED *** by signal 15
3600.02/3610.10	s UNKNOWN
3600.02/3610.10	c _____________________________________________________________________________
3600.02/3610.10	c 
3600.02/3610.10	c std/band forms        : 1,0
3600.02/3610.10	c 2cl/3cl ITE-codings   : 28730,0
3600.02/3610.10	c BDD/srt/adr Max costs : 29069,0,0
3600.02/3610.10	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
3600.02/3610.10	c BDD nodes             : 29070
3600.02/3610.10	c Es1/CC detections     : 0,0
3600.02/3610.10	c SAT/UNSAT calls       : 0,0
3600.02/3610.10	c regenrated variables  : 0
3600.02/3610.10	c restarts              : 0
3600.02/3610.10	c conflicts             : 0              (0 /sec)
3600.02/3610.10	c decisions             : 0              (0 /sec)
3600.02/3610.10	c propagations          : 0              (0 /sec)
3600.02/3610.10	c inspects              : 0              (0 /sec)
3600.02/3610.10	c CPU time (solving tm) : 3599 s        (3599 s)
3600.02/3610.10	c Time for Opt-base     : 0 s
3600.02/3610.10	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 (61792 MiB free)
  memory of node 1: 64473 MiB (61941 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453181-1721454603/watcher-4453181-1721454603 -o /tmp/evaluation-result-4453181-1721454603/solver-4453181-1721454603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721451005-1091646 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4453181-1721454603.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
Starting watchdog thread
solver pid=1093765, runsolver pid=1093762
Current StackSize limit: 8192 KiB


[startup+0.101005 s]*
/proc/loadavg: 4.15 4.12 4.08 6/261 1093770
/proc/meminfo: memFree=126662520/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=20000 memory=14972 CPUtime=0.08 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 3554 0 0 0 8 0 0 0 20 0 1 0 197628402 20480000 3743 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 5000 3743 421 379 0 4534 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 29932 KiB
Current children cumulated memory: 17704 KiB

[startup+0.206009 s]*
/proc/loadavg: 4.15 4.12 4.08 5/261 1093770
/proc/meminfo: memFree=126634984/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=32684 memory=28268 CPUtime=0.19 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 6360 0 0 0 18 1 0 0 20 0 1 0 197628402 33468416 7067 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 8171 7067 421 379 0 7705 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 42616 KiB
Current children cumulated memory: 31000 KiB

[startup+0.306009 s]*
/proc/loadavg: 4.15 4.12 4.08 5/261 1093770
/proc/meminfo: memFree=126634276/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=31492 memory=28572 CPUtime=0.28 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 7083 0 0 0 27 1 0 0 20 0 1 0 197628402 32247808 7143 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 7873 7143 421 379 0 7407 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 41424 KiB
Current children cumulated memory: 31304 KiB

[startup+0.700257 s]
/proc/loadavg: 4.15 4.12 4.08 5/261 1093770
/proc/meminfo: memFree=126633476/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=31280 memory=28560 CPUtime=0.67 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 7875 0 0 0 66 1 0 0 20 0 1 0 197628402 32030720 7140 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 7820 7140 421 379 0 7354 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 41212 KiB
Current children cumulated memory: 31292 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.12 4.08 5/261 1093770
/proc/meminfo: memFree=126629852/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=38352 memory=34496 CPUtime=1.47 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 8362 0 0 0 146 1 0 0 20 0 1 0 197628402 39272448 8624 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 9588 8624 421 379 0 9122 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 48284 KiB
Current children cumulated memory: 37228 KiB

[startup+3.10549 s]
/proc/loadavg: 4.14 4.12 4.08 5/261 1093820
/proc/meminfo: memFree=126932392/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=40024 memory=36860 CPUtime=3.07 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 8916 0 0 0 306 1 0 0 20 0 1 0 197628402 40984576 9215 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 10006 9215 421 379 0 9540 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 49956 KiB
Current children cumulated memory: 39592 KiB

[startup+6.3002 s]
/proc/loadavg: 4.14 4.12 4.08 5/261 1093820
/proc/meminfo: memFree=126920644/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=40024 memory=37124 CPUtime=6.25 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 8987 0 0 0 624 1 0 0 20 0 1 0 197628402 40984576 9281 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 10006 9281 421 379 0 9540 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 49956 KiB
Current children cumulated memory: 39856 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.08 5/261 1093821
/proc/meminfo: memFree=126896840/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=47484 memory=44532 CPUtime=12.64 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 9935 0 0 0 1262 2 0 0 20 0 1 0 197628402 48623616 11133 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 11871 11133 421 379 0 11405 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 57416 KiB
Current children cumulated memory: 47264 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.07 5/261 1093823
/proc/meminfo: memFree=126887024/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=48452 memory=44532 CPUtime=25.4 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 9944 0 0 0 2538 2 0 0 20 0 1 0 197628402 49614848 11133 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 12113 11133 421 379 0 11647 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 58384 KiB
Current children cumulated memory: 47264 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.12 4.08 5/261 1093828
/proc/meminfo: memFree=126842968/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=67128 memory=65128 CPUtime=50.93 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 11320 0 0 0 5090 3 0 0 20 0 1 0 197628402 68739072 16282 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 16782 16282 421 379 0 16316 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 77060 KiB
Current children cumulated memory: 67860 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/262 1093838
/proc/meminfo: memFree=126786352/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=87292 memory=83516 CPUtime=101.98 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 12013 0 0 0 10194 4 0 0 20 0 1 0 197628402 89387008 20879 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 21823 20879 421 379 0 21357 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 97224 KiB
Current children cumulated memory: 86248 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/262 1093848
/proc/meminfo: memFree=126714548/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=98784 memory=96800 CPUtime=161.82 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 12832 0 0 0 16178 4 0 0 20 0 1 0 197628402 101154816 24200 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 24696 24200 421 379 0 24230 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 108716 KiB
Current children cumulated memory: 99532 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.08 5/262 1093859
/proc/meminfo: memFree=126705160/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=98784 memory=97040 CPUtime=221.68 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 13550 0 0 0 22163 5 0 0 20 0 1 0 197628402 101154816 24260 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 24696 24260 421 379 0 24230 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.11 4.12 4.09 5/262 1095573
/proc/meminfo: memFree=126283608/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=258828 memory=239768 CPUtime=3093.59 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 62391 0 0 0 309266 93 0 0 20 0 1 0 197628402 265039872 59942 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 64707 59942 421 379 0 64241 0
Current children cumulated CPU time: 3093.59 s
Current children cumulated vsize: 268760 KiB
Current children cumulated memory: 242500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 1095583
/proc/meminfo: memFree=126346048/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=272732 CPUtime=3153.44 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 63083 0 0 0 315249 95 0 0 20 0 1 0 197628402 296599552 68183 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 68183 421 379 0 71946 0
Current children cumulated CPU time: 3153.44 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 275464 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.19 4.12 5/262 1095594
/proc/meminfo: memFree=126400252/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=209508 memory=207764 CPUtime=3213.27 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 63491 0 0 0 321231 96 0 0 20 0 1 0 197628402 214536192 51941 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 52377 51941 421 379 0 51911 0
Current children cumulated CPU time: 3213.27 s
Current children cumulated vsize: 219440 KiB
Current children cumulated memory: 210496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.18 4.12 5/262 1095606
/proc/meminfo: memFree=126272480/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=285020 CPUtime=3273.12 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 64443 0 0 0 327214 98 0 0 20 0 1 0 197628402 296599552 71255 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 71255 421 379 0 71946 0
Current children cumulated CPU time: 3273.12 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 287752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/260 1095616
/proc/meminfo: memFree=126282436/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=258828 memory=252056 CPUtime=3332.94 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 65188 0 0 0 333194 100 0 0 20 0 1 0 197628402 265039872 63014 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 64707 63014 421 379 0 64241 0
Current children cumulated CPU time: 3332.94 s
Current children cumulated vsize: 268760 KiB
Current children cumulated memory: 254788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.14 4.10 5/259 1095626
/proc/meminfo: memFree=126239924/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=285020 CPUtime=3392.79 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 65804 0 0 0 339178 101 0 0 20 0 1 0 197628402 296599552 71255 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 71255 421 379 0 71946 0
Current children cumulated CPU time: 3392.79 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 287752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/259 1095638
/proc/meminfo: memFree=126288840/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=264540 CPUtime=3452.62 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 66828 0 0 0 345160 102 0 0 20 0 1 0 197628402 296599552 66135 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 66135 421 379 0 71946 0
Current children cumulated CPU time: 3452.62 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 267272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 1095648
/proc/meminfo: memFree=126256216/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=339736 memory=290212 CPUtime=3512.46 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 67141 0 0 0 351143 103 0 0 20 0 1 0 197628402 347889664 72553 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 84934 72553 421 379 0 84468 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 349668 KiB
Current children cumulated memory: 292944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/259 1095659
/proc/meminfo: memFree=126272212/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=262492 CPUtime=3572.3 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 68165 0 0 0 357124 106 0 0 20 0 1 0 197628402 296599552 65623 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 65623 421 379 0 71946 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 265224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.06 4.11 4.09 3/254 1095697
/proc/meminfo: memFree=126723820/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=272732 CPUtime=3600.02 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 68173 0 0 0 359896 106 0 0 20 0 1 0 197628402 296599552 68183 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 68183 421 379 0 71946 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 275464 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.07064 s

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

[startup+3610.11 s]
/proc/loadavg: 4.06 4.11 4.09 3/254 1095697
/proc/meminfo: memFree=126723820/131524600 swapFree=131071996/131071996
[pid=1093765] ppid=1093762 vsize=9932 memory=2732 CPUtime=0 cores=4,6
/proc/1093765/stat : 1093765 (naps-1.02b5.sh) S 1093762 1093765 1091633 0 -1 4194304 220 246 0 0 0 0 0 0 20 0 1 0 197628402 10170368 683 134679101440 94544102944768 94544104024088 140730445175200 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94544106122544 94544106169732 94544121344000 140730445177822 140730445177949 140730445177949 140730445184966 0
/proc/1093765/statm: 2483 683 607 264 0 134 0
[pid=1093770] ppid=1093765 vsize=289648 memory=272732 CPUtime=3600.02 cores=4,6
/proc/1093770/stat : 1093770 (naps-1.02b5) R 1093765 1093765 1091633 0 -1 4194304 68173 0 0 0 359896 106 0 0 20 0 1 0 197628402 296599552 68183 134679101440 4194304 5746509 140733973423312 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 35393536 140733973427181 140733973427295 140733973427295 140733973434313 0
/proc/1093770/statm: 72412 68183 421 379 0 71946 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 299580 KiB
Current children cumulated memory: 275464 KiB

Child status: 0

Real time (s): 3610.11
CPU time (s): 3600.04
CPU user time (s): 3598.97
CPU system time (s): 1.07064
CPU usage (%): 99.721
Max. virtual memory (cumulated for all children) (KiB): 349668
Max. memory (cumulated for all children) (KiB): 299268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.07064
maximum resident set size= 296536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68654
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= 30
involuntary context switches= 2828


# summary of solver processes directly reported to runsolver:
#   pid: 1093765
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.07064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17512 second user time and 17.3866 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-20 07:50:16
IDJOB=4453181
IDBENCH=169290
IDSOLVER=3065
FILE ID=nodeC030/4453181-1721454603
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-v3_shuffle/normalized-grid4_85.shuf-1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453181-1721454603/watcher-4453181-1721454603 -o /tmp/evaluation-result-4453181-1721454603/solver-4453181-1721454603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721451005-1091646 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4453181-1721454603.opb

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

MD5SUM BENCH= 1682710e54d04e6ef832c013d662e2f0
RANDOM SEED=1733507306

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		: 3667.235
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		: 3670.162
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		: 3610.072
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		: 3600.062
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		: 3635.341
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		: 3672.164
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		: 3658.202
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		: 3661.399
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:        126710912 kB
MemAvailable:   129285264 kB
Buffers:          536588 kB
Cached:          2858772 kB
SwapCached:            0 kB
Active:          1206396 kB
Inactive:        2937740 kB
Active(anon):       1548 kB
Inactive(anon):   793136 kB
Active(file):    1204848 kB
Inactive(file):  2144604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12272 kB
Writeback:             8 kB
AnonPages:        748400 kB
Mapped:           112324 kB
Shmem:             45912 kB
KReclaimable:     130120 kB
Slab:             248112 kB
SReclaimable:     130120 kB
SUnreclaim:       117992 kB
KernelStack:        4136 kB
PageTables:        10840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1221444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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 08:50:26