Trace number 4451231

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.02b5UNSAT 577.078 579.018

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v021-n1.opb
MD5SUM4d5603d89f204ba15b108c8a9193bc01
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.003235
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables63
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4451231-1721425122.opb
577.05/579.01	s UNSATISFIABLE
577.05/579.01	c _____________________________________________________________________________
577.05/579.01	c 
577.05/579.01	c std/band forms        : 0,21
577.05/579.01	c 2cl/3cl ITE-codings   : 0,168
577.05/579.01	c BDD/srt/adr Max costs : 13,0,0
577.05/579.01	c BDDraw/bin/mul/srt/adr: 21,0,0,0,0
577.05/579.01	c BDD nodes             : 315
577.05/579.01	c Es1/CC detections     : 0,0
577.05/579.01	c SAT/UNSAT calls       : 0,1
577.05/579.01	c regenrated variables  : 0
577.05/579.01	c restarts              : 48857
577.05/579.01	c conflicts             : 6567295        (11383 /sec)
577.05/579.01	c decisions             : 7876325        (13652 /sec)
577.05/579.01	c propagations          : 238327952      (413083 /sec)
577.05/579.01	c inspects              : 0              (0 /sec)
577.05/579.01	c CPU time (solving tm) : 576.9 s        (576.9 s)
577.05/579.01	c Time for Opt-base     : 0 s
577.05/579.01	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (62849 MiB free)
  memory of node 1: 64510 MiB (61704 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451231-1721425122/watcher-4451231-1721425122 -o /tmp/evaluation-result-4451231-1721425122/solver-4451231-1721425122 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023495 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451231-1721425122.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1023560, runsolver pid=1023548
Current StackSize limit: 8192 KiB


[startup+0.100724 s]*
/proc/loadavg: 1.09 1.11 1.68 9/251 1023582
/proc/meminfo: memFree=127536616/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=7132 memory=2620 CPUtime=0.1 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 295 0 0 0 10 0 0 0 20 0 1 0 194668637 7303168 655 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 1783 655 421 379 0 1317 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17064 KiB
Current children cumulated memory: 5468 KiB

[startup+0.215363 s]*
/proc/loadavg: 1.09 1.11 1.68 6/251 1023582
/proc/meminfo: memFree=127534704/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=3540 memory=2800 CPUtime=0.21 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 471 0 0 0 21 0 0 0 20 0 1 0 194668637 3624960 700 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 885 700 421 379 0 419 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13472 KiB
Current children cumulated memory: 5648 KiB

[startup+0.313414 s]*
/proc/loadavg: 1.09 1.11 1.68 5/248 1023582
/proc/meminfo: memFree=127535020/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=4060 memory=3064 CPUtime=0.3 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 567 0 0 0 30 0 0 0 20 0 1 0 194668637 4157440 766 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 1015 766 421 379 0 549 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13992 KiB
Current children cumulated memory: 5912 KiB

[startup+0.700352 s]
/proc/loadavg: 1.09 1.11 1.68 6/248 1023596
/proc/meminfo: memFree=127532288/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=5024 memory=4040 CPUtime=0.67 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 1122 0 0 0 67 0 0 0 20 0 1 0 194668637 5144576 1010 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 1256 1010 421 379 0 790 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 14956 KiB
Current children cumulated memory: 6888 KiB

[startup+1.50035 s]
/proc/loadavg: 1.09 1.11 1.68 6/251 1023632
/proc/meminfo: memFree=127525608/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=7700 memory=6416 CPUtime=1.47 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 1681 0 0 0 147 0 0 0 20 0 1 0 194668637 7884800 1604 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 1925 1604 421 379 0 1459 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 17632 KiB
Current children cumulated memory: 9264 KiB

[startup+3.11385 s]
/proc/loadavg: 1.33 1.16 1.69 6/251 1023632
/proc/meminfo: memFree=127493580/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=13020 memory=11888 CPUtime=3.07 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 2523 0 0 0 307 0 0 0 20 0 1 0 194668637 13332480 2972 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 3255 2972 421 379 0 2789 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 22952 KiB
Current children cumulated memory: 14736 KiB

[startup+6.30037 s]
/proc/loadavg: 1.33 1.16 1.69 6/251 1023632
/proc/meminfo: memFree=127463300/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=15160 memory=10372 CPUtime=6.25 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 3437 0 0 0 624 1 0 0 20 0 1 0 194668637 15523840 2593 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 3790 2593 421 379 0 3324 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 25092 KiB
Current children cumulated memory: 13220 KiB

[startup+12.7004 s]
/proc/loadavg: 1.54 1.21 1.70 6/251 1023633
/proc/meminfo: memFree=127438416/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=34232 memory=26368 CPUtime=12.63 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 5077 0 0 0 1262 1 0 0 20 0 1 0 194668637 35053568 6592 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 8558 6592 421 379 0 8092 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 44164 KiB
Current children cumulated memory: 29216 KiB

[startup+25.5004 s]
/proc/loadavg: 2.16 1.36 1.74 6/251 1023635
/proc/meminfo: memFree=127388296/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=41412 memory=40672 CPUtime=25.39 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 5594 0 0 0 2537 2 0 0 20 0 1 0 194668637 42405888 10168 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 10353 10168 421 379 0 9887 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 51344 KiB
Current children cumulated memory: 43520 KiB

[startup+51.1141 s]
/proc/loadavg: 2.79 1.58 1.81 6/251 1023639
/proc/meminfo: memFree=127337380/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=43272 memory=42364 CPUtime=50.92 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 6101 0 0 0 5090 2 0 0 20 0 1 0 194668637 44310528 10591 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 10818 10591 421 379 0 10352 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 53204 KiB
Current children cumulated memory: 45212 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 1.98 1.93 6/251 1023648
/proc/meminfo: memFree=127239840/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=90596 memory=65336 CPUtime=101.93 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 8558 0 0 0 10189 4 0 0 20 0 1 0 194668637 92770304 16334 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 22649 16334 421 379 0 22183 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 100528 KiB
Current children cumulated memory: 68184 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.37 2.07 6/254 1023714
/proc/meminfo: memFree=127277060/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=90596 memory=67432 CPUtime=161.73 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 8604 0 0 0 16169 4 0 0 20 0 1 0 194668637 92770304 16858 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 22649 16858 421 379 0 22183 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 100528 KiB
Current children cumulated memory: 70280 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.68 2.20 6/254 1023726
/proc/meminfo: memFree=127185040/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=90596 memory=90016 CPUtime=221.53 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 8707 0 0 0 22149 4 0 0 20 0 1 0 194668637 92770304 22504 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 22649 22504 421 379 0 22183 0
Current children cumulated CPU time: 221.53 s

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

/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 10318 0 0 0 34107 6 0 0 20 0 1 0 194668637 92114944 18394 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 22489 18394 421 379 0 22023 0
Current children cumulated CPU time: 341.13 s
Current children cumulated vsize: 99888 KiB
Current children cumulated memory: 76424 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 3.32 2.54 6/248 1023758
/proc/meminfo: memFree=127069340/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=95236 memory=93508 CPUtime=400.93 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 12153 0 0 0 40085 8 0 0 20 0 1 0 194668637 97521664 23377 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 23809 23377 421 379 0 23343 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 105168 KiB
Current children cumulated memory: 96356 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.48 2.64 6/245 1023769
/proc/meminfo: memFree=127105640/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=96516 memory=95952 CPUtime=460.74 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 13175 0 0 0 46065 9 0 0 20 0 1 0 194668637 98832384 23988 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 24129 23988 421 379 0 23663 0
Current children cumulated CPU time: 460.74 s
Current children cumulated vsize: 106448 KiB
Current children cumulated memory: 98800 KiB

[startup+522.3 s]
/proc/loadavg: 4.04 3.58 2.73 6/245 1023779
/proc/meminfo: memFree=127040368/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=520.53 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 14543 0 0 0 52042 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 520.53 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+579.018 s]
# the end of solver process 1023560 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=576.954 s, system=0.123589 s

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

[startup+537.6 s]
/proc/loadavg: 4.11 3.61 2.76 6/245 1023780
/proc/meminfo: memFree=127147548/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=535.77 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 14970 0 0 0 53566 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 535.77 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+563.2 s]
/proc/loadavg: 4.14 3.66 2.80 6/245 1023786
/proc/meminfo: memFree=127081972/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=561.29 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 14972 0 0 0 56118 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 561.29 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+569.6 s]
/proc/loadavg: 4.28 3.71 2.82 6/245 1023786
/proc/meminfo: memFree=127181248/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=567.67 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 14972 0 0 0 56756 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 567.67 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+576 s]*
/proc/loadavg: 4.57 3.78 2.85 6/245 1023788
/proc/meminfo: memFree=127101480/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=574.06 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 15015 0 0 0 57395 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 574.06 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+577.6 s]
/proc/loadavg: 4.57 3.78 2.85 6/245 1023788
/proc/meminfo: memFree=127097340/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=575.64 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 15016 0 0 0 57553 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 575.64 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+578.4 s]
/proc/loadavg: 4.57 3.78 2.85 6/245 1023788
/proc/meminfo: memFree=127093252/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=576.44 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 15016 0 0 0 57633 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 576.44 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+578.8 s]
/proc/loadavg: 4.57 3.78 2.85 6/245 1023788
/proc/meminfo: memFree=127093252/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=576.84 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 15016 0 0 0 57673 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 576.84 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

[startup+579 s]*
/proc/loadavg: 4.77 3.83 2.87 6/245 1023788
/proc/meminfo: memFree=127091180/131655788 swapFree=131071996/131071996
[pid=1023560] ppid=1023548 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1023560/stat : 1023560 (naps-1.02b5.sh) S 1023548 1023560 1023485 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 194668637 10170368 712 134679101440 94218788827136 94218789906456 140723210240000 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94218792004912 94218792052100 94218822946816 140723210245086 140723210245213 140723210245213 140723210252230 0
/proc/1023560/statm: 2483 712 635 264 0 134 0
[pid=1023580] ppid=1023560 vsize=110588 memory=110024 CPUtime=577.05 cores=0,2
/proc/1023580/stat : 1023580 (naps-1.02b5) R 1023560 1023560 1023485 0 -1 4194304 15016 0 0 0 57694 11 0 0 20 0 1 0 194668637 113242112 27506 134679101440 4194304 5746509 140723468248592 0 0 0 0 0 17922 0 0 0 17 0 0 0 194668638 0 0 6059216 6091920 16482304 140723468256237 140723468256351 140723468256351 140723468263369 0
/proc/1023580/statm: 27647 27506 421 379 0 27181 0
Current children cumulated CPU time: 577.05 s
Current children cumulated vsize: 120520 KiB
Current children cumulated memory: 112872 KiB

Child status: 20

Real time (s): 579.018
CPU time (s): 577.078
CPU user time (s): 576.954
CPU system time (s): 0.123589
CPU usage (%): 99.665
Max. virtual memory (cumulated for all children) (KiB): 169840
Max. memory (cumulated for all children) (KiB): 147236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 576.954
system time used= 0.123589
maximum resident set size= 144428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15496
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= 27
involuntary context switches= 3950


# summary of solver processes directly reported to runsolver:
#   pid: 1023560
#   total CPU time (s): 577.078
#   total CPU user time (s): 576.954
#   total CPU system time (s): 0.123589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78784 second user time and 6.53721 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 23:38:54
IDJOB=4451231
IDBENCH=162386
IDSOLVER=3065
FILE ID=nodeC008/4451231-1721425122
RUNJOBID= nodeC008-1721425134-1023495
SLURM_JOB_ID= 7545614
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= 4d5603d89f204ba15b108c8a9193bc01
RANDOM SEED=387545846

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127544936 kB
MemAvailable:   129919628 kB
Buffers:          576344 kB
Cached:          2624928 kB
SwapCached:            0 kB
Active:          1093860 kB
Inactive:        2422520 kB
Active(anon):       1372 kB
Inactive(anon):   359984 kB
Active(file):    1092488 kB
Inactive(file):  2062536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15696 kB
Writeback:             0 kB
AnonPages:        315176 kB
Mapped:           106772 kB
Shmem:             45896 kB
KReclaimable:     119400 kB
Slab:             224840 kB
SReclaimable:     119400 kB
SUnreclaim:       105440 kB
KernelStack:        3620 kB
PageTables:         9612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     687436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60640 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC008 at 2024-07-19 23:48:34