Trace number 4434092

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.1 3610.14

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_ic.opb
MD5SUMccba1baa4116ac35f164630a81450a8f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21717461
Best CPU time to get the best result obtained on this benchmark72001.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 193470682570
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 193470682570
Number of bits of the biggest sum of numbers38
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4434092-1721144063.opb
37.02/37.15	c single stage optimization mode
3600.05/3610.11	c 
3600.05/3610.11	c *** TERMINATED *** by signal 15
3600.05/3610.11	s UNKNOWN
3600.05/3610.11	c _____________________________________________________________________________
3600.05/3610.11	c std/band forms        : 985357,0
3600.05/3610.11	c 2cl/3cl ITE-codings   : 353600,0
3600.05/3610.11	c BDD/srt/adr Max costs : 1640,467835,0
3600.05/3610.11	c BDDraw/bin/mul/srt/adr: 985350,0,0,7,0
3600.05/3610.11	c BDD nodes             : 4302650
3600.05/3610.11	c Es1/CC detections     : 0,0
3600.05/3610.11	c CC sort               : 4
3600.05/3610.11	c SAT/UNSAT calls       : 0,0
3600.05/3610.11	c regenrated variables  : 0
3600.05/3610.11	c eliminated fixed lits : 300
3600.05/3610.11	c goal lit flips        : 0
3600.05/3610.11	c goal stages           : 1
3600.05/3610.11	c goal shrink           : 0
3600.05/3610.11	c goal coeff separations: 5038
3600.05/3610.11	c restarts              : 0
3600.05/3610.11	c conflicts             : 0              (0 /sec)
3600.05/3610.11	c decisions             : 0              (0 /sec)
3600.05/3610.11	c propagations          : 0              (0 /sec)
3600.05/3610.11	c inspects              : 0              (0 /sec)
3600.05/3610.11	c CPU time (solving tm) : 3597 s        (3562 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.11	c Time for Opt-base     : 0.002418 s
3600.05/3610.11	c Steps for Opt-base    : 0
3600.05/3610.11	c Time for BDD coding   : 11.77 s
3600.05/3610.11	c Time for srt coding   : 0.3094 s
3600.05/3610.11	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 (58080 MiB free)
  memory of node 1: 64510 MiB (57977 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434092-1721144063/watcher-4434092-1721144063 -o /tmp/evaluation-result-4434092-1721144063/solver-4434092-1721144063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721143480-857082 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4434092-1721144063.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=858044, runsolver pid=858041

[startup+0.100106 s]*
/proc/loadavg: 4.25 3.79 3.21 5/251 858049
/proc/meminfo: memFree=118829476/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=23792 memory=16648 CPUtime=0.09 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 4086 0 0 0 9 0 0 0 20 0 1 0 166565736 24363008 4162 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 5948 4162 436 659 0 5152 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33724 KiB
Current children cumulated memory: 19416 KiB

[startup+0.213745 s]*
/proc/loadavg: 4.25 3.79 3.21 5/251 858049
/proc/meminfo: memFree=118826780/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=25112 memory=17964 CPUtime=0.21 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 4439 0 0 0 21 0 0 0 20 0 1 0 166565736 25714688 4491 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 6278 4491 436 659 0 5482 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 35044 KiB
Current children cumulated memory: 20732 KiB

[startup+0.313528 s]*
/proc/loadavg: 4.25 3.79 3.21 5/251 858049
/proc/meminfo: memFree=118819724/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=31700 memory=24564 CPUtime=0.31 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 6077 0 0 0 30 1 0 0 20 0 1 0 166565736 32460800 6141 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 7925 6141 436 659 0 7129 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 41632 KiB
Current children cumulated memory: 27332 KiB

[startup+0.700429 s]
/proc/loadavg: 4.25 3.79 3.21 5/251 858049
/proc/meminfo: memFree=118810100/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=57820 memory=53060 CPUtime=0.68 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 12863 0 0 0 66 2 0 0 20 0 1 0 166565736 59207680 13265 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 14455 13265 436 659 0 13659 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 67752 KiB
Current children cumulated memory: 55828 KiB

[startup+1.50043 s]
/proc/loadavg: 4.23 3.79 3.22 5/251 858049
/proc/meminfo: memFree=118746540/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=178584 memory=170476 CPUtime=1.48 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 42647 0 0 0 142 6 0 0 20 0 1 0 166565736 182870016 42619 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 44646 42619 436 659 0 43850 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 188516 KiB
Current children cumulated memory: 173244 KiB

[startup+3.11327 s]
/proc/loadavg: 4.23 3.79 3.22 5/251 858049
/proc/meminfo: memFree=118437132/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=446164 memory=428840 CPUtime=3.09 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 104881 0 0 0 294 15 0 0 20 0 1 0 166565736 456871936 107210 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 111541 107210 436 659 0 110745 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 456096 KiB
Current children cumulated memory: 431608 KiB

[startup+6.3004 s]
/proc/loadavg: 4.21 3.79 3.22 5/251 858051
/proc/meminfo: memFree=117962932/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=939648 memory=924792 CPUtime=6.27 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 219996 0 0 0 595 32 0 0 20 0 1 0 166565736 962199552 231198 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 234962 231198 436 659 0 234166 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 949580 KiB
Current children cumulated memory: 927560 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 3.81 3.23 5/251 858051
/proc/meminfo: memFree=117742876/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=1136480 memory=1103192 CPUtime=12.66 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 253662 0 0 0 1225 41 0 0 20 0 1 0 166565736 1163755520 275798 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 284120 275798 436 659 0 283324 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1146412 KiB
Current children cumulated memory: 1105960 KiB

[startup+25.5004 s]
/proc/loadavg: 4.23 3.82 3.24 5/251 858054
/proc/meminfo: memFree=117402128/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=1482968 memory=1434688 CPUtime=25.43 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 319272 0 0 0 2454 89 0 0 20 0 1 0 166565736 1518559232 358672 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 370742 358672 468 659 0 369946 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1492900 KiB
Current children cumulated memory: 1437456 KiB

[startup+51.1135 s]
/proc/loadavg: 4.21 3.86 3.27 5/251 858057
/proc/meminfo: memFree=116339880/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2490400 CPUtime=50.98 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 350887 0 0 0 4943 155 0 0 20 0 1 0 166565736 2828541952 622600 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 622600 468 659 0 689766 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2493168 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 3.90 3.32 5/249 858066
/proc/meminfo: memFree=116335176/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2492448 CPUtime=102.02 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 351051 0 0 0 10047 155 0 0 20 0 1 0 166565736 2828541952 623112 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 623112 468 659 0 689766 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2495216 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 3.97 3.38 5/248 858076
/proc/meminfo: memFree=116175304/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2508832 CPUtime=161.86 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 351246 0 0 0 16030 156 0 0 20 0 1 0 166565736 2828541952 627208 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 627208 468 659 0 689766 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2511600 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.00 3.43 5/248 858087
/proc/meminfo: memFree=115849532/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2523168 CPUtime=221.7 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 351490 0 0 0 22013 157 0 0 20 0 1 0 166565736 2828541952 630792 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 630792 468 659 0 689766 0
Current children cumulated CPU time: 221.7 s

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

/proc/858049/statm: 690562 628233 468 659 0 689766 0
Current children cumulated CPU time: 3093.76 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2515700 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/247 859719
/proc/meminfo: memFree=104291400/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2512932 CPUtime=3153.61 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 371068 0 0 0 315102 259 0 0 20 0 1 0 166565736 2828541952 628233 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 628233 468 659 0 689766 0
Current children cumulated CPU time: 3153.61 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2515700 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/247 859729
/proc/meminfo: memFree=104230900/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2514980 CPUtime=3213.43 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 371496 0 0 0 321084 259 0 0 20 0 1 0 166565736 2828541952 628745 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 628745 468 659 0 689766 0
Current children cumulated CPU time: 3213.43 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2517748 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.14 4.10 5/248 859910
/proc/meminfo: memFree=104199532/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2517028 CPUtime=3273.23 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 371849 0 0 0 327063 260 0 0 20 0 1 0 166565736 2828541952 629257 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 629257 468 659 0 689766 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2519796 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/248 859920
/proc/meminfo: memFree=104199492/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2517028 CPUtime=3333.04 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 372303 0 0 0 333044 260 0 0 20 0 1 0 166565736 2828541952 629257 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 629257 468 659 0 689766 0
Current children cumulated CPU time: 3333.04 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2519796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 859989
/proc/meminfo: memFree=104176060/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2519076 CPUtime=3392.85 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 372913 0 0 0 339025 260 0 0 20 0 1 0 166565736 2828541952 629769 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 629769 468 659 0 689766 0
Current children cumulated CPU time: 3392.85 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2521844 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/249 859999
/proc/meminfo: memFree=104163248/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2519076 CPUtime=3452.68 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 373379 0 0 0 345008 260 0 0 20 0 1 0 166565736 2828541952 629769 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 629769 468 659 0 689766 0
Current children cumulated CPU time: 3452.68 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2521844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/249 860010
/proc/meminfo: memFree=104150488/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2521124 CPUtime=3512.52 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 374111 0 0 0 350991 261 0 0 20 0 1 0 166565736 2828541952 630281 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 630281 468 659 0 689766 0
Current children cumulated CPU time: 3512.52 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2523892 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/250 860022
/proc/meminfo: memFree=104125972/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2521124 CPUtime=3572.33 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 374767 0 0 0 356972 261 0 0 20 0 1 0 166565736 2828541952 630281 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 630281 468 659 0 689766 0
Current children cumulated CPU time: 3572.33 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2523892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 860026
/proc/meminfo: memFree=104115564/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2523180 CPUtime=3600.05 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 375213 0 0 0 359744 261 0 0 20 0 1 0 166565736 2828541952 630795 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 630795 468 659 0 689766 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2525948 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.12 s]
# the end of solver process 858044 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002546 s, system=0.003542 s

[startup+3610.14 s]
# the end of solver process 858049 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3597.45 s, system=2.64642 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.11 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 860026
/proc/meminfo: memFree=104115564/131655788 swapFree=131071996/131071996
[pid=858044] ppid=858041 vsize=9932 memory=2768 CPUtime=0 cores=5,7
/proc/858044/stat : 858044 (naps-1.03.sh) S 858041 858044 857069 0 -1 4194304 220 243 0 0 0 0 0 0 20 0 1 0 166565736 10170368 692 134679101440 93926375256064 93926376335384 140735549266320 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 93926378433840 93926378481028 93926385065984 140735549268960 140735549269089 140735549269089 140735549276104 0
/proc/858044/statm: 2483 692 614 264 0 134 0
[pid=858049] ppid=858044 vsize=2762248 memory=2523180 CPUtime=3600.05 cores=5,7
/proc/858049/stat : 858049 (naps-1.03) R 858044 858044 857069 0 -1 4194304 375213 0 0 0 359744 261 0 0 20 0 1 0 166565736 2828541952 630795 134679101440 4194304 6891213 140731563463120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35209216 140731563471857 140731563471973 140731563471973 140731563478987 0
/proc/858049/statm: 690562 630795 468 659 0 689766 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2772180 KiB
Current children cumulated memory: 2525948 KiB

Child status: 10

Real time (s): 3610.14
CPU time (s): 3600.1
CPU user time (s): 3597.45
CPU system time (s): 2.64642
CPU usage (%): 99.7218
Max. virtual memory (cumulated for all children) (KiB): 3680228
Max. memory (cumulated for all children) (KiB): 3074960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.45
system time used= 2.64642
maximum resident set size= 3072192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375676
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= 219
involuntary context switches= 1674


# summary of solver processes directly reported to runsolver:
#   pid: 858044,858049
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.45
#   total CPU system time (s): 2.64642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.358 second user time and 38.9996 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-16 17:34:36
IDJOB=4434092
IDBENCH=155755
IDSOLVER=3062
FILE ID=nodeC010/4434092-1721144063
RUNJOBID= nodeC010-1721143480-857082
SLURM_JOB_ID= 7505733
Free space on /tmp= 723376 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_1_ic.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434092-1721144063/watcher-4434092-1721144063 -o /tmp/evaluation-result-4434092-1721144063/solver-4434092-1721144063 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721143480-857082 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4434092-1721144063.opb

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

MD5SUM BENCH= ccba1baa4116ac35f164630a81450a8f
RANDOM SEED=1031739416

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.756
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.51
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		: 3491.755
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.313
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.51
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.392
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		: 3491.754
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.51
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		: 2893.141
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.572
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.51
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.530
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:        118843244 kB
MemAvailable:   122381064 kB
Buffers:          421060 kB
Cached:          3917124 kB
SwapCached:            0 kB
Active:          1082916 kB
Inactive:       11094860 kB
Active(anon):       1472 kB
Inactive(anon):  7875820 kB
Active(file):    1081444 kB
Inactive(file):  3219040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            105280 kB
Writeback:             0 kB
AnonPages:       7839312 kB
Mapped:           110140 kB
Shmem:             37704 kB
KReclaimable:     154736 kB
Slab:             258972 kB
SReclaimable:     154736 kB
SUnreclaim:       104236 kB
KernelStack:        4048 kB
PageTables:        24960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8956732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53152 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3450880 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:      226120 kB
DirectMap2M:    27990016 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723560 MiB
End job on nodeC010 at 2024-07-16 18:34:47