Trace number 4449169

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 1.03? 903.082 905.93

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
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 benchmark1.80037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
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 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
Number of bits of the biggest sum of numbers22
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 Input file name: HOME/instance-4449169-1721354915.opb
902.64/905.59	c malloc failed in xmalloc
902.64/905.59	c 
902.64/905.59	c *** TERMINATED *** by signal 15
902.64/905.59	s UNKNOWN
902.64/905.59	c _____________________________________________________________________________
902.64/905.59	c std/band forms        : 346,0
902.64/905.59	c 2cl/3cl ITE-codings   : 0,0
902.64/905.59	c BDD/srt/adr Max costs : 2377100,1408954,0
902.64/905.59	c BDDraw/bin/mul/srt/adr: 24,0,0,322,0
902.64/905.59	c BDD nodes             : 49200903
902.64/905.59	c Es1/CC detections     : 0,0
902.64/905.59	c CC sort               : 0
902.64/905.59	c SAT/UNSAT calls       : 0,0
902.64/905.59	c regenrated variables  : 0
902.64/905.59	c eliminated fixed lits : 3226
902.64/905.59	c goal lit flips        : 0
902.64/905.59	c goal stages           : 0
902.64/905.59	c goal shrink           : 0
902.64/905.59	c goal coeff separations: 0
902.64/905.59	c restarts              : 0
902.64/905.59	c conflicts             : 0              (0 /sec)
902.64/905.59	c decisions             : 0              (0 /sec)
902.64/905.59	c propagations          : 0              (0 /sec)
902.64/905.59	c inspects              : 0              (0 /sec)
902.64/905.59	c CPU time (solving tm) : 895.4 s        (0 s, SAT 0 s, UNSAT 0 s)
902.64/905.59	c Time for Opt-base     : 111.1 s
902.64/905.59	c Steps for Opt-base    : 620122796
902.64/905.59	c Time for BDD coding   : 314.3 s
902.64/905.59	c Time for srt coding   : 427.1 s
902.64/905.59	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (57875 MiB free)
  memory of node 1: 64510 MiB (27328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449169-1721354915/watcher-4449169-1721354915 -o /tmp/evaluation-result-4449169-1721354915/solver-4449169-1721354915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721353399-1006331 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4449169-1721354915.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.101058 s]*
/proc/loadavg: 4.19 4.13 3.95 5/263 1009380
/proc/meminfo: memFree=87236768/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=13872 memory=12032 CPUtime=0.09 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2646 0 0 0 9 0 0 0 20 0 1 0 187659780 14204928 3008 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 3501 3008 468 659 0 2705 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23804 KiB
Current children cumulated memory: 14880 KiB

[startup+0.205939 s]*
/proc/loadavg: 4.19 4.13 3.95 5/263 1009380
/proc/meminfo: memFree=87215972/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=23672 memory=21492 CPUtime=0.19 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 5165 0 0 0 19 0 0 0 20 0 1 0 187659780 24240128 5373 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5918 5373 468 659 0 5122 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 33604 KiB
Current children cumulated memory: 24340 KiB

[startup+0.305913 s]*
/proc/loadavg: 4.19 4.13 3.95 5/263 1009380
/proc/meminfo: memFree=87193072/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=33864 memory=31540 CPUtime=0.3 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 8018 0 0 0 29 1 0 0 20 0 1 0 187659780 34676736 7885 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 8466 7885 468 659 0 7670 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43796 KiB
Current children cumulated memory: 34388 KiB

[startup+0.700174 s]
/proc/loadavg: 4.19 4.13 3.95 5/263 1009380
/proc/meminfo: memFree=87170832/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=69732 memory=66816 CPUtime=0.68 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 16946 0 0 0 66 2 0 0 20 0 1 0 187659780 71405568 16704 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 17433 16704 468 659 0 16637 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 79664 KiB
Current children cumulated memory: 69664 KiB

[startup+1.50025 s]
/proc/loadavg: 4.19 4.13 3.95 5/263 1009380
/proc/meminfo: memFree=87094044/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=147676 memory=142904 CPUtime=1.48 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 34730 0 0 0 143 5 0 0 20 0 1 0 187659780 151220224 35726 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 36919 35726 484 659 0 36123 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 157608 KiB
Current children cumulated memory: 145752 KiB

[startup+3.10574 s]
/proc/loadavg: 4.17 4.13 3.95 5/263 1009382
/proc/meminfo: memFree=86849600/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=251132 memory=242548 CPUtime=3.08 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 58654 0 0 0 299 9 0 0 20 0 1 0 187659780 257159168 60637 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 62783 60637 484 659 0 61987 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 261064 KiB
Current children cumulated memory: 245396 KiB

[startup+6.30021 s]
/proc/loadavg: 4.17 4.13 3.95 5/263 1009382
/proc/meminfo: memFree=86499524/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=464492 memory=393068 CPUtime=6.26 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 88226 0 0 0 609 17 0 0 20 0 1 0 187659780 475639808 98267 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 116123 98267 500 659 0 115327 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 474424 KiB
Current children cumulated memory: 395916 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.12 3.95 5/263 1009383
/proc/meminfo: memFree=85610644/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=923996 memory=845036 CPUtime=12.65 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 134579 0 0 0 1231 34 0 0 20 0 1 0 187659780 946171904 211259 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 230999 211259 532 659 0 230203 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 933928 KiB
Current children cumulated memory: 847884 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.12 3.95 5/263 1009385
/proc/meminfo: memFree=83911052/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=2031656 memory=1914968 CPUtime=25.41 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 232963 0 0 0 2469 72 0 0 20 0 1 0 187659780 2080415744 478742 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 507914 478742 532 659 0 507118 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2041588 KiB
Current children cumulated memory: 1917816 KiB

[startup+51.1059 s]
/proc/loadavg: 4.22 4.14 3.96 5/263 1009389
/proc/meminfo: memFree=80077640/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=3785016 memory=3609676 CPUtime=50.94 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 406908 0 0 0 4961 133 0 0 20 0 1 0 187659780 3875856384 902419 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 946254 902419 532 659 0 945458 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 3794948 KiB
Current children cumulated memory: 3612524 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.13 3.97 5/263 1009401
/proc/meminfo: memFree=74804524/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=7043284 memory=6480668 CPUtime=101.99 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 666670 0 0 0 9962 237 0 0 20 0 1 0 187659780 7212322816 1620167 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 1760821 1620167 532 659 0 1760025 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 7053216 KiB
Current children cumulated memory: 6483516 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 3.99 5/263 1009412
/proc/meminfo: memFree=70597152/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=9106916 memory=8367820 CPUtime=161.81 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 985476 0 0 0 15877 304 0 0 20 0 1 0 187659780 9325481984 2091955 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 2276729 2091955 532 659 0 2275933 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 9116848 KiB
Current children cumulated memory: 8370668 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.14 4.00 5/263 1009422
/proc/meminfo: memFree=60321664/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=15111716 memory=14667480 CPUtime=221.63 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 1143218 0 0 0 21716 447 0 0 20 0 1 0 187659780 15474397184 3666870 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 3777929 3666870 532 659 0 3777133 0
Current children cumulated CPU time: 221.63 s

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

Current children cumulated memory: 17288488 KiB

[startup+702.3 s]
/proc/loadavg: 4.12 4.13 4.03 5/262 1009616
/proc/meminfo: memFree=61412616/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=19376892 memory=17522716 CPUtime=700.1 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2184737 0 0 0 69327 683 0 0 20 0 1 0 187659780 19841937408 4380679 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 4844223 4380679 532 659 0 4843427 0
Current children cumulated CPU time: 700.1 s
Current children cumulated vsize: 19386824 KiB
Current children cumulated memory: 17525564 KiB

[startup+762.3 s]
/proc/loadavg: 4.09 4.12 4.03 5/262 1009627
/proc/meminfo: memFree=58854936/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=19710588 memory=18012052 CPUtime=759.9 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2275441 0 0 0 75288 702 0 0 20 0 1 0 187659780 20183642112 4503013 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 4927647 4503013 532 659 0 4926851 0
Current children cumulated CPU time: 759.9 s
Current children cumulated vsize: 19720520 KiB
Current children cumulated memory: 18014900 KiB

[startup+822.3 s]
/proc/loadavg: 4.15 4.12 4.04 5/262 1009637
/proc/meminfo: memFree=56875024/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=19844172 memory=18215288 CPUtime=819.71 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2315386 0 0 0 81256 715 0 0 20 0 1 0 187659780 20320432128 4553822 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 4961043 4553822 532 659 0 4960247 0
Current children cumulated CPU time: 819.71 s
Current children cumulated vsize: 19854104 KiB
Current children cumulated memory: 18218136 KiB

[startup+882.3 s]
/proc/loadavg: 4.11 4.11 4.04 5/262 1009698
/proc/meminfo: memFree=74447944/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18528120 CPUtime=879.52 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2372065 0 0 0 87217 735 0 0 20 0 1 0 187659780 20525346816 4632030 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4632030 532 659 0 5010275 0
Current children cumulated CPU time: 879.52 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18530968 KiB

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

# cumulated CPU time of all completed processes:  user=895.352 s, system=7.73024 s

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

[startup+883.2 s]
/proc/loadavg: 4.10 4.11 4.04 5/262 1009698
/proc/meminfo: memFree=74354724/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18532216 CPUtime=880.41 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2372083 0 0 0 87306 735 0 0 20 0 1 0 187659780 20525346816 4633054 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4633054 532 659 0 5010275 0
Current children cumulated CPU time: 880.41 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18535064 KiB

[startup+896 s]*
/proc/loadavg: 4.08 4.11 4.04 5/262 1009700
/proc/meminfo: memFree=73265424/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18591608 CPUtime=893.18 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2374077 0 0 0 88581 737 0 0 20 0 1 0 187659780 20525346816 4647902 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4647902 532 659 0 5010275 0
Current children cumulated CPU time: 893.18 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18594456 KiB

[startup+902.4 s]
/proc/loadavg: 4.16 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72947812/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18624376 CPUtime=899.55 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2374819 0 0 0 89217 738 0 0 20 0 1 0 187659780 20525346816 4656094 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4656094 532 659 0 5010275 0
Current children cumulated CPU time: 899.55 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18627224 KiB

[startup+904 s]*
/proc/loadavg: 4.14 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72880252/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18626424 CPUtime=901.15 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2374822 0 0 0 89377 738 0 0 20 0 1 0 187659780 20525346816 4656606 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4656606 532 659 0 5010275 0
Current children cumulated CPU time: 901.15 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18629272 KiB

[startup+904.8 s]
/proc/loadavg: 4.14 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72880252/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
[pid=1009380] ppid=1009375 vsize=20044284 memory=18628472 CPUtime=901.94 cores=0,2
/proc/1009380/stat : 1009380 (naps-1.03) R 1009375 1009375 1006321 0 -1 4194304 2374835 0 0 0 89456 738 0 0 20 0 1 0 187659780 20525346816 4657118 134679101440 4194304 6891213 140721816858960 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 16498688 140721816867827 140721816867939 140721816867939 140721816874955 0
/proc/1009380/statm: 5011071 4657118 532 659 0 5010275 0
Current children cumulated CPU time: 901.94 s
Current children cumulated vsize: 20054216 KiB
Current children cumulated memory: 18631320 KiB

[startup+905.6 s]
/proc/loadavg: 4.14 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72848664/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2848 KiB

[startup+905.8 s]
/proc/loadavg: 4.14 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72848664/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2848 KiB

[startup+905.9 s]
/proc/loadavg: 4.14 4.12 4.04 5/262 1009701
/proc/meminfo: memFree=72848664/131524600 swapFree=131071996/131071996
[pid=1009375] ppid=1009372 vsize=9932 memory=2848 CPUtime=0 cores=0,2
/proc/1009375/stat : 1009375 (naps-1.03.sh) S 1009372 1009375 1006321 0 -1 4194304 223 247 0 0 0 0 0 0 20 0 1 0 187659780 10170368 712 134679101440 94677276508160 94677277587480 140721078514896 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94677279685936 94677279733124 94677285314560 140721078522850 140721078522975 140721078522975 140721078529992 0
/proc/1009375/statm: 2483 712 637 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2848 KiB

Child status: 10

Real time (s): 905.93
CPU time (s): 903.082
CPU user time (s): 895.352
CPU system time (s): 7.73024
CPU usage (%): 99.6857
Max. virtual memory (cumulated for all children) (KiB): 20054216
Max. memory (cumulated for all children) (KiB): 18635416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 895.352
system time used= 7.73024
maximum resident set size= 18632568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2375321
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= 12
involuntary context switches= 6338


# summary of solver processes directly reported to runsolver:
#   pid: 1009375
#   total CPU time (s): 903.082
#   total CPU user time (s): 895.352
#   total CPU system time (s): 7.73024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9145 second user time and 4.44201 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 04:08:48
IDJOB=4449169
IDBENCH=160484
IDSOLVER=3063
FILE ID=nodeC031/4449169-1721354915
RUNJOBID= nodeC031-1721353399-1006331
SLURM_JOB_ID= 7542768
Free space on /tmp= 889952 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449169-1721354915/watcher-4449169-1721354915 -o /tmp/evaluation-result-4449169-1721354915/solver-4449169-1721354915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721353399-1006331 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4449169-1721354915.opb

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=661558499

nodeC031.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		: 3647.587
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.55
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		: 3689.042
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.776
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.55
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.023
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.373
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.55
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		: 3689.053
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.724
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.55
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		: 3599.850
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        87249164 kB
MemAvailable:   92384440 kB
Buffers:          494352 kB
Cached:          5418636 kB
SwapCached:            0 kB
Active:          1057068 kB
Inactive:       42403624 kB
Active(anon):       1560 kB
Inactive(anon): 37583860 kB
Active(file):    1055508 kB
Inactive(file):  4819764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36016 kB
Writeback:             0 kB
AnonPages:      37545984 kB
Mapped:           112780 kB
Shmem:             37720 kB
KReclaimable:     199300 kB
Slab:             323732 kB
SReclaimable:     199300 kB
SUnreclaim:       124432 kB
KernelStack:        4224 kB
PageTables:        83072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   38501040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70464 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16390144 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:      234196 kB
DirectMap2M:    30996480 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 889876 MiB
End job on nodeC031 at 2024-07-19 04:23:54