Trace number 4449201

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.15 3609.08

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm50p-dec.opb.negationfix.opb
MD5SUM5a83101891c756e818f261b20124136b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.873565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables360448
Total number of constraints3328
Number of constraints which are clauses1407
Number of constraints which are cardinality constraints (but not clauses)1407
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint1408
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 490517
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1705552
Number of bits of the biggest sum of numbers21
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-4449201-1721370959.opb
3600.05/3609.00	c 
3600.05/3609.00	c *** TERMINATED *** by signal 15
3600.05/3609.00	s UNKNOWN
3600.05/3609.00	c _____________________________________________________________________________
3600.05/3609.00	c 
3600.05/3609.00	c std/band forms        : 568,0
3600.05/3609.00	c 2cl/3cl ITE-codings   : 0,0
3600.05/3609.00	c BDD/srt/adr Max costs : 1091935,602646,0
3600.05/3609.00	c BDDraw/bin/mul/srt/adr: 286,0,0,282,0
3600.05/3609.00	c BDD nodes             : 358652285
3600.05/3609.00	c Es1/CC detections     : 0,0
3600.05/3609.00	c SAT/UNSAT calls       : 0,0
3600.05/3609.00	c regenrated variables  : 0
3600.05/3609.00	c restarts              : 0
3600.05/3609.00	c conflicts             : 0              (0 /sec)
3600.05/3609.00	c decisions             : 0              (0 /sec)
3600.05/3609.00	c propagations          : 0              (0 /sec)
3600.05/3609.00	c inspects              : 0              (0 /sec)
3600.05/3609.00	c CPU time (solving tm) : 3597 s        (0 s)
3600.05/3609.00	c Time for Opt-base     : 128 s
3600.05/3609.00	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (54045 MiB free)
  memory of node 1: 64473 MiB (44687 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449201-1721370959/watcher-4449201-1721370959 -o /tmp/evaluation-result-4449201-1721370959/solver-4449201-1721370959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998007 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4449201-1721370959.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=999961, runsolver pid=999958

[startup+0.100092 s]*
/proc/loadavg: 4.10 4.09 4.05 5/259 999966
/proc/meminfo: memFree=101087812/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=22272 memory=15892 CPUtime=0.09 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 3785 0 0 0 9 0 0 0 20 0 1 0 189260846 22806528 3973 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 5568 3973 405 379 0 5102 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32204 KiB
Current children cumulated memory: 18652 KiB

[startup+0.205452 s]*
/proc/loadavg: 4.10 4.09 4.05 5/259 999966
/proc/meminfo: memFree=101075380/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=36568 memory=28200 CPUtime=0.2 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 7005 0 0 0 20 0 0 0 20 0 1 0 189260846 37445632 7050 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 9142 7050 405 379 0 8676 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46500 KiB
Current children cumulated memory: 30960 KiB

[startup+0.305309 s]*
/proc/loadavg: 4.10 4.09 4.05 6/258 999966
/proc/meminfo: memFree=103644916/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=51200 memory=39272 CPUtime=0.3 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 9615 0 0 0 29 1 0 0 20 0 1 0 189260846 52428800 9818 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 12800 9818 405 379 0 12334 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61132 KiB
Current children cumulated memory: 42032 KiB

[startup+0.700221 s]
/proc/loadavg: 4.10 4.09 4.05 4/253 999974
/proc/meminfo: memFree=109846816/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=105304 memory=80208 CPUtime=0.68 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 19592 0 0 0 66 2 0 0 20 0 1 0 189260846 107831296 20052 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 26326 20052 405 379 0 25860 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115236 KiB
Current children cumulated memory: 82968 KiB

[startup+1.50026 s]
/proc/loadavg: 4.10 4.09 4.05 4/251 1000001
/proc/meminfo: memFree=118771656/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=183796 memory=141768 CPUtime=1.48 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 33851 0 0 0 143 5 0 0 20 0 1 0 189260846 188207104 35442 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 45949 35442 405 379 0 45483 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 193728 KiB
Current children cumulated memory: 144528 KiB

[startup+3.10564 s]
/proc/loadavg: 4.10 4.09 4.05 5/259 1000066
/proc/meminfo: memFree=118301108/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=255052 memory=200028 CPUtime=3.09 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 47876 0 0 0 301 8 0 0 20 0 1 0 189260846 261173248 50007 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 63800 50007 405 379 0 63334 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 264984 KiB
Current children cumulated memory: 202788 KiB

[startup+6.30024 s]
/proc/loadavg: 4.09 4.08 4.05 5/262 1000122
/proc/meminfo: memFree=125947524/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=448548 memory=387052 CPUtime=6.27 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 92331 0 0 0 611 16 0 0 20 0 1 0 189260846 459313152 96763 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 112137 96763 421 379 0 111671 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 458480 KiB
Current children cumulated memory: 389812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.10 4.05 5/262 1000122
/proc/meminfo: memFree=123702792/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=986092 memory=925496 CPUtime=12.65 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 214990 0 0 0 1229 36 0 0 20 0 1 0 189260846 1009758208 231374 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 246523 231374 421 379 0 246057 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 996024 KiB
Current children cumulated memory: 928256 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.09 4.05 5/262 1000125
/proc/meminfo: memFree=122051056/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=1026836 memory=965224 CPUtime=25.42 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 218474 0 0 0 2505 37 0 0 20 0 1 0 189260846 1051480064 241306 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 256709 241306 421 379 0 256243 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1036768 KiB
Current children cumulated memory: 967984 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.10 4.05 5/262 1000128
/proc/meminfo: memFree=117440128/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=1103848 memory=1052920 CPUtime=50.97 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 224980 0 0 0 5056 41 0 0 20 0 1 0 189260846 1130340352 263230 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 275962 263230 421 379 0 275496 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1113780 KiB
Current children cumulated memory: 1055680 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.13 4.07 5/262 1000138
/proc/meminfo: memFree=114855444/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=1186784 memory=1154932 CPUtime=102.04 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 242458 0 0 0 10159 45 0 0 20 0 1 0 189260846 1215266816 288733 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 296696 288733 421 379 0 296230 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1196716 KiB
Current children cumulated memory: 1157692 KiB

[startup+162.3 s]
/proc/loadavg: 4.31 4.18 4.09 5/262 1000148
/proc/meminfo: memFree=114334008/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=1355088 memory=1339076 CPUtime=161.89 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 258053 0 0 0 16136 53 0 0 20 0 1 0 189260846 1387610112 334769 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 338772 334769 421 379 0 338306 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 1365020 KiB
Current children cumulated memory: 1341836 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.16 4.09 5/262 1000158
/proc/meminfo: memFree=113441156/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=1464636 memory=1433208 CPUtime=221.71 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 274730 0 0 0 22114 57 0 0 20 0 1 0 189260846 1499787264 358302 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 366159 358302 421 379 0 365693 0
Current children cumulated CPU time: 221.71 s

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

/proc/999966/statm: 1957181 1878027 421 379 0 1956715 0
Current children cumulated CPU time: 3034.67 s
Current children cumulated vsize: 7838656 KiB
Current children cumulated memory: 7514868 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 1001633
/proc/meminfo: memFree=89173436/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=7870040 memory=7573796 CPUtime=3094.53 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 978091 0 0 0 309143 310 0 0 20 0 1 0 189260846 8058920960 1893449 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 1967510 1893449 421 379 0 1967044 0
Current children cumulated CPU time: 3094.53 s
Current children cumulated vsize: 7879972 KiB
Current children cumulated memory: 7576556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 1001813
/proc/meminfo: memFree=88934080/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=7912808 memory=7638124 CPUtime=3154.39 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 992070 0 0 0 315126 313 0 0 20 0 1 0 189260846 8102715392 1909531 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 1978202 1909531 421 379 0 1977736 0
Current children cumulated CPU time: 3154.39 s
Current children cumulated vsize: 7922740 KiB
Current children cumulated memory: 7640884 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 1001823
/proc/meminfo: memFree=88687736/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=7950572 memory=7700624 CPUtime=3214.25 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1004852 0 0 0 321109 316 0 0 20 0 1 0 189260846 8141385728 1925156 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 1987643 1925156 421 379 0 1987177 0
Current children cumulated CPU time: 3214.25 s
Current children cumulated vsize: 7960504 KiB
Current children cumulated memory: 7703384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 1001892
/proc/meminfo: memFree=88354424/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8008396 memory=7787040 CPUtime=3274.11 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1022623 0 0 0 327089 322 0 0 20 0 1 0 189260846 8200597504 1946760 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2002099 1946760 421 379 0 2001633 0
Current children cumulated CPU time: 3274.11 s
Current children cumulated vsize: 8018328 KiB
Current children cumulated memory: 7789800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 1001903
/proc/meminfo: memFree=88040196/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8066220 memory=7873596 CPUtime=3333.97 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1040525 0 0 0 333070 327 0 0 20 0 1 0 189260846 8259809280 1968399 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2016555 1968399 421 379 0 2016089 0
Current children cumulated CPU time: 3333.97 s
Current children cumulated vsize: 8076152 KiB
Current children cumulated memory: 7876356 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.13 4.10 5/263 1001913
/proc/meminfo: memFree=87746160/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8118096 memory=7951992 CPUtime=3393.83 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1056814 0 0 0 339051 332 0 0 20 0 1 0 189260846 8312930304 1987998 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2029524 1987998 421 379 0 2029058 0
Current children cumulated CPU time: 3393.83 s
Current children cumulated vsize: 8128028 KiB
Current children cumulated memory: 7954752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.16 4.11 5/261 1001924
/proc/meminfo: memFree=87436368/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8175124 memory=8035552 CPUtime=3453.7 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1074516 0 0 0 345032 338 0 0 20 0 1 0 189260846 8371326976 2008888 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2043781 2008888 421 379 0 2043315 0
Current children cumulated CPU time: 3453.7 s
Current children cumulated vsize: 8185056 KiB
Current children cumulated memory: 8038312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.11 5/261 1001935
/proc/meminfo: memFree=87159484/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8228996 memory=8116180 CPUtime=3513.55 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1091921 0 0 0 351013 342 0 0 20 0 1 0 189260846 8426491904 2029045 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2057249 2029045 421 379 0 2056783 0
Current children cumulated CPU time: 3513.55 s
Current children cumulated vsize: 8238928 KiB
Current children cumulated memory: 8118940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/259 1001945
/proc/meminfo: memFree=86856036/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8285100 memory=8201068 CPUtime=3573.41 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1109464 0 0 0 356994 347 0 0 20 0 1 0 189260846 8483942400 2050267 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2071275 2050267 421 379 0 2070809 0
Current children cumulated CPU time: 3573.41 s
Current children cumulated vsize: 8295032 KiB
Current children cumulated memory: 8203828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.08 4.13 4.10 5/259 1001951
/proc/meminfo: memFree=86754836/131524600 swapFree=131070704/131071996
[pid=999961] ppid=999958 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/999961/stat : 999961 (naps-1.02b5.sh) S 999958 999961 997996 0 -1 4194304 224 245 0 0 0 0 0 0 20 0 1 0 189260846 10170368 690 134679101440 94740780195840 94740781275160 140736189804640 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94740783373616 94740783420804 94740798955520 140736189809631 140736189809758 140736189809758 140736189816774 0
/proc/999961/statm: 2483 690 611 264 0 134 0
[pid=999966] ppid=999961 vsize=8311896 memory=8238060 CPUtime=3600.05 cores=4,6
/proc/999966/stat : 999966 (naps-1.02b5) R 999961 999961 997996 0 -1 4194304 1117939 0 0 0 359656 349 0 0 20 0 1 0 189260846 8511381504 2059515 134679101440 4194304 5746509 140733513574208 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13619200 140733513577454 140733513577568 140733513577568 140733513584585 0
/proc/999966/statm: 2077974 2059515 421 379 0 2077508 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 8321828 KiB
Current children cumulated memory: 8240820 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002168 s, system=0.000645 s

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

# cumulated CPU time of all completed processes:  user=3596.57 s, system=3.57265 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

Child status: 0

Real time (s): 3609.08
CPU time (s): 3600.15
CPU user time (s): 3596.57
CPU system time (s): 3.57265
CPU usage (%): 99.7525
Max. virtual memory (cumulated for all children) (KiB): 8321828
Max. memory (cumulated for all children) (KiB): 8240820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.57
system time used= 3.57265
maximum resident set size= 8238060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1118408
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= 850
involuntary context switches= 3546


# summary of solver processes directly reported to runsolver:
#   pid: 999961,999966
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.57
#   total CPU system time (s): 3.57265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29519 second user time and 16.7682 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 08:36:11
IDJOB=4449201
IDBENCH=160487
IDSOLVER=3065
FILE ID=nodeC023/4449201-1721370959
RUNJOBID= nodeC023-1721367361-998007
SLURM_JOB_ID= 7542809
Free space on /tmp= 889964 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm50p-dec.opb.negationfix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449201-1721370959/watcher-4449201-1721370959 -o /tmp/evaluation-result-4449201-1721370959/solver-4449201-1721370959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998007 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4449201-1721370959.opb

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

MD5SUM BENCH= 5a83101891c756e818f261b20124136b
RANDOM SEED=1984124821

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101102092 kB
MemAvailable:   103288984 kB
Buffers:          545940 kB
Cached:          2469372 kB
SwapCached:           80 kB
Active:          1223800 kB
Inactive:       28578988 kB
Active(anon):       1636 kB
Inactive(anon): 26823372 kB
Active(file):    1222164 kB
Inactive(file):  1755616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             20348 kB
Writeback:             0 kB
AnonPages:      26787392 kB
Mapped:           111284 kB
Shmem:             37536 kB
KReclaimable:      97872 kB
Slab:             191428 kB
SReclaimable:      97872 kB
SUnreclaim:        93556 kB
KernelStack:        4172 kB
PageTables:        61684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27610276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13684736 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889736 MiB
End job on nodeC023 at 2024-07-19 09:36:21