Trace number 4433888

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)3 3600.07 3609.6

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM31fd86554dd2fe3e1cfc98032a9196a9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark602.754
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
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 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
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-4433888-1721095311.opb
0.10/0.14	c single stage optimization mode
0.10/0.15	o 1434
0.10/0.16	o 954
0.10/0.17	o 616
0.10/0.20	o 388
0.21/0.30	o 257
0.51/0.60	o 171
0.59/0.61	o 112
0.59/0.63	o 73
0.68/0.70	o 48
0.68/0.75	o 31
0.78/0.89	o 19
4.47/4.50	o 10
86.96/87.21	o 5
1187.85/1191.16	o 3
3600.06/3609.60	c 
3600.06/3609.60	c *** TERMINATED *** by signal 15
3600.06/3609.60	s SATISFIABLE
3600.06/3609.60	c _____________________________________________________________________________
3600.06/3609.60	c std/band forms        : 14,5
3600.06/3609.60	c 2cl/3cl ITE-codings   : 2467,19569
3600.06/3609.60	c BDD/srt/adr Max costs : 23949,0,0
3600.06/3609.60	c BDDraw/bin/mul/srt/adr: 14,0,5,0,0
3600.06/3609.60	c BDD nodes             : 24955
3600.06/3609.60	c Es1/CC detections     : 0,0
3600.06/3609.60	c CC sort               : 0
3600.06/3609.60	c SAT/UNSAT calls       : 14,0
3600.06/3609.60	c regenrated variables  : 188
3600.06/3609.60	c eliminated fixed lits : 250
3600.06/3609.60	c goal lit flips        : 0
3600.06/3609.60	c goal stages           : 1
3600.06/3609.60	c goal shrink           : 0
3600.06/3609.60	c goal coeff separations: 0
3600.06/3609.60	c restarts              : 53524
3600.06/3609.60	c conflicts             : 6510971        (1809 /sec)
3600.06/3609.60	c decisions             : 8106502        (2253 /sec)
3600.06/3609.60	c propagations          : 10357602084    (2878499 /sec)
3600.06/3609.60	c inspects              : 0              (0 /sec)
3600.06/3609.60	c CPU time (solving tm) : 3598 s        (3598 s, SAT 1187 s, UNSAT 0 s)
3600.06/3609.60	c Time for Opt-base     : 0.01075 s
3600.06/3609.60	c Steps for Opt-base    : 22434
3600.06/3609.60	c Time for BDD coding   : 0.1249 s
3600.06/3609.60	c Time for srt coding   : 0 s
3600.06/3609.60	c _____________________________________________________________________________
3600.06/3609.60	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 -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 x90

Verifier Data

OK	3

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 (63100 MiB free)
  memory of node 1: 64510 MiB (62729 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433888-1721095311/watcher-4433888-1721095311 -o /tmp/evaluation-result-4433888-1721095311/solver-4433888-1721095311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721091689-823163 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4433888-1721095311.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=825647, runsolver pid=825644

[startup+0.100094 s]*
/proc/loadavg: 4.27 4.17 4.18 5/246 825652
/proc/meminfo: memFree=128844780/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=12184 memory=6272 CPUtime=0.1 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 1163 0 0 0 10 0 0 0 20 0 1 0 161687253 12476416 1568 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 3046 1568 468 659 0 2250 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22116 KiB
Current children cumulated memory: 8924 KiB

[startup+0.21317 s]*
/proc/loadavg: 4.27 4.17 4.18 5/246 825652
/proc/meminfo: memFree=128833092/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=20488 memory=17084 CPUtime=0.21 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 3460 0 0 0 21 0 0 0 20 0 1 0 161687253 20979712 4271 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 5122 4271 468 659 0 4326 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30420 KiB
Current children cumulated memory: 19736 KiB

[startup+0.313368 s]*
/proc/loadavg: 4.27 4.17 4.18 5/246 825652
/proc/meminfo: memFree=128832968/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=20624 memory=17084 CPUtime=0.31 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 3500 0 0 0 31 0 0 0 20 0 1 0 161687253 21118976 4271 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 5156 4271 468 659 0 4360 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30556 KiB
Current children cumulated memory: 19736 KiB

[startup+0.700363 s]
/proc/loadavg: 4.27 4.17 4.18 5/246 825652
/proc/meminfo: memFree=128832800/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=21204 memory=17876 CPUtime=0.68 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 3657 0 0 0 68 0 0 0 20 0 1 0 161687253 21712896 4469 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 5301 4469 468 659 0 4505 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31136 KiB
Current children cumulated memory: 20528 KiB

[startup+1.50034 s]
/proc/loadavg: 4.25 4.17 4.18 5/246 825652
/proc/meminfo: memFree=128831912/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=21344 memory=18304 CPUtime=1.48 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 4550 0 0 0 148 0 0 0 20 0 1 0 161687253 21856256 4576 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 5336 4576 468 659 0 4540 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 31276 KiB
Current children cumulated memory: 20956 KiB

[startup+3.11303 s]
/proc/loadavg: 4.25 4.17 4.18 4/242 825671
/proc/meminfo: memFree=128903404/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=23960 memory=20528 CPUtime=3.09 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 5432 0 0 0 308 1 0 0 20 0 1 0 161687253 24535040 5132 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 5990 5132 468 659 0 5194 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 33892 KiB
Current children cumulated memory: 23180 KiB

[startup+6.30034 s]
/proc/loadavg: 4.23 4.17 4.17 5/249 825690
/proc/meminfo: memFree=128852076/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=40460 memory=35448 CPUtime=6.27 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 6655 0 0 0 626 1 0 0 20 0 1 0 161687253 41431040 8862 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 10115 8862 468 659 0 9319 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 50392 KiB
Current children cumulated memory: 38100 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.18 4.18 5/249 825690
/proc/meminfo: memFree=128831036/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=40456 memory=38456 CPUtime=12.65 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 7492 0 0 0 1264 1 0 0 20 0 1 0 161687253 41426944 9614 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 10114 9614 468 659 0 9318 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 50388 KiB
Current children cumulated memory: 41108 KiB

[startup+25.5004 s]
/proc/loadavg: 4.32 4.19 4.18 5/249 825695
/proc/meminfo: memFree=128810692/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=47640 memory=45592 CPUtime=25.42 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 7744 0 0 0 2540 2 0 0 20 0 1 0 161687253 48783360 11398 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 11910 11398 468 659 0 11114 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 57572 KiB
Current children cumulated memory: 48244 KiB

[startup+51.113 s]
/proc/loadavg: 4.19 4.17 4.18 5/249 825698
/proc/meminfo: memFree=128762252/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=71212 memory=61356 CPUtime=50.96 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 9720 0 0 0 5093 3 0 0 20 0 1 0 161687253 72921088 15339 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 17803 15339 468 659 0 17007 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 81144 KiB
Current children cumulated memory: 64008 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/249 825706
/proc/meminfo: memFree=128694888/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=72172 memory=69404 CPUtime=102.02 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 10544 0 0 0 10198 4 0 0 20 0 1 0 161687253 73904128 17351 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 18043 17351 468 659 0 17247 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 82104 KiB
Current children cumulated memory: 72056 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/249 825716
/proc/meminfo: memFree=128648556/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=72172 memory=69404 CPUtime=161.86 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 11948 0 0 0 16179 7 0 0 20 0 1 0 161687253 73904128 17351 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 18043 17351 468 659 0 17247 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 82104 KiB
Current children cumulated memory: 72056 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/246 825728
/proc/meminfo: memFree=128552540/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=72172 memory=69404 CPUtime=221.7 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 12992 0 0 0 22160 10 0 0 20 0 1 0 161687253 73904128 17351 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 18043 17351 468 659 0 17247 0
Current children cumulated CPU time: 221.7 s

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

/proc/loadavg: 4.13 4.16 4.18 5/249 826854
/proc/meminfo: memFree=128144468/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=225420 memory=187716 CPUtime=3034.28 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 90556 0 0 0 303273 155 0 0 20 0 1 0 161687253 230830080 46929 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 56355 46929 468 659 0 55559 0
Current children cumulated CPU time: 3034.28 s
Current children cumulated vsize: 235352 KiB
Current children cumulated memory: 190368 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/249 826864
/proc/meminfo: memFree=128127312/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=306808 memory=269636 CPUtime=3094.13 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 91224 0 0 0 309257 156 0 0 20 0 1 0 161687253 314171392 67409 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 76702 67409 468 659 0 75906 0
Current children cumulated CPU time: 3094.13 s
Current children cumulated vsize: 316740 KiB
Current children cumulated memory: 272288 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/249 826874
/proc/meminfo: memFree=128176000/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=225708 memory=210124 CPUtime=3153.98 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 92537 0 0 0 315239 159 0 0 20 0 1 0 161687253 231124992 52531 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 56427 52531 468 659 0 55631 0
Current children cumulated CPU time: 3153.98 s
Current children cumulated vsize: 235640 KiB
Current children cumulated memory: 212776 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.17 4.18 5/248 827270
/proc/meminfo: memFree=128059396/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=307096 memory=294244 CPUtime=3213.82 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 93176 0 0 0 321221 161 0 0 20 0 1 0 161687253 314466304 73561 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 76774 73561 468 659 0 75978 0
Current children cumulated CPU time: 3213.82 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 296896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/247 827280
/proc/meminfo: memFree=128197980/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=307096 memory=226580 CPUtime=3273.67 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 94992 0 0 0 327202 165 0 0 20 0 1 0 161687253 314466304 56645 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 76774 56645 468 659 0 75978 0
Current children cumulated CPU time: 3273.67 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 229232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/247 827290
/proc/meminfo: memFree=128256260/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=175620 memory=155760 CPUtime=3333.52 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 96069 0 0 0 333184 168 0 0 20 0 1 0 161687253 179834880 38940 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 43905 38940 468 659 0 43109 0
Current children cumulated CPU time: 3333.52 s
Current children cumulated vsize: 185552 KiB
Current children cumulated memory: 158412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/249 827470
/proc/meminfo: memFree=128132608/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=307096 memory=247140 CPUtime=3393.35 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 97001 0 0 0 339165 170 0 0 20 0 1 0 161687253 314466304 61785 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 76774 61785 468 659 0 75978 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 317028 KiB
Current children cumulated memory: 249792 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.17 4.18 5/249 827481
/proc/meminfo: memFree=128133104/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=176580 memory=168332 CPUtime=3453.19 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 98048 0 0 0 345146 173 0 0 20 0 1 0 161687253 180817920 42083 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 44145 42083 468 659 0 43349 0
Current children cumulated CPU time: 3453.19 s
Current children cumulated vsize: 186512 KiB
Current children cumulated memory: 170984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/247 827493
/proc/meminfo: memFree=128107252/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=309496 memory=261360 CPUtime=3513.03 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 99459 0 0 0 351128 175 0 0 20 0 1 0 161687253 316923904 65340 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 77374 65340 468 659 0 76578 0
Current children cumulated CPU time: 3513.03 s
Current children cumulated vsize: 319428 KiB
Current children cumulated memory: 264012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/247 827514
/proc/meminfo: memFree=128230740/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=228108 memory=181528 CPUtime=3572.84 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 100827 0 0 0 357106 178 0 0 20 0 1 0 161687253 233582592 45382 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 57027 45382 468 659 0 56231 0
Current children cumulated CPU time: 3572.84 s
Current children cumulated vsize: 238040 KiB
Current children cumulated memory: 184180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.20 4.16 4.18 5/247 827618
/proc/meminfo: memFree=128529416/131655788 swapFree=131071996/131071996
[pid=825647] ppid=825644 vsize=9932 memory=2652 CPUtime=0 cores=5,7
/proc/825647/stat : 825647 (naps-1.03.sh) S 825644 825647 823150 0 -1 4194304 219 245 0 0 0 0 0 0 20 0 1 0 161687252 10170368 663 134679101440 94773289160704 94773290240024 140736775766208 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94773292338480 94773292385668 94773322039296 140736775771104 140736775771233 140736775771233 140736775778248 0
/proc/825647/statm: 2483 663 585 264 0 134 0
[pid=825652] ppid=825647 vsize=228108 memory=214468 CPUtime=3600.06 cores=5,7
/proc/825652/stat : 825652 (naps-1.03) R 825647 825647 823150 0 -1 4194304 100899 0 0 0 359826 180 0 0 20 0 1 0 161687253 233582592 53617 134679101440 4194304 6891213 140733461652736 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 16748544 140733461656561 140733461656677 140733461656677 140733461663691 0
/proc/825652/statm: 57027 53617 468 659 0 56231 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 238040 KiB
Current children cumulated memory: 217120 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.27 s, system=1.80645 s

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

Child status: 10

Real time (s): 3609.6
CPU time (s): 3600.07
CPU user time (s): 3598.27
CPU system time (s): 1.80645
CPU usage (%): 99.736
Max. virtual memory (cumulated for all children) (KiB): 366348
Max. memory (cumulated for all children) (KiB): 319952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.27
system time used= 1.80645
maximum resident set size= 336792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101377
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= 63
involuntary context switches= 4325


# summary of solver processes directly reported to runsolver:
#   pid: 825647
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.27
#   total CPU system time (s): 1.80645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3525 second user time and 35.7826 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-16 04:02:03
IDJOB=4433888
IDBENCH=147580
IDSOLVER=3062
FILE ID=nodeC003/4433888-1721095311
RUNJOBID= nodeC003-1721091689-823163
SLURM_JOB_ID= 7505585
Free space on /tmp= 723700 MiB

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

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

MD5SUM BENCH= 31fd86554dd2fe3e1cfc98032a9196a9
RANDOM SEED=1322668654

nodeC003.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		: 3669.810
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.76
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		: 3657.546
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.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	: 0xb00001f
cpu MHz		: 1197.464
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.76
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.413
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.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	: 0xb00001f
cpu MHz		: 3670.059
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.76
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		: 3630.667
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.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	: 0xb00001f
cpu MHz		: 1197.566
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.76
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.218
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128849932 kB
MemAvailable:   129847964 kB
Buffers:          398624 kB
Cached:          1432884 kB
SwapCached:            0 kB
Active:           678988 kB
Inactive:        1586500 kB
Active(anon):       1492 kB
Inactive(anon):   470204 kB
Active(file):     677496 kB
Inactive(file):  1116296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             89428 kB
Writeback:             0 kB
AnonPages:        434104 kB
Mapped:           108056 kB
Shmem:             37704 kB
KReclaimable:      88540 kB
Slab:             184360 kB
SReclaimable:      88540 kB
SUnreclaim:        95820 kB
KernelStack:        3916 kB
PageTables:        10288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     683152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      228168 kB
DirectMap2M:    14356480 kB
DirectMap1G:    121634816 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC003 at 2024-07-16 05:02:13