Trace number 4445328

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 NameAnswerCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.09 3609.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.27947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4445328-1721324848.opb
3600.07/3609.40	c 
3600.07/3609.40	c *** TERMINATED *** by signal 15
3600.07/3609.40	s UNKNOWN
3600.07/3609.40	c _____________________________________________________________________________
3600.07/3609.40	c std/band forms        : 0,1
3600.07/3609.40	c 2cl/3cl ITE-codings   : 0,25696
3600.07/3609.40	c BDD/srt/adr Max costs : 27004,0,0
3600.07/3609.40	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.07/3609.40	c BDD nodes             : 27006
3600.07/3609.40	c Es1/CC detections     : 0,0
3600.07/3609.40	c CC sort               : 0
3600.07/3609.40	c SAT/UNSAT calls       : 0,0
3600.07/3609.40	c regenrated variables  : 0
3600.07/3609.40	c eliminated fixed lits : 0
3600.07/3609.40	c goal lit flips        : 0
3600.07/3609.40	c goal stages           : 0
3600.07/3609.40	c goal shrink           : 0
3600.07/3609.40	c goal coeff separations: 0
3600.07/3609.40	c restarts              : 0
3600.07/3609.40	c conflicts             : 0              (0 /sec)
3600.07/3609.40	c decisions             : 0              (0 /sec)
3600.07/3609.40	c propagations          : 0              (0 /sec)
3600.07/3609.40	c inspects              : 0              (0 /sec)
3600.07/3609.40	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.07/3609.40	c Time for Opt-base     : 0.06906 s
3600.07/3609.40	c Steps for Opt-base    : 86088
3600.07/3609.40	c Time for BDD coding   : 0.2378 s
3600.07/3609.40	c Time for srt coding   : 0 s
3600.07/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: 64096 MiB (60214 MiB free)
  memory of node 1: 64473 MiB (61679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445328-1721324848/watcher-4445328-1721324848 -o /tmp/evaluation-result-4445328-1721324848/solver-4445328-1721324848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721317560-958809 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4445328-1721324848.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=964603, runsolver pid=964600

[startup+0.100888 s]*
/proc/loadavg: 4.21 4.23 4.18 5/245 964608
/proc/meminfo: memFree=124811972/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=11236 memory=5168 CPUtime=0.1 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 908 0 0 0 10 0 0 0 20 0 1 0 184640667 11505664 1292 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 2809 1292 468 659 0 2013 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21168 KiB
Current children cumulated memory: 7900 KiB

[startup+0.213342 s]*
/proc/loadavg: 4.21 4.23 4.18 6/245 964608
/proc/meminfo: memFree=124798112/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=25288 memory=19368 CPUtime=0.2 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 4560 0 0 0 20 0 0 0 20 0 1 0 184640667 25894912 4842 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 6322 4842 468 659 0 5526 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 35220 KiB
Current children cumulated memory: 22100 KiB

[startup+0.313566 s]*
/proc/loadavg: 4.21 4.23 4.18 5/245 964608
/proc/meminfo: memFree=124786432/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=32596 memory=29328 CPUtime=0.31 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 6582 0 0 0 30 1 0 0 20 0 1 0 184640667 33378304 7332 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8149 7332 468 659 0 7353 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42528 KiB
Current children cumulated memory: 32060 KiB

[startup+0.700376 s]
/proc/loadavg: 4.21 4.23 4.18 5/245 964610
/proc/meminfo: memFree=124786208/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=32596 memory=29328 CPUtime=0.68 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 6582 0 0 0 67 1 0 0 20 0 1 0 184640667 33378304 7332 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8149 7332 468 659 0 7353 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 42528 KiB
Current children cumulated memory: 32060 KiB

[startup+1.50038 s]
/proc/loadavg: 4.21 4.23 4.18 5/245 964610
/proc/meminfo: memFree=124786204/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=32596 memory=29328 CPUtime=1.48 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 6582 0 0 0 147 1 0 0 20 0 1 0 184640667 33378304 7332 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8149 7332 468 659 0 7353 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42528 KiB
Current children cumulated memory: 32060 KiB

[startup+3.11295 s]
/proc/loadavg: 4.19 4.23 4.17 5/245 964610
/proc/meminfo: memFree=124784400/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=32596 memory=29852 CPUtime=3.09 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 6672 0 0 0 308 1 0 0 20 0 1 0 184640667 33378304 7463 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8149 7463 468 659 0 7353 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 42528 KiB
Current children cumulated memory: 32584 KiB

[startup+6.30035 s]
/proc/loadavg: 4.19 4.23 4.17 5/245 964610
/proc/meminfo: memFree=124780608/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=32596 memory=30168 CPUtime=6.26 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 7470 0 0 0 625 1 0 0 20 0 1 0 184640667 33378304 7542 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8149 7542 468 659 0 7353 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 42528 KiB
Current children cumulated memory: 32900 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.23 4.17 5/245 964611
/proc/meminfo: memFree=124767816/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=35316 memory=33008 CPUtime=12.65 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 7721 0 0 0 1264 1 0 0 20 0 1 0 184640667 36163584 8252 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 8829 8252 468 659 0 8033 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 45248 KiB
Current children cumulated memory: 35740 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.21 4.17 5/245 964613
/proc/meminfo: memFree=124740444/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=46996 memory=44988 CPUtime=25.41 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 8932 0 0 0 2540 1 0 0 20 0 1 0 184640667 48123904 11247 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 11749 11247 468 659 0 10953 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 56928 KiB
Current children cumulated memory: 47720 KiB

[startup+51.1132 s]
/proc/loadavg: 4.16 4.21 4.17 5/245 964617
/proc/meminfo: memFree=124713960/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=52144 memory=49536 CPUtime=50.97 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 9487 0 0 0 5095 2 0 0 20 0 1 0 184640667 53395456 12384 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 13036 12384 468 659 0 12240 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 62076 KiB
Current children cumulated memory: 52268 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.18 4.16 5/245 964677
/proc/meminfo: memFree=124887744/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=101172 memory=88432 CPUtime=102.03 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 10564 0 0 0 10200 3 0 0 20 0 1 0 184640667 103600128 22108 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 25293 22108 468 659 0 24497 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 111104 KiB
Current children cumulated memory: 91164 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.17 4.16 5/248 964691
/proc/meminfo: memFree=124784408/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=89676 memory=87604 CPUtime=161.89 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 11168 0 0 0 16186 3 0 0 20 0 1 0 184640667 91828224 21901 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 22419 21901 468 659 0 21623 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 99608 KiB
Current children cumulated memory: 90336 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.17 4.16 5/247 964700
/proc/meminfo: memFree=124754336/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=89676 memory=87604 CPUtime=221.75 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 11205 0 0 0 22172 3 0 0 20 0 1 0 184640667 91828224 21901 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 22419 21901 468 659 0 21623 0
Current children cumulated CPU time: 221.75 s

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

/proc/loadavg: 4.08 4.18 4.21 5/245 966431
/proc/meminfo: memFree=124388392/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=156008 CPUtime=3034.37 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 43630 0 0 0 303384 53 0 0 20 0 1 0 184640667 187371520 39002 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 39002 468 659 0 44949 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 158740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.18 4.21 5/245 966442
/proc/meminfo: memFree=124432120/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=176696 CPUtime=3094.21 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 43683 0 0 0 309368 53 0 0 20 0 1 0 184640667 187371520 44174 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 44174 468 659 0 44949 0
Current children cumulated CPU time: 3094.21 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 179428 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.14 4.19 5/247 966456
/proc/meminfo: memFree=124420196/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=152160 memory=149804 CPUtime=3154.07 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 44475 0 0 0 315352 55 0 0 20 0 1 0 184640667 155811840 37451 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 38040 37451 468 659 0 37244 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 162092 KiB
Current children cumulated memory: 152536 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.13 4.18 5/247 966466
/proc/meminfo: memFree=124366504/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=172600 CPUtime=3213.93 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 45104 0 0 0 321337 56 0 0 20 0 1 0 184640667 187371520 43150 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 43150 468 659 0 44949 0
Current children cumulated CPU time: 3213.93 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 175332 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.15 4.18 5/247 966476
/proc/meminfo: memFree=124358652/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=233068 memory=192184 CPUtime=3273.77 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 45453 0 0 0 327321 56 0 0 20 0 1 0 184640667 238661632 48046 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 58267 48046 468 659 0 57471 0
Current children cumulated CPU time: 3273.77 s
Current children cumulated vsize: 243000 KiB
Current children cumulated memory: 194916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.18 5/247 966487
/proc/meminfo: memFree=124398948/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=166456 CPUtime=3333.63 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 46524 0 0 0 333305 58 0 0 20 0 1 0 184640667 187371520 41614 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 41614 468 659 0 44949 0
Current children cumulated CPU time: 3333.63 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 169188 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.14 4.18 5/247 966497
/proc/meminfo: memFree=124351964/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=233068 memory=188088 CPUtime=3393.48 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 46884 0 0 0 339290 58 0 0 20 0 1 0 184640667 238661632 47022 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 58267 47022 468 659 0 57471 0
Current children cumulated CPU time: 3393.48 s
Current children cumulated vsize: 243000 KiB
Current children cumulated memory: 190820 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/245 966508
/proc/meminfo: memFree=124406896/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=160312 CPUtime=3453.34 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 47950 0 0 0 345275 59 0 0 20 0 1 0 184640667 187371520 40078 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 40078 468 659 0 44949 0
Current children cumulated CPU time: 3453.34 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 163044 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.17 6/245 966519
/proc/meminfo: memFree=124343448/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=180792 CPUtime=3513.19 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 48006 0 0 0 351260 59 0 0 20 0 1 0 184640667 187371520 45198 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 45198 468 659 0 44949 0
Current children cumulated CPU time: 3513.19 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 183524 KiB

[startup+3582.3 s]
/proc/loadavg: 3.64 4.00 4.12 4/237 966560
/proc/meminfo: memFree=124614316/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=152160 memory=150060 CPUtime=3573.04 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 48870 0 0 0 357243 61 0 0 20 0 1 0 184640667 155811840 37515 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 38040 37515 468 659 0 37244 0
Current children cumulated CPU time: 3573.04 s
Current children cumulated vsize: 162092 KiB
Current children cumulated memory: 152792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 3.38 3.90 4.08 3/229 966595
/proc/meminfo: memFree=124797700/131655788 swapFree=131071996/131071996
[pid=964603] ppid=964600 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/964603/stat : 964603 (naps-1.03.sh) S 964600 964603 958796 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 184640667 10170368 683 134679101440 93952383369216 93952384448536 140736147997616 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93952386546992 93952386594180 93952394661888 140736148001759 140736148001888 140736148001888 140736148008904 0
/proc/964603/statm: 2483 683 606 264 0 134 0
[pid=964608] ppid=964603 vsize=182980 memory=160104 CPUtime=3600.07 cores=5,7
/proc/964608/stat : 964608 (naps-1.03) R 964603 964603 958796 0 -1 4194304 49382 0 0 0 359946 61 0 0 20 0 1 0 184640667 187371520 40026 134679101440 4194304 6891213 140722221460208 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 19140608 140722221462512 140722221462628 140722221462628 140722221469643 0
/proc/964608/statm: 45745 40026 468 659 0 44949 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 192912 KiB
Current children cumulated memory: 162836 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.47 s, system=0.625425 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.09
CPU user time (s): 3599.47
CPU system time (s): 0.625425
CPU usage (%): 99.7421
Max. virtual memory (cumulated for all children) (KiB): 292320
Max. memory (cumulated for all children) (KiB): 229260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.47
system time used= 0.625425
maximum resident set size= 243000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49863
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= 41
involuntary context switches= 2282


# summary of solver processes directly reported to runsolver:
#   pid: 964603
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.47
#   total CPU system time (s): 0.625425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6733 second user time and 37.5561 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-18 19:47:41
IDJOB=4445328
IDBENCH=148107
IDSOLVER=3062
FILE ID=nodeC004/4445328-1721324848
RUNJOBID= nodeC004-1721317560-958809
SLURM_JOB_ID= 7542665
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445328-1721324848/watcher-4445328-1721324848 -o /tmp/evaluation-result-4445328-1721324848/solver-4445328-1721324848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721317560-958809 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4445328-1721324848.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=1355134362

nodeC004.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124821260 kB
MemAvailable:   129575412 kB
Buffers:          512444 kB
Cached:          5025816 kB
SwapCached:            0 kB
Active:          1034492 kB
Inactive:        5131908 kB
Active(anon):       3424 kB
Inactive(anon):   662128 kB
Active(file):    1031068 kB
Inactive(file):  4469780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10720 kB
Writeback:            16 kB
AnonPages:        627504 kB
Mapped:           111848 kB
Shmem:             37700 kB
KReclaimable:     187008 kB
Slab:             300236 kB
SReclaimable:     187008 kB
SUnreclaim:       113228 kB
KernelStack:        3932 kB
PageTables:        10768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     995240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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:      213832 kB
DirectMap2M:    23808000 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC004 at 2024-07-18 20:47:50