Trace number 4451501

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 556.202 557.595

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUMf0e9fb7942cf170d68fd4efe40bdbadd
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 benchmark126.71
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4451501-1721429239.opb
556.09/557.59	s UNSATISFIABLE
556.09/557.59	c _____________________________________________________________________________
556.09/557.59	c 
556.09/557.59	c std/band forms        : 997,0
556.09/557.59	c 2cl/3cl ITE-codings   : 997,0
556.09/557.59	c BDD/srt/adr Max costs : 3,0,0
556.09/557.59	c BDDraw/bin/mul/srt/adr: 997,0,0,0,0
556.09/557.59	c BDD nodes             : 3988
556.09/557.59	c Es1/CC detections     : 0,0
556.09/557.59	c SAT/UNSAT calls       : 0,1
556.09/557.59	c regenrated variables  : 0
556.09/557.59	c restarts              : 27560
556.09/557.59	c conflicts             : 5504059        (9897 /sec)
556.09/557.59	c decisions             : 6703283        (12053 /sec)
556.09/557.59	c propagations          : 600966807      (1080616 /sec)
556.09/557.59	c inspects              : 0              (0 /sec)
556.09/557.59	c CPU time (solving tm) : 556.1 s        (556.1 s)
556.09/557.59	c Time for Opt-base     : 0 s
556.09/557.59	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 (62659 MiB free)
  memory of node 1: 64510 MiB (61491 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=1026431, runsolver pid=1026428

[startup+0.100097 s]*
/proc/loadavg: 4.16 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127126504/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=6980 memory=6104 CPUtime=0.1 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 1355 0 0 0 10 0 0 0 20 0 1 0 195080256 7147520 1526 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 1745 1526 421 379 0 1279 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 16912 KiB
Current children cumulated memory: 8768 KiB

[startup+0.213251 s]*
/proc/loadavg: 4.16 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127126056/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=7604 memory=6368 CPUtime=0.21 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 1422 0 0 0 21 0 0 0 20 0 1 0 195080256 7786496 1592 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 1901 1592 421 379 0 1435 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 17536 KiB
Current children cumulated memory: 9032 KiB

[startup+0.313167 s]*
/proc/loadavg: 4.16 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127123532/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=7604 memory=6632 CPUtime=0.31 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 1523 0 0 0 31 0 0 0 20 0 1 0 195080256 7786496 1658 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 1901 1658 421 379 0 1435 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 17536 KiB
Current children cumulated memory: 9296 KiB

[startup+0.700405 s]
/proc/loadavg: 4.16 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127120584/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=9940 memory=8480 CPUtime=0.69 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 1960 0 0 0 69 0 0 0 20 0 1 0 195080256 10178560 2120 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 2485 2120 421 379 0 2019 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 19872 KiB
Current children cumulated memory: 11144 KiB

[startup+1.50038 s]
/proc/loadavg: 4.16 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127116492/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=12232 memory=10856 CPUtime=1.48 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 2542 0 0 0 148 0 0 0 20 0 1 0 195080256 12525568 2714 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 3058 2714 421 379 0 2592 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 22164 KiB
Current children cumulated memory: 13520 KiB

[startup+3.1137 s]
/proc/loadavg: 4.15 4.28 4.18 5/245 1026436
/proc/meminfo: memFree=127104748/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=15552 memory=14816 CPUtime=3.09 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 3526 0 0 0 309 0 0 0 20 0 1 0 195080256 15925248 3704 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 3888 3704 421 379 0 3422 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 25484 KiB
Current children cumulated memory: 17480 KiB

[startup+6.30041 s]
/proc/loadavg: 4.15 4.28 4.18 5/245 1026438
/proc/meminfo: memFree=127093328/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=21220 memory=19768 CPUtime=6.27 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 4299 0 0 0 627 0 0 0 20 0 1 0 195080256 21729280 4942 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 5305 4942 421 379 0 4839 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 31152 KiB
Current children cumulated memory: 22432 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.27 4.18 5/245 1026438
/proc/meminfo: memFree=127077528/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=23940 memory=23220 CPUtime=12.65 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 5248 0 0 0 1264 1 0 0 20 0 1 0 195080256 24514560 5805 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 5985 5805 421 379 0 5519 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 33872 KiB
Current children cumulated memory: 25884 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.26 4.18 5/245 1026441
/proc/meminfo: memFree=127150568/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=33460 memory=32196 CPUtime=25.42 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 5471 0 0 0 2541 1 0 0 20 0 1 0 195080256 34263040 8049 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 8365 8049 421 379 0 7899 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 43392 KiB
Current children cumulated memory: 34860 KiB

[startup+51.1131 s]
/proc/loadavg: 4.13 4.25 4.18 5/245 1026444
/proc/meminfo: memFree=127103560/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=47716 memory=46908 CPUtime=50.96 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 7492 0 0 0 5094 2 0 0 20 0 1 0 195080256 48861184 11727 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 11929 11727 421 379 0 11463 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 57648 KiB
Current children cumulated memory: 49572 KiB

[startup+102.3 s]
/proc/loadavg: 4.51 4.33 4.20 5/245 1026554
/proc/meminfo: memFree=127249340/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=64268 memory=62500 CPUtime=102.02 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 8409 0 0 0 10199 3 0 0 20 0 1 0 195080256 65810432 15625 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 16067 15625 421 379 0 15601 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 74200 KiB
Current children cumulated memory: 65164 KiB

[startup+162.3 s]
/proc/loadavg: 4.85 4.46 4.26 5/245 1026564
/proc/meminfo: memFree=127272192/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=92992 memory=77268 CPUtime=161.87 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10372 0 0 0 16183 4 0 0 20 0 1 0 195080256 95223808 19317 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 23248 19317 421 379 0 22782 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 102924 KiB
Current children cumulated memory: 79932 KiB

[startup+222.3 s]
/proc/loadavg: 4.37 4.39 4.25 5/247 1026578
/proc/meminfo: memFree=127120176/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=94428 CPUtime=221.71 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10597 0 0 0 22167 4 0 0 20 0 1 0 195080256 120504320 23607 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 23607 421 379 0 28954 0
Current children cumulated CPU time: 221.71 s

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

/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10703 0 0 0 34137 5 0 0 20 0 1 0 195080256 120504320 24986 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 24986 421 379 0 28954 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 102608 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.28 4.23 5/247 1026658
/proc/meminfo: memFree=127127424/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=99944 CPUtime=401.28 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10749 0 0 0 40123 5 0 0 20 0 1 0 195080256 120504320 24986 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 24986 421 379 0 28954 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 102608 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.24 4.22 5/247 1026669
/proc/meminfo: memFree=127090396/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=461.13 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10869 0 0 0 46107 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 461.13 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+522.3 s]
/proc/loadavg: 4.19 4.24 4.22 5/247 1027064
/proc/meminfo: memFree=127060336/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=520.98 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10917 0 0 0 52092 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 520.98 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

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

# cumulated CPU time of all completed processes:  user=556.137 s, system=0.064906 s

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

[startup+537.6 s]
/proc/loadavg: 4.15 4.23 4.21 5/247 1027067
/proc/meminfo: memFree=127047972/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=536.24 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 53618 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 536.24 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+550.4 s]
/proc/loadavg: 4.19 4.23 4.21 5/247 1027070
/proc/meminfo: memFree=127061952/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=549.01 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 54895 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 549.01 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+553.6 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027070
/proc/meminfo: memFree=127047620/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=552.2 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55214 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 552.2 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+555.2 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027071
/proc/meminfo: memFree=127037400/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=553.8 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55374 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 553.8 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+556.8 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027071
/proc/meminfo: memFree=127035240/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=555.4 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55534 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 555.4 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+557.2 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027071
/proc/meminfo: memFree=127095280/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=555.79 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55573 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 555.79 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+557.4 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027071
/proc/meminfo: memFree=127095280/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=555.99 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55593 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 555.99 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

[startup+557.5 s]
/proc/loadavg: 4.17 4.23 4.21 5/247 1027071
/proc/meminfo: memFree=127095280/131655788 swapFree=131071996/131071996
[pid=1026431] ppid=1026428 vsize=9932 memory=2664 CPUtime=0 cores=4,6
/proc/1026431/stat : 1026431 (naps-1.02b5.sh) S 1026428 1026431 1023485 0 -1 4194304 216 241 0 0 0 0 0 0 20 0 1 0 195080256 10170368 666 134679101440 94798264594432 94798265673752 140722607586608 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94798267772208 94798267819396 94798283812864 140722607588318 140722607588445 140722607588445 140722607595462 0
/proc/1026431/statm: 2483 666 587 264 0 134 0
[pid=1026436] ppid=1026431 vsize=117680 memory=116560 CPUtime=556.09 cores=4,6
/proc/1026436/stat : 1026436 (naps-1.02b5) R 1026431 1026431 1023485 0 -1 4194304 10923 0 0 0 55603 6 0 0 20 0 1 0 195080256 120504320 29140 134679101440 4194304 5746509 140737394885616 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32223232 140737394889709 140737394889823 140737394889823 140737394896841 0
/proc/1026436/statm: 29420 29140 421 379 0 28954 0
Current children cumulated CPU time: 556.09 s
Current children cumulated vsize: 127612 KiB
Current children cumulated memory: 119224 KiB

Child status: 20

Real time (s): 557.595
CPU time (s): 556.202
CPU user time (s): 556.137
CPU system time (s): 0.064906
CPU usage (%): 99.7501
Max. virtual memory (cumulated for all children) (KiB): 127612
Max. memory (cumulated for all children) (KiB): 119224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 556.137
system time used= 0.064906
maximum resident set size= 116560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11395
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= 22
involuntary context switches= 445


# summary of solver processes directly reported to runsolver:
#   pid: 1026431
#   total CPU time (s): 556.202
#   total CPU user time (s): 556.137
#   total CPU system time (s): 0.064906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.87893 second user time and 5.67485 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 00:47:31
IDJOB=4451501
IDBENCH=162562
IDSOLVER=3065
FILE ID=nodeC008/4451501-1721429239
RUNJOBID= nodeC008-1721425134-1023496
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451501-1721429239/watcher-4451501-1721429239 -o /tmp/evaluation-result-4451501-1721429239/solver-4451501-1721429239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023496 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451501-1721429239.opb

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

MD5SUM BENCH= f0e9fb7942cf170d68fd4efe40bdbadd
RANDOM SEED=858249418

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		: 3577.672
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		: 3581.392
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.446
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.337
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		: 3292.430
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		: 3578.184
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.249
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.338
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:        127131884 kB
MemAvailable:   129472520 kB
Buffers:          578760 kB
Cached:          2588036 kB
SwapCached:            0 kB
Active:          1097584 kB
Inactive:        2830452 kB
Active(anon):       1516 kB
Inactive(anon):   805620 kB
Active(file):    1096068 kB
Inactive(file):  2024832 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4164 kB
Writeback:             0 kB
AnonPages:        761240 kB
Mapped:           111936 kB
Shmem:             45896 kB
KReclaimable:     119536 kB
Slab:             225444 kB
SReclaimable:     119536 kB
SUnreclaim:       105908 kB
KernelStack:        3968 kB
PageTables:        10860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1144492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    614400 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-20 00:56:48