Trace number 4445361

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-PB16 1.02b5? (TO) 3600.02 3608.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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 benchmark0.198066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
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-4445361-1721321249.opb
3600.00/3608.80	c 
3600.00/3608.80	c *** TERMINATED *** by signal 15
3600.00/3608.80	s UNKNOWN
3600.00/3608.80	c _____________________________________________________________________________
3600.00/3608.80	c 
3600.00/3608.80	c std/band forms        : 0,1
3600.00/3608.80	c 2cl/3cl ITE-codings   : 0,36105
3600.00/3608.80	c BDD/srt/adr Max costs : 37802,0,0
3600.00/3608.80	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.00/3608.80	c BDD nodes             : 37804
3600.00/3608.80	c Es1/CC detections     : 0,0
3600.00/3608.80	c SAT/UNSAT calls       : 0,0
3600.00/3608.80	c regenrated variables  : 0
3600.00/3608.80	c restarts              : 0
3600.00/3608.80	c conflicts             : 0              (0 /sec)
3600.00/3608.80	c decisions             : 0              (0 /sec)
3600.00/3608.80	c propagations          : 0              (0 /sec)
3600.00/3608.80	c inspects              : 0              (0 /sec)
3600.00/3608.80	c CPU time (solving tm) : 3599 s        (3599 s)
3600.00/3608.80	c Time for Opt-base     : 0.08897 s
3600.00/3608.80	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 (63007 MiB free)
  memory of node 1: 64473 MiB (63329 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445361-1721321249/watcher-4445361-1721321249 -o /tmp/evaluation-result-4445361-1721321249/solver-4445361-1721321249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964662 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445361-1721321249.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=968645, runsolver pid=968642

[startup+0.100093 s]*
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129365152/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=10372 memory=5480 CPUtime=0.1 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 1026 0 0 0 10 0 0 0 20 0 1 0 184282009 10620928 1370 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 2593 1370 421 379 0 2127 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 20304 KiB
Current children cumulated memory: 8224 KiB

[startup+0.213446 s]*
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129350564/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=24636 memory=19568 CPUtime=0.21 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 4715 0 0 0 20 1 0 0 20 0 1 0 184282009 25227264 4892 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 6159 4892 421 379 0 5693 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 34568 KiB
Current children cumulated memory: 22312 KiB

[startup+0.313571 s]*
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129340344/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=33244 memory=28280 CPUtime=0.31 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 6863 0 0 0 30 1 0 0 20 0 1 0 184282009 34041856 7070 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 8311 7070 421 379 0 7845 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 43176 KiB
Current children cumulated memory: 31024 KiB

[startup+0.700328 s]
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129328832/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=42000 memory=39656 CPUtime=0.69 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 9286 0 0 0 67 2 0 0 20 0 1 0 184282009 43008000 9914 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 10500 9914 421 379 0 10034 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 51932 KiB
Current children cumulated memory: 42400 KiB

[startup+1.50039 s]
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129328520/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=42000 memory=39656 CPUtime=1.49 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 9286 0 0 0 147 2 0 0 20 0 1 0 184282009 43008000 9914 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 10500 9914 421 379 0 10034 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 51932 KiB
Current children cumulated memory: 42400 KiB

[startup+3.11354 s]
/proc/loadavg: 4.10 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129327268/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=42000 memory=39916 CPUtime=3.09 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 9380 0 0 0 307 2 0 0 20 0 1 0 184282009 43008000 9979 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 10500 9979 421 379 0 10034 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 51932 KiB
Current children cumulated memory: 42660 KiB

[startup+6.30037 s]
/proc/loadavg: 4.09 4.11 4.09 5/247 968650
/proc/meminfo: memFree=129311128/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=44720 memory=41232 CPUtime=6.27 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 9709 0 0 0 625 2 0 0 20 0 1 0 184282009 45793280 10308 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 11180 10308 421 379 0 10714 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 54652 KiB
Current children cumulated memory: 43976 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.10 4.09 5/247 968652
/proc/meminfo: memFree=129307468/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=49140 memory=43600 CPUtime=12.65 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 10309 0 0 0 1263 2 0 0 20 0 1 0 184282009 50319360 10900 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 12285 10900 421 379 0 11819 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 59072 KiB
Current children cumulated memory: 46344 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.12 4.09 5/245 968653
/proc/meminfo: memFree=129295988/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=49140 memory=46120 CPUtime=25.43 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 11012 0 0 0 2540 3 0 0 20 0 1 0 184282009 50319360 11530 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 12285 11530 421 379 0 11819 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 59072 KiB
Current children cumulated memory: 48864 KiB

[startup+51.1132 s]
/proc/loadavg: 4.09 4.11 4.09 5/245 968658
/proc/meminfo: memFree=129225384/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=49836 memory=48148 CPUtime=50.98 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 12025 0 0 0 5095 3 0 0 20 0 1 0 184282009 51032064 12037 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 12459 12037 421 379 0 11993 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 59768 KiB
Current children cumulated memory: 50892 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/245 968668
/proc/meminfo: memFree=129228524/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=87652 memory=58480 CPUtime=102.04 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 12933 0 0 0 10200 4 0 0 20 0 1 0 184282009 89755648 14620 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 21913 14620 421 379 0 21447 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 97584 KiB
Current children cumulated memory: 61224 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/245 968678
/proc/meminfo: memFree=129158720/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=88416 memory=85832 CPUtime=161.88 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 13705 0 0 0 16183 5 0 0 20 0 1 0 184282009 90537984 21458 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 22104 21458 421 379 0 21638 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 98348 KiB
Current children cumulated memory: 88576 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/248 968693
/proc/meminfo: memFree=129106508/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=137736 memory=123632 CPUtime=221.73 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 14955 0 0 0 22166 7 0 0 20 0 1 0 184282009 141041664 30908 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 34434 30908 421 379 0 33968 0
Current children cumulated CPU time: 221.73 s

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

/proc/loadavg: 4.33 4.19 4.17 5/245 970373
/proc/meminfo: memFree=128707668/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=199128 CPUtime=3034.91 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 37887 0 0 0 303438 53 0 0 20 0 1 0 184282009 236769280 49782 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 49782 421 379 0 57339 0
Current children cumulated CPU time: 3034.91 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 201872 KiB

[startup+3102.3 s]
/proc/loadavg: 4.88 4.37 4.24 5/245 970384
/proc/meminfo: memFree=128799960/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=219608 CPUtime=3094.76 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 37943 0 0 0 309423 53 0 0 20 0 1 0 184282009 236769280 54902 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 54902 421 379 0 57339 0
Current children cumulated CPU time: 3094.76 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 222352 KiB

[startup+3162.3 s]
/proc/loadavg: 4.44 4.33 4.23 5/245 970394
/proc/meminfo: memFree=128774556/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=181132 memory=171300 CPUtime=3154.62 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 38683 0 0 0 315406 56 0 0 20 0 1 0 184282009 185479168 42825 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 45283 42825 421 379 0 44817 0
Current children cumulated CPU time: 3154.62 s
Current children cumulated vsize: 191064 KiB
Current children cumulated memory: 174044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.30 4.23 5/248 970409
/proc/meminfo: memFree=128735428/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=188792 CPUtime=3214.47 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 38994 0 0 0 321391 56 0 0 20 0 1 0 184282009 236769280 47198 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 47198 421 379 0 57339 0
Current children cumulated CPU time: 3214.47 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 191536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.26 4.21 5/248 970419
/proc/meminfo: memFree=128698708/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=207320 CPUtime=3274.31 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 39047 0 0 0 327375 56 0 0 20 0 1 0 184282009 236769280 51830 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 51830 421 379 0 57339 0
Current children cumulated CPU time: 3274.31 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 210064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.24 4.21 5/248 970430
/proc/meminfo: memFree=128743964/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=227800 CPUtime=3334.16 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 39155 0 0 0 333359 57 0 0 20 0 1 0 184282009 236769280 56950 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 56950 421 379 0 57339 0
Current children cumulated CPU time: 3334.16 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 230544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.22 4.20 5/248 970440
/proc/meminfo: memFree=128772424/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=181132 memory=177444 CPUtime=3394.01 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 39930 0 0 0 339342 59 0 0 20 0 1 0 184282009 185479168 44361 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 45283 44361 421 379 0 44817 0
Current children cumulated CPU time: 3394.01 s
Current children cumulated vsize: 191064 KiB
Current children cumulated memory: 180188 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.21 4.20 5/248 970451
/proc/meminfo: memFree=128744196/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=197080 CPUtime=3453.86 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 40278 0 0 0 345326 60 0 0 20 0 1 0 184282009 236769280 49270 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 49270 421 379 0 57339 0
Current children cumulated CPU time: 3453.86 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 199824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.20 4.19 5/245 970712
/proc/meminfo: memFree=128859400/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=231220 memory=217560 CPUtime=3513.72 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 40334 0 0 0 351311 61 0 0 20 0 1 0 184282009 236769280 54390 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 57805 54390 421 379 0 57339 0
Current children cumulated CPU time: 3513.72 s
Current children cumulated vsize: 241152 KiB
Current children cumulated memory: 220304 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.18 4.18 5/245 970722
/proc/meminfo: memFree=128891752/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=312608 memory=236452 CPUtime=3573.56 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 40542 0 0 0 357295 61 0 0 20 0 1 0 184282009 320110592 59113 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 78152 59113 421 379 0 77686 0
Current children cumulated CPU time: 3573.56 s
Current children cumulated vsize: 322540 KiB
Current children cumulated memory: 239196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.8 s]
/proc/loadavg: 4.13 4.18 4.18 5/245 970826
/proc/meminfo: memFree=128893352/131655788 swapFree=131070704/131071996
[pid=968645] ppid=968642 vsize=9932 memory=2744 CPUtime=0 cores=1,3
/proc/968645/stat : 968645 (naps-1.02b5.sh) S 968642 968645 964650 0 -1 4194304 219 240 0 0 0 0 0 0 20 0 1 0 184282009 10170368 686 134679101440 94891035357184 94891036436504 140720831290768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94891038534960 94891038582148 94891068997632 140720831292383 140720831292510 140720831292510 140720831299526 0
/proc/968645/statm: 2483 686 607 264 0 134 0
[pid=968650] ppid=968645 vsize=312608 memory=244644 CPUtime=3600 cores=1,3
/proc/968650/stat : 968650 (naps-1.02b5) R 968645 968645 964650 0 -1 4194304 40546 0 0 0 359939 61 0 0 20 0 1 0 184282009 320110592 61161 134679101440 4194304 5746509 140728174999120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33136640 140728175006702 140728175006816 140728175006816 140728175013833 0
/proc/968650/statm: 78152 61161 421 379 0 77686 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 322540 KiB
Current children cumulated memory: 247388 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.4 s, system=0.621876 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): 3608.8
CPU time (s): 3600.02
CPU user time (s): 3599.4
CPU system time (s): 0.621876
CPU usage (%): 99.7565
Max. virtual memory (cumulated for all children) (KiB): 402680
Max. memory (cumulated for all children) (KiB): 289780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.4
system time used= 0.621876
maximum resident set size= 314436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41020
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= 61
involuntary context switches= 2266


# summary of solver processes directly reported to runsolver:
#   pid: 968645
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.4
#   total CPU system time (s): 0.621876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1644 second user time and 38.5677 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 18:47:41
IDJOB=4445361
IDBENCH=148108
IDSOLVER=3065
FILE ID=nodeC011/4445361-1721321249
RUNJOBID= nodeC011-1721317456-964662
SLURM_JOB_ID= 7542661
Free space on /tmp= 723772 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445361-1721321249/watcher-4445361-1721321249 -o /tmp/evaluation-result-4445361-1721321249/solver-4445361-1721321249 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964662 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445361-1721321249.opb

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=1171535633

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129368624 kB
MemAvailable:   129816008 kB
Buffers:          510960 kB
Cached:           776380 kB
SwapCached:          132 kB
Active:          1015136 kB
Inactive:         784948 kB
Active(anon):       1468 kB
Inactive(anon):   548384 kB
Active(file):    1013668 kB
Inactive(file):   236564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             12060 kB
Writeback:             0 kB
AnonPages:        512428 kB
Mapped:           109916 kB
Shmem:             37400 kB
KReclaimable:      74704 kB
Slab:             156752 kB
SReclaimable:      74704 kB
SUnreclaim:        82048 kB
KernelStack:        3980 kB
PageTables:        10156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     868216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723720 MiB
End job on nodeC011 at 2024-07-18 19:47:50