Trace number 4435096

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-PB16 1.02b5? (TO) 3600.08 3612.2

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4435096-1721094409.opb
3600.07/3612.20	c 
3600.07/3612.20	c *** TERMINATED *** by signal 15
3600.07/3612.20	s UNKNOWN
3600.07/3612.20	c _____________________________________________________________________________
3600.07/3612.20	c 
3600.07/3612.20	c std/band forms        : 0,8
3600.07/3612.20	c 2cl/3cl ITE-codings   : 0,60386
3600.07/3612.20	c BDD/srt/adr Max costs : 8773,0,0
3600.07/3612.20	c BDDraw/bin/mul/srt/adr: 0,0,8,0,0
3600.07/3612.20	c BDD nodes             : 63803
3600.07/3612.20	c Es1/CC detections     : 0,0
3600.07/3612.20	c SAT/UNSAT calls       : 0,0
3600.07/3612.20	c regenrated variables  : 0
3600.07/3612.20	c restarts              : 0
3600.07/3612.20	c conflicts             : 0              (0 /sec)
3600.07/3612.20	c decisions             : 0              (0 /sec)
3600.07/3612.20	c propagations          : 0              (0 /sec)
3600.07/3612.20	c inspects              : 0              (0 /sec)
3600.07/3612.20	c CPU time (solving tm) : 3599 s        (3599 s)
3600.07/3612.20	c Time for Opt-base     : 0.03228 s
3600.07/3612.20	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 (62594 MiB free)
  memory of node 1: 64510 MiB (58925 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435096-1721094409/watcher-4435096-1721094409 -o /tmp/evaluation-result-4435096-1721094409/solver-4435096-1721094409 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721087195-854117 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435096-1721094409.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=858310, runsolver pid=858307

[startup+0.100085 s]*
/proc/loadavg: 4.10 4.16 4.12 5/260 858315
/proc/meminfo: memFree=124429268/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=12472 memory=7676 CPUtime=0.1 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 1613 0 0 0 10 0 0 0 20 0 1 0 161606297 12771328 1919 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 3118 1919 421 379 0 2652 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 22404 KiB
Current children cumulated memory: 10344 KiB

[startup+0.205539 s]*
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124428204/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=13828 memory=8844 CPUtime=0.2 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 2024 0 0 0 20 0 0 0 20 0 1 0 161606297 14159872 2211 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 3457 2211 421 379 0 2991 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 23760 KiB
Current children cumulated memory: 11512 KiB

[startup+0.30477 s]*
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124426160/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=15520 memory=10492 CPUtime=0.3 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 2585 0 0 0 30 0 0 0 20 0 1 0 161606297 15892480 2623 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 3880 2623 421 379 0 3414 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 25452 KiB
Current children cumulated memory: 13160 KiB

[startup+0.700219 s]
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124392936/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=45040 memory=37416 CPUtime=0.69 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 8833 0 0 0 68 1 0 0 20 0 1 0 161606297 46120960 9354 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 11260 9354 421 379 0 10794 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 54972 KiB
Current children cumulated memory: 40084 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124392040/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=45172 memory=37944 CPUtime=1.49 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 8961 0 0 0 148 1 0 0 20 0 1 0 161606297 46256128 9486 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 11293 9486 421 379 0 10827 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 55104 KiB
Current children cumulated memory: 40612 KiB

[startup+3.10555 s]
/proc/loadavg: 4.10 4.15 4.12 5/260 858315
/proc/meminfo: memFree=124382692/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=45608 memory=39264 CPUtime=3.09 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 9263 0 0 0 308 1 0 0 20 0 1 0 161606297 46702592 9816 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 11402 9816 421 379 0 10936 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 55540 KiB
Current children cumulated memory: 41932 KiB

[startup+6.30017 s]
/proc/loadavg: 4.09 4.15 4.12 5/260 858317
/proc/meminfo: memFree=124371344/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=50344 memory=40848 CPUtime=6.27 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 9685 0 0 0 626 1 0 0 20 0 1 0 161606297 51552256 10212 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 12586 10212 421 379 0 12120 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 60276 KiB
Current children cumulated memory: 43516 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.17 4.13 5/260 858317
/proc/meminfo: memFree=124361236/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=51032 memory=44732 CPUtime=12.65 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 10094 0 0 0 1264 1 0 0 20 0 1 0 161606297 52256768 11183 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 12758 11183 421 379 0 12292 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 60964 KiB
Current children cumulated memory: 47400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.16 4.12 5/260 858321
/proc/meminfo: memFree=124335316/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=58984 memory=49584 CPUtime=25.41 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 11928 0 0 0 2539 2 0 0 20 0 1 0 161606297 60399616 12396 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 14746 12396 421 379 0 14280 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 68916 KiB
Current children cumulated memory: 52252 KiB

[startup+51.1055 s]
/proc/loadavg: 4.48 4.24 4.15 5/260 858324
/proc/meminfo: memFree=124228016/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=92164 memory=76408 CPUtime=50.92 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 13643 0 0 0 5089 3 0 0 20 0 1 0 161606297 94375936 19102 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 23041 19102 421 379 0 22575 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 102096 KiB
Current children cumulated memory: 79076 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.23 4.15 5/259 858333
/proc/meminfo: memFree=124149184/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=110840 memory=104216 CPUtime=101.93 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 14510 0 0 0 10188 5 0 0 20 0 1 0 161606297 113500160 26054 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 27710 26054 421 379 0 27244 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 120772 KiB
Current children cumulated memory: 106884 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.20 4.15 5/259 858343
/proc/meminfo: memFree=124071072/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=160160 memory=141516 CPUtime=161.74 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 15144 0 0 0 16168 6 0 0 20 0 1 0 161606297 164003840 35379 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 40040 35379 421 379 0 39574 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 170092 KiB
Current children cumulated memory: 144184 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.19 4.15 5/261 858357
/proc/meminfo: memFree=124076140/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=110840 memory=105996 CPUtime=221.55 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 15438 0 0 0 22148 7 0 0 20 0 1 0 161606297 113500160 26499 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 27710 26499 421 379 0 27244 0
Current children cumulated CPU time: 221.55 s

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

/proc/loadavg: 4.15 4.13 4.10 5/260 860056
/proc/meminfo: memFree=123653716/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=208356 CPUtime=3032.07 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 44197 0 0 0 303131 76 0 0 20 0 1 0 161606297 246853632 52089 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 52089 421 379 0 59801 0
Current children cumulated CPU time: 3032.07 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 211024 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/259 860066
/proc/meminfo: memFree=123710156/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=228836 CPUtime=3091.87 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 44269 0 0 0 309110 77 0 0 20 0 1 0 161606297 246853632 57209 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 57209 421 379 0 59801 0
Current children cumulated CPU time: 3091.87 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 231504 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 860081
/proc/meminfo: memFree=123705868/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=190980 memory=178480 CPUtime=3151.68 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 45259 0 0 0 315088 80 0 0 20 0 1 0 161606297 195563520 44620 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 47745 44620 421 379 0 47279 0
Current children cumulated CPU time: 3151.68 s
Current children cumulated vsize: 200912 KiB
Current children cumulated memory: 181148 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/264 860096
/proc/meminfo: memFree=123697320/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=202212 CPUtime=3211.47 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 46182 0 0 0 321066 81 0 0 20 0 1 0 161606297 246853632 50553 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 50553 421 379 0 59801 0
Current children cumulated CPU time: 3211.47 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 204880 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/264 860108
/proc/meminfo: memFree=123637548/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=226788 CPUtime=3271.26 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 46213 0 0 0 327045 81 0 0 20 0 1 0 161606297 246853632 56697 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 56697 421 379 0 59801 0
Current children cumulated CPU time: 3271.26 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 229456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 860119
/proc/meminfo: memFree=123577652/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=322456 memory=249828 CPUtime=3331.07 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 47004 0 0 0 333024 83 0 0 20 0 1 0 161606297 330194944 62457 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 80614 62457 421 379 0 80148 0
Current children cumulated CPU time: 3331.07 s
Current children cumulated vsize: 332388 KiB
Current children cumulated memory: 252496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/264 860130
/proc/meminfo: memFree=123726992/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=193860 CPUtime=3390.86 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 48108 0 0 0 339001 85 0 0 20 0 1 0 161606297 246853632 48465 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 48465 421 379 0 59801 0
Current children cumulated CPU time: 3390.86 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 196528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/261 860141
/proc/meminfo: memFree=123714432/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=216388 CPUtime=3450.67 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 48122 0 0 0 344981 86 0 0 20 0 1 0 161606297 246853632 54097 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 54097 421 379 0 59801 0
Current children cumulated CPU time: 3450.67 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 219056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.13 4.10 5/259 860151
/proc/meminfo: memFree=123612540/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=241068 memory=235808 CPUtime=3510.46 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 48402 0 0 0 350960 86 0 0 20 0 1 0 161606297 246853632 58952 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60267 58952 421 379 0 59801 0
Current children cumulated CPU time: 3510.46 s
Current children cumulated vsize: 251000 KiB
Current children cumulated memory: 238476 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/259 860163
/proc/meminfo: memFree=123678152/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=193616 memory=178892 CPUtime=3570.26 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 49281 0 0 0 356937 89 0 0 20 0 1 0 161606297 198262784 44723 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 48404 44723 421 379 0 47938 0
Current children cumulated CPU time: 3570.26 s
Current children cumulated vsize: 203548 KiB
Current children cumulated memory: 181560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.2 s]
/proc/loadavg: 3.89 4.07 4.08 2/235 860261
/proc/meminfo: memFree=124308196/131524600 swapFree=131071996/131071996
[pid=858310] ppid=858307 vsize=9932 memory=2668 CPUtime=0 cores=0,2
/proc/858310/stat : 858310 (naps-1.02b5.sh) S 858307 858310 854107 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 161606296 10170368 667 134679101440 94597841682432 94597842761752 140722479860928 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94597844860208 94597844907396 94597863710720 140722479866848 140722479866975 140722479866975 140722479873990 0
/proc/858310/statm: 2483 667 589 264 0 134 0
[pid=858315] ppid=858310 vsize=243704 memory=189120 CPUtime=3600.07 cores=0,2
/proc/858315/stat : 858315 (naps-1.02b5) R 858310 858310 854107 0 -1 4194304 49919 0 0 0 359917 90 0 0 20 0 1 0 161606297 249552896 47280 134679101440 4194304 5746509 140725270218320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 17076224 140725270225903 140725270226017 140725270226017 140725270233033 0
/proc/858315/statm: 60926 47280 421 379 0 60460 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 253636 KiB
Current children cumulated memory: 191788 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3612.2 s]
# the end of solver process 858310 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.905853 s

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

Child status: 0

Real time (s): 3612.2
CPU time (s): 3600.08
CPU user time (s): 3599.17
CPU system time (s): 0.905853
CPU usage (%): 99.6644
Max. virtual memory (cumulated for all children) (KiB): 415164
Max. memory (cumulated for all children) (KiB): 292372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.905853
maximum resident set size= 322756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50394
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= 68
involuntary context switches= 24680


# summary of solver processes directly reported to runsolver:
#   pid: 858310
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.905853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13673 second user time and 17.3458 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-16 03:47:02
IDJOB=4435096
IDBENCH=147583
IDSOLVER=3065
FILE ID=nodeC025/4435096-1721094409
RUNJOBID= nodeC025-1721087195-854117
SLURM_JOB_ID= 7505581
Free space on /tmp= 890020 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435096-1721094409/watcher-4435096-1721094409 -o /tmp/evaluation-result-4435096-1721094409/solver-4435096-1721094409 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721087195-854117 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435096-1721094409.opb

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=1656450227

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124436724 kB
MemAvailable:   129557460 kB
Buffers:          402136 kB
Cached:          5493388 kB
SwapCached:            0 kB
Active:           723016 kB
Inactive:        5633816 kB
Active(anon):       1568 kB
Inactive(anon):   497464 kB
Active(file):     721448 kB
Inactive(file):  5136352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8080 kB
Writeback:             0 kB
AnonPages:        459364 kB
Mapped:           108708 kB
Shmem:             37720 kB
KReclaimable:     205168 kB
Slab:             323784 kB
SReclaimable:     205168 kB
SUnreclaim:       118616 kB
KernelStack:        4172 kB
PageTables:        10488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     840768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62528 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      273108 kB
DirectMap2M:    36200448 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC025 at 2024-07-16 04:47:14