Trace number 4434288

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.1 3609.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
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

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c Input file name: HOME/instance-4434288-1721095338.opb
0.00/0.08	c single stage optimization mode
3600.09/3609.40	c 
3600.09/3609.40	c *** TERMINATED *** by signal 15
3600.09/3609.40	s UNKNOWN
3600.09/3609.40	c _____________________________________________________________________________
3600.09/3609.40	c std/band forms        : 0,5
3600.09/3609.40	c 2cl/3cl ITE-codings   : 0,12179
3600.09/3609.40	c BDD/srt/adr Max costs : 3047,0,0
3600.09/3609.40	c BDDraw/bin/mul/srt/adr: 0,0,5,0,0
3600.09/3609.40	c BDD nodes             : 13273
3600.09/3609.40	c Es1/CC detections     : 0,0
3600.09/3609.40	c CC sort               : 0
3600.09/3609.40	c SAT/UNSAT calls       : 0,0
3600.09/3609.40	c regenrated variables  : 0
3600.09/3609.40	c eliminated fixed lits : 0
3600.09/3609.40	c goal lit flips        : 0
3600.09/3609.40	c goal stages           : 1
3600.09/3609.40	c goal shrink           : 0
3600.09/3609.40	c goal coeff separations: 0
3600.09/3609.40	c restarts              : 0
3600.09/3609.40	c conflicts             : 0              (0 /sec)
3600.09/3609.40	c decisions             : 0              (0 /sec)
3600.09/3609.40	c propagations          : 0              (0 /sec)
3600.09/3609.40	c inspects              : 0              (0 /sec)
3600.09/3609.40	c CPU time (solving tm) : 3600 s        (3600 s, SAT 0 s, UNSAT 0 s)
3600.09/3609.40	c Time for Opt-base     : 0.004707 s
3600.09/3609.40	c Steps for Opt-base    : 8982
3600.09/3609.40	c Time for BDD coding   : 0.06991 s
3600.09/3609.40	c Time for srt coding   : 0 s
3600.09/3609.40	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 (59008 MiB free)
  memory of node 1: 64510 MiB (61606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4434288-1721095338/watcher-4434288-1721095338 -o /tmp/evaluation-result-4434288-1721095338/solver-4434288-1721095338 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721095335-849558 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4434288-1721095338.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=849897, runsolver pid=849894
Current StackSize limit: 8192 KiB


[startup+0.100957 s]*
/proc/loadavg: 3.93 4.07 4.08 5/258 849902
/proc/meminfo: memFree=123497724/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=13520 memory=12300 CPUtime=0.09 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 2769 0 0 0 9 0 0 0 20 0 1 0 161701250 13844480 3075 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 3380 3075 644 659 0 2584 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23452 KiB
Current children cumulated memory: 15060 KiB

[startup+0.205926 s]*
/proc/loadavg: 3.93 4.07 4.08 5/258 849902
/proc/meminfo: memFree=123496460/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=14308 memory=12928 CPUtime=0.19 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 3001 0 0 0 19 0 0 0 20 0 1 0 161701250 14651392 3232 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 3577 3232 644 659 0 2781 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24240 KiB
Current children cumulated memory: 15688 KiB

[startup+0.312926 s]*
/proc/loadavg: 3.93 4.07 4.08 5/258 849902
/proc/meminfo: memFree=123494268/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=15880 memory=14512 CPUtime=0.29 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 3404 0 0 0 29 0 0 0 20 0 1 0 161701250 16261120 3628 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 3970 3628 644 659 0 3174 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25812 KiB
Current children cumulated memory: 17272 KiB

[startup+0.70018 s]
/proc/loadavg: 3.93 4.07 4.08 5/258 849902
/proc/meminfo: memFree=123486160/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=17368 memory=15800 CPUtime=0.67 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 4756 0 0 0 67 0 0 0 20 0 1 0 161701250 17784832 3950 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 4342 3950 644 659 0 3546 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 27300 KiB
Current children cumulated memory: 18560 KiB

[startup+1.50019 s]
/proc/loadavg: 3.93 4.07 4.08 5/255 849915
/proc/meminfo: memFree=123482520/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=43688 memory=42476 CPUtime=1.47 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 12602 0 0 0 146 1 0 0 20 0 1 0 161701250 44736512 10619 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 10922 10619 660 659 0 10126 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 53620 KiB
Current children cumulated memory: 45236 KiB

[startup+3.10596 s]
/proc/loadavg: 3.93 4.07 4.08 5/258 849954
/proc/meminfo: memFree=123410196/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=45556 memory=44320 CPUtime=3.07 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 13080 0 0 0 306 1 0 0 20 0 1 0 161701250 46649344 11080 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 11389 11080 660 659 0 10593 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 55488 KiB
Current children cumulated memory: 47080 KiB

[startup+6.30022 s]
/proc/loadavg: 3.94 4.07 4.08 5/252 849984
/proc/meminfo: memFree=123462112/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=60476 memory=58552 CPUtime=6.26 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 15661 0 0 0 624 2 0 0 20 0 1 0 161701250 61927424 14638 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 15119 14638 660 659 0 14323 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 70408 KiB
Current children cumulated memory: 61312 KiB

[startup+12.7003 s]
/proc/loadavg: 4.02 4.09 4.09 5/261 850040
/proc/meminfo: memFree=123359448/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=56512 memory=54504 CPUtime=12.64 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 15665 0 0 0 1262 2 0 0 20 0 1 0 161701250 57868288 13626 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 14128 13626 660 659 0 13332 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 66444 KiB
Current children cumulated memory: 57264 KiB

[startup+25.5003 s]
/proc/loadavg: 4.02 4.08 4.09 5/261 850043
/proc/meminfo: memFree=123246764/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=58300 memory=54732 CPUtime=25.4 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 15789 0 0 0 2538 2 0 0 20 0 1 0 161701250 59699200 13683 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 14575 13683 660 659 0 13779 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 68232 KiB
Current children cumulated memory: 57492 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.09 4.09 5/261 850047
/proc/meminfo: memFree=123147136/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=60000 memory=58368 CPUtime=50.94 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 16721 0 0 0 5091 3 0 0 20 0 1 0 161701250 61440000 14592 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 15000 14592 660 659 0 14204 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 69932 KiB
Current children cumulated memory: 61128 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/260 850057
/proc/meminfo: memFree=123046644/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=44984 memory=44032 CPUtime=101.99 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 17397 0 0 0 10196 3 0 0 20 0 1 0 161701250 46063616 11008 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 11246 11008 660 659 0 10450 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 54916 KiB
Current children cumulated memory: 46792 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/260 850067
/proc/meminfo: memFree=123094696/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=55256 memory=54324 CPUtime=161.81 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 18961 0 0 0 16178 3 0 0 20 0 1 0 161701250 56582144 13581 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 13814 13581 660 659 0 13018 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 65188 KiB
Current children cumulated memory: 57084 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/259 850077
/proc/meminfo: memFree=122999648/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=61756 memory=60708 CPUtime=221.63 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 21269 0 0 0 22159 4 0 0 20 0 1 0 161701250 63238144 15177 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 15439 15177 660 659 0 14643 0
Current children cumulated CPU time: 221.63 s

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

/proc/loadavg: 4.11 4.12 4.09 5/260 851200
/proc/meminfo: memFree=122811988/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=93212 memory=92332 CPUtime=3034.4 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 40635 0 0 0 303428 12 0 0 20 0 1 0 161701250 95449088 23083 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 23303 23083 660 659 0 22507 0
Current children cumulated CPU time: 3034.4 s
Current children cumulated vsize: 103144 KiB
Current children cumulated memory: 95092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/260 851211
/proc/meminfo: memFree=122798700/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=93212 memory=92332 CPUtime=3094.25 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 40676 0 0 0 309413 12 0 0 20 0 1 0 161701250 95449088 23083 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 23303 23083 660 659 0 22507 0
Current children cumulated CPU time: 3094.25 s
Current children cumulated vsize: 103144 KiB
Current children cumulated memory: 95092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/260 851221
/proc/meminfo: memFree=122798456/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=93212 memory=92332 CPUtime=3154.1 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 40713 0 0 0 315398 12 0 0 20 0 1 0 161701250 95449088 23083 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 23303 23083 660 659 0 22507 0
Current children cumulated CPU time: 3154.1 s
Current children cumulated vsize: 103144 KiB
Current children cumulated memory: 95092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/260 851615
/proc/meminfo: memFree=122763652/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=93484 memory=92532 CPUtime=3213.95 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 40829 0 0 0 321383 12 0 0 20 0 1 0 161701250 95727616 23133 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 23371 23133 660 659 0 22575 0
Current children cumulated CPU time: 3213.95 s
Current children cumulated vsize: 103416 KiB
Current children cumulated memory: 95292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/260 851625
/proc/meminfo: memFree=122781892/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=156244 memory=155364 CPUtime=3273.81 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 42255 0 0 0 327367 14 0 0 20 0 1 0 161701250 159993856 38841 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 39061 38841 660 659 0 38265 0
Current children cumulated CPU time: 3273.81 s
Current children cumulated vsize: 166176 KiB
Current children cumulated memory: 158124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/262 851806
/proc/meminfo: memFree=122794748/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=119804 memory=118820 CPUtime=3333.65 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 43393 0 0 0 333351 14 0 0 20 0 1 0 161701250 122679296 29705 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 29951 29705 660 659 0 29155 0
Current children cumulated CPU time: 3333.65 s
Current children cumulated vsize: 129736 KiB
Current children cumulated memory: 121580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 851816
/proc/meminfo: memFree=122755556/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=119804 memory=118924 CPUtime=3393.51 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 43454 0 0 0 339337 14 0 0 20 0 1 0 161701250 122679296 29731 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 29951 29731 660 659 0 29155 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 129736 KiB
Current children cumulated memory: 121684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 851830
/proc/meminfo: memFree=122747540/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=126200 memory=125320 CPUtime=3453.36 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 44085 0 0 0 345321 15 0 0 20 0 1 0 161701250 129228800 31330 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 31550 31330 660 659 0 30754 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 136132 KiB
Current children cumulated memory: 128080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 851852
/proc/meminfo: memFree=122816964/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=92000 memory=90808 CPUtime=3513.21 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 45562 0 0 0 351306 15 0 0 20 0 1 0 161701250 94208000 22702 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 23000 22702 660 659 0 22204 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 101932 KiB
Current children cumulated memory: 93568 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/262 851862
/proc/meminfo: memFree=122780148/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=127608 memory=126692 CPUtime=3573.06 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 46920 0 0 0 357289 17 0 0 20 0 1 0 161701250 130670592 31673 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 31902 31673 660 659 0 31106 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 137540 KiB
Current children cumulated memory: 129452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.17 4.12 4.10 5/262 851867
/proc/meminfo: memFree=122745320/131524600 swapFree=131071996/131071996
[pid=849897] ppid=849894 vsize=9932 memory=2760 CPUtime=0 cores=4,6
/proc/849897/stat : 849897 (naps-1.03.sh) S 849894 849897 849547 0 -1 4194304 220 244 0 0 0 0 0 0 20 0 1 0 161701250 10170368 690 134679101440 94720643936256 94720645015576 140725685083872 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720647114032 94720647161220 94720660500480 140725685085156 140725685085281 140725685085281 140725685092296 0
/proc/849897/statm: 2483 690 612 264 0 134 0
[pid=849902] ppid=849897 vsize=127608 memory=126692 CPUtime=3600.09 cores=4,6
/proc/849902/stat : 849902 (naps-1.03) R 849897 849897 849547 0 -1 4194304 46926 0 0 0 359992 17 0 0 20 0 1 0 161701250 130670592 31673 134679101440 4194304 6891213 140723371845920 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 21426176 140723371852789 140723371852901 140723371852901 140723371859915 0
/proc/849902/statm: 31902 31673 660 659 0 31106 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 137540 KiB
Current children cumulated memory: 129452 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.93 s, system=0.172964 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.4
CPU time (s): 3600.1
CPU user time (s): 3599.93
CPU system time (s): 0.172964
CPU usage (%): 99.7424
Max. virtual memory (cumulated for all children) (KiB): 166176
Max. memory (cumulated for all children) (KiB): 158124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.93
system time used= 0.172964
maximum resident set size= 155364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47405
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= 37
involuntary context switches= 1175


# summary of solver processes directly reported to runsolver:
#   pid: 849897
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.93
#   total CPU system time (s): 0.172964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.80629 second user time and 17.8191 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-16 04:02:31
IDJOB=4434288
IDBENCH=147576
IDSOLVER=3063
FILE ID=nodeC029/4434288-1721095338
RUNJOBID= nodeC029-1721095335-849558
SLURM_JOB_ID= 7505604
Free space on /tmp= 889928 MiB

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

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=48686852

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		: 3642.117
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.416
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		: 3669.071
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		: 3600.368
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		: 3660.097
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.549
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		: 3627.179
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.345
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:        123509372 kB
MemAvailable:   129616204 kB
Buffers:          386464 kB
Cached:          6483164 kB
SwapCached:            0 kB
Active:           814648 kB
Inactive:        6446844 kB
Active(anon):       1512 kB
Inactive(anon):   427768 kB
Active(file):     813136 kB
Inactive(file):  6019076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            148408 kB
Writeback:             0 kB
AnonPages:        391588 kB
Mapped:           109144 kB
Shmem:             37720 kB
KReclaimable:     228536 kB
Slab:             349680 kB
SReclaimable:     228536 kB
SUnreclaim:       121144 kB
KernelStack:        4140 kB
PageTables:        10560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     830276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 890044 MiB
End job on nodeC029 at 2024-07-16 05:02:41