Trace number 4459434

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03UNSAT 815.871 818.259

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-neos-859770.opb
MD5SUM4a685e943d6a7da38bd3737149184f18
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.77196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
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-4459434-1721903518.opb
16.95/17.04	c single stage optimization mode
815.30/817.75	s UNSATISFIABLE
815.30/817.75	c _____________________________________________________________________________
815.30/817.75	c std/band forms        : 528,0
815.30/817.75	c 2cl/3cl ITE-codings   : 0,0
815.30/817.75	c BDD/srt/adr Max costs : 0,71088,0
815.30/817.75	c BDDraw/bin/mul/srt/adr: 0,0,0,528,0
815.30/817.75	c BDD nodes             : 0
815.30/817.75	c Es1/CC detections     : 0,0
815.30/817.75	c CC sort               : 528
815.30/817.75	c SAT/UNSAT calls       : 0,1
815.30/817.75	c regenrated variables  : 0
815.30/817.75	c eliminated fixed lits : 0
815.30/817.75	c goal lit flips        : 0
815.30/817.75	c goal stages           : 1
815.30/817.75	c goal shrink           : 0
815.30/817.75	c goal coeff separations: 0
815.30/817.75	c restarts              : 533
815.30/817.75	c conflicts             : 43071          (53 /sec)
815.30/817.75	c decisions             : 133104         (164 /sec)
815.30/817.75	c propagations          : 2750956496     (3389542 /sec)
815.30/817.75	c inspects              : 0              (0 /sec)
815.30/817.75	c CPU time (solving tm) : 811.6 s        (795.9 s, SAT 0 s, UNSAT 795.9 s)
815.30/817.75	c Time for Opt-base     : 0.1469 s
815.30/817.75	c Steps for Opt-base    : 0
815.30/817.75	c Time for BDD coding   : 0 s
815.30/817.75	c Time for srt coding   : 6.858 s
815.30/817.75	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=229266, runsolver pid=229263

[startup+0.100099 s]*
/proc/loadavg: 3.92 4.11 4.15 5/249 229271
/proc/meminfo: memFree=124731864/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=6124 memory=4792 CPUtime=0.1 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 687 0 0 0 10 0 0 0 20 0 1 0 26341528 6270976 1198 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1531 1198 580 659 0 735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 16056 KiB
Current children cumulated memory: 7488 KiB

[startup+0.213428 s]*
/proc/loadavg: 3.92 4.11 4.15 6/249 229271
/proc/meminfo: memFree=124711904/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=6256 memory=4792 CPUtime=0.21 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 717 0 0 0 21 0 0 0 20 0 1 0 26341528 6406144 1198 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1564 1198 580 659 0 768 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 16188 KiB
Current children cumulated memory: 7488 KiB

[startup+0.314572 s]*
/proc/loadavg: 3.92 4.11 4.15 6/249 229271
/proc/meminfo: memFree=124709000/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=6256 memory=4792 CPUtime=0.31 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 738 0 0 0 31 0 0 0 20 0 1 0 26341528 6406144 1198 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1564 1198 580 659 0 768 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 16188 KiB
Current children cumulated memory: 7488 KiB

[startup+0.700448 s]
/proc/loadavg: 3.92 4.11 4.15 5/249 229271
/proc/meminfo: memFree=124675988/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=6628 memory=5308 CPUtime=0.68 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 828 0 0 0 68 0 0 0 20 0 1 0 26341528 6787072 1327 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1657 1327 580 659 0 861 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 16560 KiB
Current children cumulated memory: 8004 KiB

[startup+1.50035 s]
/proc/loadavg: 3.92 4.11 4.15 5/249 229271
/proc/meminfo: memFree=124557688/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=23300 memory=20580 CPUtime=1.47 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 4640 0 0 0 146 1 0 0 20 0 1 0 26341528 23859200 5145 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 5825 5145 580 659 0 5029 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 33232 KiB
Current children cumulated memory: 23276 KiB

[startup+3.11301 s]
/proc/loadavg: 3.84 4.09 4.15 4/241 229302
/proc/meminfo: memFree=124182844/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=174656 memory=162752 CPUtime=3.08 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 36504 0 0 0 299 9 0 0 20 0 1 0 26341528 178847744 40688 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 43664 40688 596 659 0 42868 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 184588 KiB
Current children cumulated memory: 165448 KiB

[startup+6.30039 s]
/proc/loadavg: 3.84 4.09 4.15 4/241 229302
/proc/meminfo: memFree=123525300/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=671360 memory=648904 CPUtime=6.27 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 96981 0 0 0 601 26 0 0 20 0 1 0 26341528 687472640 162226 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 167840 162226 596 659 0 167044 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 681292 KiB
Current children cumulated memory: 651600 KiB

[startup+12.7004 s]
/proc/loadavg: 3.77 4.07 4.14 4/241 229304
/proc/meminfo: memFree=122485732/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=2353624 memory=2216800 CPUtime=12.65 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 197747 0 0 0 1194 71 0 0 20 0 1 0 26341528 2410110976 554200 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 588406 554200 596 659 0 587610 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2363556 KiB
Current children cumulated memory: 2219496 KiB

[startup+25.5004 s]
/proc/loadavg: 3.60 4.02 4.12 4/241 229305
/proc/meminfo: memFree=120153508/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=4125944 memory=3981436 CPUtime=25.42 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 380038 0 0 0 2412 130 0 0 20 0 1 0 26341528 4224966656 995359 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1031486 995359 644 659 0 1030690 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4135876 KiB
Current children cumulated memory: 3984132 KiB

[startup+51.113 s]
/proc/loadavg: 3.47 3.95 4.09 4/241 229310
/proc/meminfo: memFree=117470720/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=4111420 memory=3954804 CPUtime=50.97 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 383042 0 0 0 4964 133 0 0 20 0 1 0 26341528 4210094080 988701 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1027855 988701 644 659 0 1027059 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 4121352 KiB
Current children cumulated memory: 3957500 KiB

[startup+102.3 s]
/proc/loadavg: 3.27 3.82 4.04 4/240 229319
/proc/meminfo: memFree=115754776/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=4514716 memory=4358052 CPUtime=102.02 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 391130 0 0 0 10020 182 0 0 20 0 1 0 26341528 4623069184 1089513 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1128679 1089513 644 659 0 1127883 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 4524648 KiB
Current children cumulated memory: 4360748 KiB

[startup+162.3 s]
/proc/loadavg: 3.15 3.68 3.98 4/240 229329
/proc/meminfo: memFree=116090232/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=5474916 memory=5227264 CPUtime=161.88 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 413711 0 0 0 15913 275 0 0 20 0 1 0 26341528 5606313984 1306816 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 1368729 1306816 660 659 0 1367933 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 5484848 KiB
Current children cumulated memory: 5229960 KiB

[startup+222.3 s]
/proc/loadavg: 2.73 3.48 3.89 3/230 229371
/proc/meminfo: memFree=121127956/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3632448 memory=3421380 CPUtime=221.7 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 426902 0 0 0 21847 323 0 0 20 0 1 0 26341528 3719626752 855345 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 908112 855345 660 659 0 907316 0
Current children cumulated CPU time: 221.7 s

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

/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 440105 0 0 0 57701 361 0 0 20 0 1 0 26341528 3523616768 811454 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 860258 811454 660 659 0 859462 0
Current children cumulated CPU time: 580.62 s
Current children cumulated vsize: 3450964 KiB
Current children cumulated memory: 3248512 KiB

[startup+642.3 s]
/proc/loadavg: 2.05 2.43 3.22 3/232 229448
/proc/meminfo: memFree=121275420/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3441032 memory=3245816 CPUtime=640.43 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 442488 0 0 0 63677 366 0 0 20 0 1 0 26341528 3523616768 811454 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 860258 811454 660 659 0 859462 0
Current children cumulated CPU time: 640.43 s
Current children cumulated vsize: 3450964 KiB
Current children cumulated memory: 3248512 KiB

[startup+702.3 s]
/proc/loadavg: 2.12 2.38 3.15 3/232 229460
/proc/meminfo: memFree=121143248/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3566336 memory=3371120 CPUtime=700.26 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 444024 0 0 0 69656 370 0 0 20 0 1 0 26341528 3651928064 842780 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 891584 842780 660 659 0 890788 0
Current children cumulated CPU time: 700.26 s
Current children cumulated vsize: 3576268 KiB
Current children cumulated memory: 3373816 KiB

[startup+762.3 s]
/proc/loadavg: 2.09 2.32 3.08 3/232 229470
/proc/meminfo: memFree=121380916/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=760.07 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 446674 0 0 0 75632 375 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 760.07 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+818.259 s]
# the end of solver process 229266 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=812.065 s, system=3.80645 s

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

[startup+768 s]*
/proc/loadavg: 2.08 2.31 3.07 3/232 229471
/proc/meminfo: memFree=121380916/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=765.76 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 446684 0 0 0 76201 375 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 765.76 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+793.6 s]
/proc/loadavg: 2.11 2.30 3.05 3/232 229475
/proc/meminfo: memFree=121376752/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=791.27 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447144 0 0 0 78752 375 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 791.27 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+806.4 s]
/proc/loadavg: 2.10 2.29 3.04 3/230 229477
/proc/meminfo: memFree=121367636/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=804.04 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447334 0 0 0 80028 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 804.04 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+812.8 s]
/proc/loadavg: 2.09 2.29 3.03 3/230 229478
/proc/meminfo: memFree=121367636/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=810.41 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447456 0 0 0 80665 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 810.41 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+816 s]*
/proc/loadavg: 2.08 2.28 3.02 3/230 229478
/proc/meminfo: memFree=121367608/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=813.62 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447467 0 0 0 80986 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 813.62 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+817.6 s]
/proc/loadavg: 2.08 2.28 3.02 3/230 229478
/proc/meminfo: memFree=121367608/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=815.2 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447569 0 0 0 81144 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 815.2 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+818 s]*
/proc/loadavg: 2.07 2.28 3.02 3/230 229480
/proc/meminfo: memFree=121367600/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=815.61 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447666 0 0 0 81185 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 815.61 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

[startup+818.2 s]
/proc/loadavg: 2.07 2.28 3.02 3/230 229480
/proc/meminfo: memFree=121367600/131655788 swapFree=131057052/131071996
[pid=229266] ppid=229263 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/229266/stat : 229266 (naps-1.03.sh) S 229263 229266 227113 0 -1 4194304 222 245 0 0 0 0 0 0 20 0 1 0 26341528 10170368 674 134679101440 94698911330304 94698912409624 140723754504688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94698914508080 94698914555268 94698919718912 140723754509284 140723754509409 140723754509409 140723754516424 0
/proc/229266/statm: 2483 674 596 264 0 134 0
[pid=229271] ppid=229266 vsize=3312300 memory=3127452 CPUtime=815.8 cores=5,7
/proc/229271/stat : 229271 (naps-1.03) R 229266 229266 227113 0 -1 4194304 447736 0 0 0 81204 376 0 0 20 0 1 0 26341528 3391795200 781863 134679101440 4194304 6891213 140724198471792 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 35999744 140724198478837 140724198478949 140724198478949 140724198485963 0
/proc/229271/statm: 828075 781863 660 659 0 827279 0
Current children cumulated CPU time: 815.8 s
Current children cumulated vsize: 3322232 KiB
Current children cumulated memory: 3130148 KiB

Child status: 30

Real time (s): 818.259
CPU time (s): 815.871
CPU user time (s): 812.065
CPU system time (s): 3.80645
CPU usage (%): 99.7082
Max. virtual memory (cumulated for all children) (KiB): 5484848
Max. memory (cumulated for all children) (KiB): 5229960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 812.065
system time used= 3.80645
maximum resident set size= 5227264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 448220
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= 146
involuntary context switches= 424


# summary of solver processes directly reported to runsolver:
#   pid: 229266
#   total CPU time (s): 815.871
#   total CPU user time (s): 812.065
#   total CPU system time (s): 3.80645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20378 second user time and 8.05353 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-25 12:31:58
IDJOB=4459434
IDBENCH=178796
IDSOLVER=3063
FILE ID=nodeC012/4459434-1721903518
RUNJOBID= nodeC012-1721903518-229195
SLURM_JOB_ID= 8089380
Free space on /tmp= 723752 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-neos-859770.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459434-1721903518/watcher-4459434-1721903518 -o /tmp/evaluation-result-4459434-1721903518/solver-4459434-1721903518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721903518-229195 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4459434-1721903518.opb

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

MD5SUM BENCH= 4a685e943d6a7da38bd3737149184f18
RANDOM SEED=210556683

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124785160 kB
MemAvailable:   129896028 kB
Buffers:          326972 kB
Cached:          5569916 kB
SwapCached:          188 kB
Active:          2633596 kB
Inactive:        3594076 kB
Active(anon):       3948 kB
Inactive(anon):   379912 kB
Active(file):    2629648 kB
Inactive(file):  3214164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057052 kB
Dirty:             29716 kB
Writeback:             4 kB
AnonPages:        328076 kB
Mapped:           122924 kB
Shmem:             53076 kB
KReclaimable:     214844 kB
Slab:             326504 kB
SReclaimable:     214844 kB
SUnreclaim:       111660 kB
KernelStack:        3900 kB
PageTables:        10336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     835864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC012 at 2024-07-25 12:45:36