Trace number 4434289

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS 1.03? (TO) 3600.03 3611.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUM8548cf2fe8567884970fc9be656882ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434289-1721098948.opb
0.37/0.47	c single stage optimization mode
3600.01/3611.00	c 
3600.01/3611.00	c *** TERMINATED *** by signal 15
3600.01/3611.00	s UNKNOWN
3600.01/3611.00	c _____________________________________________________________________________
3600.01/3611.00	c std/band forms        : 0,8
3600.01/3611.00	c 2cl/3cl ITE-codings   : 0,60981
3600.01/3611.00	c BDD/srt/adr Max costs : 9201,0,0
3600.01/3611.00	c BDDraw/bin/mul/srt/adr: 0,0,8,0,0
3600.01/3611.00	c BDD nodes             : 64388
3600.01/3611.00	c Es1/CC detections     : 0,0
3600.01/3611.00	c CC sort               : 0
3600.01/3611.00	c SAT/UNSAT calls       : 0,0
3600.01/3611.00	c regenrated variables  : 0
3600.01/3611.00	c eliminated fixed lits : 0
3600.01/3611.00	c goal lit flips        : 0
3600.01/3611.00	c goal stages           : 1
3600.01/3611.00	c goal shrink           : 0
3600.01/3611.00	c goal coeff separations: 0
3600.01/3611.00	c restarts              : 0
3600.01/3611.00	c conflicts             : 0              (0 /sec)
3600.01/3611.00	c decisions             : 0              (0 /sec)
3600.01/3611.00	c propagations          : 0              (0 /sec)
3600.01/3611.00	c inspects              : 0              (0 /sec)
3600.01/3611.00	c CPU time (solving tm) : 3600 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.01/3611.00	c Time for Opt-base     : 0.02638 s
3600.01/3611.00	c Steps for Opt-base    : 31668
3600.01/3611.00	c Time for BDD coding   : 0.3686 s
3600.01/3611.00	c Time for srt coding   : 0 s
3600.01/3611.00	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10031 s]*
/proc/loadavg: 4.17 4.12 4.10 5/262 851917
/proc/meminfo: memFree=122864356/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=9896 memory=8788 CPUtime=0.09 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 1712 0 0 0 9 0 0 0 20 0 1 0 162062221 10133504 2197 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 2474 2197 612 659 0 1678 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19828 KiB
Current children cumulated memory: 11616 KiB

[startup+0.206298 s]*
/proc/loadavg: 4.17 4.12 4.10 5/262 851917
/proc/meminfo: memFree=122863012/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=11176 memory=10028 CPUtime=0.19 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 2103 0 0 0 19 0 0 0 20 0 1 0 162062221 11444224 2507 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 2794 2507 612 659 0 1998 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 21108 KiB
Current children cumulated memory: 12856 KiB

[startup+0.306297 s]*
/proc/loadavg: 4.17 4.12 4.10 5/262 851917
/proc/meminfo: memFree=122861668/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=12208 memory=10852 CPUtime=0.28 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 2498 0 0 0 28 0 0 0 20 0 1 0 162062221 12500992 2713 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 3052 2713 612 659 0 2256 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 22140 KiB
Current children cumulated memory: 13680 KiB

[startup+0.700262 s]
/proc/loadavg: 4.17 4.12 4.10 5/262 851917
/proc/meminfo: memFree=122828528/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=48396 memory=45864 CPUtime=0.66 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 11551 0 0 0 65 1 0 0 20 0 1 0 162062221 49557504 11466 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 12099 11466 644 659 0 11303 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 58328 KiB
Current children cumulated memory: 48692 KiB

[startup+1.50026 s]
/proc/loadavg: 4.17 4.12 4.10 5/262 851917
/proc/meminfo: memFree=122826260/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=51584 memory=48516 CPUtime=1.47 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 12584 0 0 0 145 2 0 0 20 0 1 0 162062221 52822016 12129 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 12896 12129 644 659 0 12100 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 61516 KiB
Current children cumulated memory: 51344 KiB

[startup+3.10561 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 851918
/proc/meminfo: memFree=122815336/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=59836 memory=56964 CPUtime=3.06 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 13462 0 0 0 304 2 0 0 20 0 1 0 162062221 61272064 14241 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 14959 14241 644 659 0 14163 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 69768 KiB
Current children cumulated memory: 59792 KiB

[startup+6.30024 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 851968
/proc/meminfo: memFree=122997868/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=155060 memory=152332 CPUtime=6.25 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 36148 0 0 0 619 6 0 0 20 0 1 0 162062221 158781440 38083 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 38765 38083 660 659 0 37969 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 164992 KiB
Current children cumulated memory: 155160 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.10 4.09 5/262 852118
/proc/meminfo: memFree=123302604/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=149644 memory=147628 CPUtime=12.63 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 39631 0 0 0 1256 7 0 0 20 0 1 0 162062221 153235456 36907 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 37411 36907 660 659 0 36615 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 159576 KiB
Current children cumulated memory: 150456 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.09 4.09 5/260 852172
/proc/meminfo: memFree=123047560/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=202400 memory=190160 CPUtime=25.4 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 46743 0 0 0 2532 8 0 0 20 0 1 0 162062221 207257600 47540 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 50600 47540 660 659 0 49804 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 212332 KiB
Current children cumulated memory: 192988 KiB

[startup+51.1055 s]
/proc/loadavg: 4.16 4.12 4.09 5/261 852176
/proc/meminfo: memFree=121915812/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=204488 memory=203052 CPUtime=50.94 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 50363 0 0 0 5083 11 0 0 20 0 1 0 162062221 209395712 50763 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 51122 50763 660 659 0 50326 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 214420 KiB
Current children cumulated memory: 205880 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/261 852186
/proc/meminfo: memFree=121133392/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=255060 memory=253260 CPUtime=101.99 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 59753 0 0 0 10185 14 0 0 20 0 1 0 162062221 261181440 63315 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 63765 63315 660 659 0 62969 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 264992 KiB
Current children cumulated memory: 256088 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/259 852196
/proc/meminfo: memFree=113976200/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=242128 memory=240960 CPUtime=161.82 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 61791 0 0 0 16166 16 0 0 20 0 1 0 162062221 247939072 60240 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 60532 60240 660 659 0 59736 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 252060 KiB
Current children cumulated memory: 243788 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/259 852206
/proc/meminfo: memFree=105968376/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=242128 memory=240996 CPUtime=221.65 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 62401 0 0 0 22149 16 0 0 20 0 1 0 162062221 247939072 60249 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 60532 60249 660 659 0 59736 0
Current children cumulated CPU time: 221.65 s

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

/proc/loadavg: 4.07 4.09 4.09 5/261 853332
/proc/meminfo: memFree=103721396/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3033.08 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 96498 0 0 0 303280 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3033.08 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/261 853343
/proc/meminfo: memFree=103721224/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3092.89 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 96613 0 0 0 309261 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3092.89 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/261 853353
/proc/meminfo: memFree=103743616/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3152.71 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 96715 0 0 0 315243 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3152.71 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 853747
/proc/meminfo: memFree=103733560/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3212.52 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 96845 0 0 0 321224 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3212.52 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/260 853757
/proc/meminfo: memFree=103752840/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3272.33 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 96957 0 0 0 327205 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3272.33 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/260 853936
/proc/meminfo: memFree=103752588/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3332.14 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 97072 0 0 0 333186 28 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3332.14 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/260 853946
/proc/meminfo: memFree=103756440/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3391.96 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 97705 0 0 0 339167 29 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3391.96 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 853958
/proc/meminfo: memFree=103725108/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3451.77 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 97805 0 0 0 345148 29 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3451.77 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/259 853980
/proc/meminfo: memFree=103725032/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3511.58 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 97922 0 0 0 351129 29 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3511.58 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

[startup+3582.3 s]
/proc/loadavg: 4.23 4.15 4.10 5/259 853990
/proc/meminfo: memFree=103724780/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3571.4 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 98023 0 0 0 357111 29 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3571.4 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.14 4.13 4.09 5/259 853995
/proc/meminfo: memFree=103693564/131524600 swapFree=131071996/131071996
[pid=851912] ppid=851909 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/851912/stat : 851912 (naps-1.03.sh) S 851909 851912 849547 0 -1 4194304 222 248 0 0 0 0 0 0 20 0 1 0 162062220 10170368 707 134679101440 93918017310720 93918018390040 140736883073520 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93918020488496 93918020535684 93918024052736 140736883082212 140736883082337 140736883082337 140736883089352 0
/proc/851912/statm: 2483 707 631 264 0 134 0
[pid=851917] ppid=851912 vsize=307420 memory=306420 CPUtime=3600.01 cores=4,6
/proc/851917/stat : 851917 (naps-1.03) R 851912 851912 849547 0 -1 4194304 98043 0 0 0 359972 29 0 0 20 0 1 0 162062221 314798080 76605 134679101440 4194304 6891213 140736810630096 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 12050432 140736810632181 140736810632293 140736810632293 140736810639307 0
/proc/851917/statm: 76855 76605 660 659 0 76059 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 317352 KiB
Current children cumulated memory: 309248 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.73 s, system=0.300396 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): 3611.01
CPU time (s): 3600.03
CPU user time (s): 3599.73
CPU system time (s): 0.300396
CPU usage (%): 99.696
Max. virtual memory (cumulated for all children) (KiB): 533880
Max. memory (cumulated for all children) (KiB): 509252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.73
system time used= 0.300396
maximum resident set size= 515856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98528
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= 108
involuntary context switches= 1088


# summary of solver processes directly reported to runsolver:
#   pid: 851912
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.73
#   total CPU system time (s): 0.300396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07325 second user time and 16.8322 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-16 05:02:41
IDJOB=4434289
IDBENCH=147613
IDSOLVER=3063
FILE ID=nodeC029/4434289-1721098948
RUNJOBID= nodeC029-1721095335-849558
SLURM_JOB_ID= 7505604
Free space on /tmp= 890052 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434289-1721098948/watcher-4434289-1721098948 -o /tmp/evaluation-result-4434289-1721098948/solver-4434289-1721098948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721095335-849558 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4434289-1721098948.opb

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

MD5SUM BENCH= 8548cf2fe8567884970fc9be656882ff
RANDOM SEED=488348054

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122871980 kB
MemAvailable:   128871200 kB
Buffers:          388252 kB
Cached:          6374672 kB
SwapCached:            0 kB
Active:           700044 kB
Inactive:        7198032 kB
Active(anon):       1496 kB
Inactive(anon):  1171404 kB
Active(file):     698548 kB
Inactive(file):  6026628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5328 kB
Writeback:             0 kB
AnonPages:       1133492 kB
Mapped:           112136 kB
Shmem:             37720 kB
KReclaimable:     227380 kB
Slab:             348556 kB
SReclaimable:     227380 kB
SUnreclaim:       121176 kB
KernelStack:        4184 kB
PageTables:        11832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1522764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60864 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1103872 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:      279252 kB
DirectMap2M:    36194304 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890036 MiB
End job on nodeC029 at 2024-07-16 06:02:52