Trace number 4433891

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS-GM 1.03SAT (TO)29 3600.08 3611.9

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4433891-1721096846.opb
0.30/0.39	c single stage optimization mode
0.40/0.50	o 1944
0.50/0.54	o 1294
0.50/0.58	o 859
0.59/0.66	o 568
0.68/0.74	o 373
1.28/1.39	o 238
1.78/1.80	o 158
1.78/1.83	o 104
9.96/10.09	o 69
158.07/158.63	o 44
754.69/757.27	o 29
3600.07/3611.90	c 
3600.07/3611.90	c *** TERMINATED *** by signal 15
3600.07/3611.90	s SATISFIABLE
3600.07/3611.90	c _____________________________________________________________________________
3600.07/3611.90	c std/band forms        : 11,7
3600.07/3611.90	c 2cl/3cl ITE-codings   : 6397,56317
3600.07/3611.90	c BDD/srt/adr Max costs : 66414,0,0
3600.07/3611.90	c BDDraw/bin/mul/srt/adr: 11,0,7,0,0
3600.07/3611.90	c BDD nodes             : 67679
3600.07/3611.90	c Es1/CC detections     : 0,0
3600.07/3611.90	c CC sort               : 0
3600.07/3611.90	c SAT/UNSAT calls       : 11,0
3600.07/3611.90	c regenrated variables  : 338
3600.07/3611.90	c eliminated fixed lits : 98
3600.07/3611.90	c goal lit flips        : 0
3600.07/3611.90	c goal stages           : 1
3600.07/3611.90	c goal shrink           : 0
3600.07/3611.90	c goal coeff separations: 0
3600.07/3611.90	c restarts              : 10638
3600.07/3611.90	c conflicts             : 2401926        (667 /sec)
3600.07/3611.90	c decisions             : 3066529        (852 /sec)
3600.07/3611.90	c propagations          : 8658713673     (2405797 /sec)
3600.07/3611.90	c inspects              : 0              (0 /sec)
3600.07/3611.90	c CPU time (solving tm) : 3599 s        (3599 s, SAT 754.1 s, UNSAT 0 s)
3600.07/3611.90	c Time for Opt-base     : 0.02673 s
3600.07/3611.90	c Steps for Opt-base    : 42830
3600.07/3611.90	c Time for BDD coding   : 0.3595 s
3600.07/3611.90	c Time for srt coding   : 0 s
3600.07/3611.90	c _____________________________________________________________________________
3600.07/3611.90	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 x117 -x118 -x119 -x120 x121 -x122 -x123 x124 x125 -x126 x127 x128 x129 -x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 -x140 -x141 -x142 -x143 x144 -x145 x146 x147 x148 -x149 x150 x151 -x152 -x153 -x154 x155 x156 -x157 -x158 -x159 x160 x161 x162 x163 -x164 -x165 x166 -x167 x168 -x169 -x170 x171 -x172

Verifier Data

OK	29

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433891-1721096846/watcher-4433891-1721096846 -o /tmp/evaluation-result-4433891-1721096846/solver-4433891-1721096846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721093243-849486 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433891-1721096846.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
Current StackSize limit: 8192 KiB

solver pid=851606, runsolver pid=851603

[startup+0.100087 s]*
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129413440/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=15112 memory=9088 CPUtime=0.1 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 1936 0 0 0 10 0 0 0 20 0 1 0 161846991 15474688 2272 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 3778 2272 468 659 0 2982 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25044 KiB
Current children cumulated memory: 11948 KiB

[startup+0.205681 s]*
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129410000/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=15708 memory=9588 CPUtime=0.2 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 2158 0 0 0 20 0 0 0 20 0 1 0 161846991 16084992 2397 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 3927 2397 468 659 0 3131 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 25640 KiB
Current children cumulated memory: 12448 KiB

[startup+0.305422 s]*
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129408132/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=17668 memory=11428 CPUtime=0.3 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 2798 0 0 0 30 0 0 0 20 0 1 0 161846991 18092032 2857 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 4417 2857 468 659 0 3621 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 27600 KiB
Current children cumulated memory: 14288 KiB

[startup+0.700273 s]
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129384020/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=48232 memory=39840 CPUtime=0.68 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 9392 0 0 0 67 1 0 0 20 0 1 0 161846991 49389568 9960 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 12058 9960 468 659 0 11262 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 58164 KiB
Current children cumulated memory: 42700 KiB

[startup+1.50027 s]
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129375808/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=49436 memory=41688 CPUtime=1.48 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 9809 0 0 0 147 1 0 0 20 0 1 0 161846991 50622464 10422 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 12359 10422 468 659 0 11563 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 59368 KiB
Current children cumulated memory: 44548 KiB

[startup+3.10568 s]
/proc/loadavg: 4.11 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129368692/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=54208 memory=43796 CPUtime=3.08 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 10345 0 0 0 307 1 0 0 20 0 1 0 161846991 55508992 10949 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 13552 10949 468 659 0 12756 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 64140 KiB
Current children cumulated memory: 46656 KiB

[startup+6.30022 s]
/proc/loadavg: 4.10 4.10 4.11 5/261 851611
/proc/meminfo: memFree=129361584/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=54208 memory=46104 CPUtime=6.26 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 10417 0 0 0 625 1 0 0 20 0 1 0 161846991 55508992 11526 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 13552 11526 468 659 0 12756 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 64140 KiB
Current children cumulated memory: 48964 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.09 4.11 5/261 851613
/proc/meminfo: memFree=129339056/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=55316 memory=46468 CPUtime=12.64 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 11350 0 0 0 1262 2 0 0 20 0 1 0 161846991 56643584 11617 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 13829 11617 468 659 0 13033 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 65248 KiB
Current children cumulated memory: 49328 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.09 4.11 5/261 851614
/proc/meminfo: memFree=129310336/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=62840 memory=53360 CPUtime=25.4 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 12065 0 0 0 2537 3 0 0 20 0 1 0 161846991 64348160 13340 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 15710 13340 468 659 0 14914 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 72772 KiB
Current children cumulated memory: 56220 KiB

[startup+51.1059 s]
/proc/loadavg: 4.10 4.10 4.11 5/263 851789
/proc/meminfo: memFree=129222568/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=74500 memory=68420 CPUtime=50.92 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 13403 0 0 0 5088 4 0 0 20 0 1 0 161846991 76288000 17105 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 18625 17105 468 659 0 17829 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 84432 KiB
Current children cumulated memory: 71280 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 4.08 4.10 5/264 851848
/proc/meminfo: memFree=129142852/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=104860 memory=98792 CPUtime=101.95 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 13882 0 0 0 10190 5 0 0 20 0 1 0 161846991 107376640 24698 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 26215 24698 468 659 0 25419 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 114792 KiB
Current children cumulated memory: 101652 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.11 4.10 5/263 851858
/proc/meminfo: memFree=129018736/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=158820 memory=142620 CPUtime=161.75 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 15997 0 0 0 16167 8 0 0 20 0 1 0 161846991 162631680 35655 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 39705 35655 468 659 0 38909 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 168752 KiB
Current children cumulated memory: 145480 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/263 851926
/proc/meminfo: memFree=129053756/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=109500 memory=104808 CPUtime=221.56 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 16523 0 0 0 22147 9 0 0 20 0 1 0 161846991 112128000 26202 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 27375 26202 468 659 0 26579 0
Current children cumulated CPU time: 221.56 s

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

/proc/loadavg: 4.16 4.12 4.12 5/258 853017
/proc/meminfo: memFree=128663800/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=189640 memory=184648 CPUtime=3092.13 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 53746 0 0 0 309129 84 0 0 20 0 1 0 161846991 194191360 46162 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 47410 46162 468 659 0 46614 0
Current children cumulated CPU time: 3092.13 s
Current children cumulated vsize: 199572 KiB
Current children cumulated memory: 187508 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/258 853027
/proc/meminfo: memFree=128700164/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=239728 memory=218620 CPUtime=3151.93 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 54089 0 0 0 315108 85 0 0 20 0 1 0 161846991 245481472 54655 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 59932 54655 468 659 0 59136 0
Current children cumulated CPU time: 3151.93 s
Current children cumulated vsize: 249660 KiB
Current children cumulated memory: 221480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/261 853043
/proc/meminfo: memFree=128552456/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=321116 memory=249340 CPUtime=3211.73 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 54687 0 0 0 321087 86 0 0 20 0 1 0 161846991 328822784 62335 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 80279 62335 468 659 0 79483 0
Current children cumulated CPU time: 3211.73 s
Current children cumulated vsize: 331048 KiB
Current children cumulated memory: 252200 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/261 853053
/proc/meminfo: memFree=128787696/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=239728 memory=187872 CPUtime=3271.55 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 56081 0 0 0 327066 89 0 0 20 0 1 0 161846991 245481472 46968 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 59932 46968 468 659 0 59136 0
Current children cumulated CPU time: 3271.55 s
Current children cumulated vsize: 249660 KiB
Current children cumulated memory: 190732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/262 853064
/proc/meminfo: memFree=128622444/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=239728 memory=222884 CPUtime=3331.35 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 56191 0 0 0 333046 89 0 0 20 0 1 0 161846991 245481472 55721 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 59932 55721 468 659 0 59136 0
Current children cumulated CPU time: 3331.35 s
Current children cumulated vsize: 249660 KiB
Current children cumulated memory: 225744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/262 853076
/proc/meminfo: memFree=128558480/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=322756 memory=254660 CPUtime=3391.17 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 57095 0 0 0 339026 91 0 0 20 0 1 0 161846991 330502144 63665 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 80689 63665 468 659 0 79893 0
Current children cumulated CPU time: 3391.17 s
Current children cumulated vsize: 332688 KiB
Current children cumulated memory: 257520 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/262 853086
/proc/meminfo: memFree=128698784/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=191280 memory=183732 CPUtime=3450.97 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 58173 0 0 0 345004 93 0 0 20 0 1 0 161846991 195870720 45933 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 47820 45933 468 659 0 47024 0
Current children cumulated CPU time: 3450.97 s
Current children cumulated vsize: 201212 KiB
Current children cumulated memory: 186592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/261 853480
/proc/meminfo: memFree=128535412/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=243048 memory=214828 CPUtime=3510.77 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 58876 0 0 0 350983 94 0 0 20 0 1 0 161846991 248881152 53707 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 60762 53707 468 659 0 59966 0
Current children cumulated CPU time: 3510.77 s
Current children cumulated vsize: 252980 KiB
Current children cumulated memory: 217688 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/261 853490
/proc/meminfo: memFree=128575848/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=325876 memory=248392 CPUtime=3570.57 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 59642 0 0 0 356962 95 0 0 20 0 1 0 161846991 333697024 62098 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 81469 62098 468 659 0 80673 0
Current children cumulated CPU time: 3570.57 s
Current children cumulated vsize: 335808 KiB
Current children cumulated memory: 251252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 4.14 4.12 4.09 5/261 853595
/proc/meminfo: memFree=129058036/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=194400 memory=163656 CPUtime=3600.07 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 60696 0 0 0 359910 97 0 0 20 0 1 0 161846991 199065600 40914 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 48600 40914 468 659 0 47804 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 204332 KiB
Current children cumulated memory: 166516 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.11 s, system=0.975923 s

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

[startup+3611.9 s]
/proc/loadavg: 4.14 4.12 4.09 5/261 853595
/proc/meminfo: memFree=129058036/131524600 swapFree=131071996/131071996
[pid=851606] ppid=851603 vsize=9932 memory=2860 CPUtime=0 cores=0,2
/proc/851606/stat : 851606 (naps-1.03.sh) S 851603 851606 849476 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 161846991 10170368 715 134679101440 94370956525568 94370957604888 140735844789296 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94370959703344 94370959750532 94370965950464 140735844795360 140735844795489 140735844795489 140735844802504 0
/proc/851606/statm: 2483 715 638 264 0 134 0
[pid=851611] ppid=851606 vsize=194400 memory=163656 CPUtime=3600.07 cores=0,2
/proc/851611/stat : 851611 (naps-1.03) R 851606 851606 849476 0 -1 4194304 60696 0 0 0 359910 97 0 0 20 0 1 0 161846991 199065600 40914 134679101440 4194304 6891213 140722100272192 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 35844096 140722100278257 140722100278373 140722100278373 140722100285387 0
/proc/851611/statm: 48600 40914 468 659 0 47804 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 204332 KiB
Current children cumulated memory: 166516 KiB

Child status: 10

Real time (s): 3611.9
CPU time (s): 3600.08
CPU user time (s): 3599.11
CPU system time (s): 0.975923
CPU usage (%): 99.6728
Max. virtual memory (cumulated for all children) (KiB): 385128
Max. memory (cumulated for all children) (KiB): 288004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.11
system time used= 0.975923
maximum resident set size= 310032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61174
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= 97
involuntary context switches= 24672


# summary of solver processes directly reported to runsolver:
#   pid: 851606
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.11
#   total CPU system time (s): 0.975923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29244 second user time and 17.9728 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-16 04:27:38
IDJOB=4433891
IDBENCH=147611
IDSOLVER=3062
FILE ID=nodeC018/4433891-1721096846
RUNJOBID= nodeC018-1721093243-849486
SLURM_JOB_ID= 7505592
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433891-1721096846/watcher-4433891-1721096846 -o /tmp/evaluation-result-4433891-1721096846/solver-4433891-1721096846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721093243-849486 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4433891-1721096846.opb

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=1989442804

nodeC018.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		: 3656.646
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.52
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.215
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3645.201
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.52
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.352
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3666.005
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.52
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.242
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.30
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		: 3666.710
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129422136 kB
MemAvailable:   129683376 kB
Buffers:          380056 kB
Cached:           722480 kB
SwapCached:            0 kB
Active:           674592 kB
Inactive:         842704 kB
Active(anon):       1568 kB
Inactive(anon):   450940 kB
Active(file):     673024 kB
Inactive(file):   391764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10764 kB
Writeback:             0 kB
AnonPages:        413032 kB
Mapped:           111472 kB
Shmem:             37720 kB
KReclaimable:      72552 kB
Slab:             178692 kB
SReclaimable:      72552 kB
SUnreclaim:       106140 kB
KernelStack:        4192 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     714912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61120 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      232148 kB
DirectMap2M:    16318464 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC018 at 2024-07-16 05:27:50