Trace number 4451021

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.02b5UNSAT 381.207 382.493

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
MD5SUMd15c8502de0d235fb9400ddf00f66b48
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.8334
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1301
Total number of constraints651
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)651
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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-4451021-1721421888.opb
381.10/382.49	s UNSATISFIABLE
381.10/382.49	c _____________________________________________________________________________
381.10/382.49	c 
381.10/382.49	c std/band forms        : 0,650
381.10/382.49	c 2cl/3cl ITE-codings   : 0,1950
381.10/382.49	c BDD/srt/adr Max costs : 6,0,0
381.10/382.49	c BDDraw/bin/mul/srt/adr: 650,0,0,0,0
381.10/382.49	c BDD nodes             : 5200
381.10/382.49	c Es1/CC detections     : 0,0
381.10/382.49	c SAT/UNSAT calls       : 0,1
381.10/382.49	c regenrated variables  : 0
381.10/382.49	c restarts              : 100720
381.10/382.49	c conflicts             : 13856789       (36375 /sec)
381.10/382.49	c decisions             : 32923494       (86426 /sec)
381.10/382.49	c propagations          : 220311148      (578329 /sec)
381.10/382.49	c inspects              : 0              (0 /sec)
381.10/382.49	c CPU time (solving tm) : 380.9 s        (380.8 s)
381.10/382.49	c Time for Opt-base     : 0 s
381.10/382.49	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: 64059 MiB (59688 MiB free)
  memory of node 1: 64510 MiB (61170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451021-1721421888/watcher-4451021-1721421888 -o /tmp/evaluation-result-4451021-1721421888/solver-4451021-1721421888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034528 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451021-1721421888.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1039822, runsolver pid=1039819

[startup+0.1007 s]*
/proc/loadavg: 4.20 4.27 4.24 5/247 1039827
/proc/meminfo: memFree=123754500/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=6368 memory=5568 CPUtime=0.1 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 1220 0 0 0 10 0 0 0 20 0 1 0 194344928 6520832 1392 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 1592 1392 421 379 0 1126 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 16300 KiB
Current children cumulated memory: 8352 KiB

[startup+0.213681 s]*
/proc/loadavg: 4.20 4.27 4.24 5/247 1039827
/proc/meminfo: memFree=123751140/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=8780 memory=7676 CPUtime=0.21 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 1799 0 0 0 21 0 0 0 20 0 1 0 194344928 8990720 1919 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 2195 1919 421 379 0 1729 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18712 KiB
Current children cumulated memory: 10460 KiB

[startup+0.313456 s]*
/proc/loadavg: 4.20 4.27 4.24 5/247 1039827
/proc/meminfo: memFree=123750132/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=9892 memory=8732 CPUtime=0.31 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 2054 0 0 0 31 0 0 0 20 0 1 0 194344928 10129408 2183 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 2473 2183 421 379 0 2007 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19824 KiB
Current children cumulated memory: 11516 KiB

[startup+0.700435 s]
/proc/loadavg: 4.20 4.27 4.24 6/247 1039827
/proc/meminfo: memFree=123747628/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=13216 memory=11900 CPUtime=0.68 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 2824 0 0 0 68 0 0 0 20 0 1 0 194344928 13533184 2975 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 3304 2975 421 379 0 2838 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 23148 KiB
Current children cumulated memory: 14684 KiB

[startup+1.50042 s]
/proc/loadavg: 4.20 4.27 4.24 5/247 1039827
/proc/meminfo: memFree=123743896/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=15972 memory=14276 CPUtime=1.48 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 3438 0 0 0 148 0 0 0 20 0 1 0 194344928 16355328 3569 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 3993 3569 421 379 0 3527 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 25904 KiB
Current children cumulated memory: 17060 KiB

[startup+3.11332 s]
/proc/loadavg: 4.20 4.27 4.24 5/247 1039827
/proc/meminfo: memFree=123728576/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=21848 memory=20804 CPUtime=3.08 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 4580 0 0 0 308 0 0 0 20 0 1 0 194344928 22372352 5201 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 5462 5201 421 379 0 4996 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 31780 KiB
Current children cumulated memory: 23588 KiB

[startup+6.30039 s]
/proc/loadavg: 4.18 4.26 4.24 5/247 1039828
/proc/meminfo: memFree=123717532/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=37960 memory=28232 CPUtime=6.26 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 5418 0 0 0 625 1 0 0 20 0 1 0 194344928 38871040 7058 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 9490 7058 421 379 0 9024 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 47892 KiB
Current children cumulated memory: 31016 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.26 4.23 5/247 1039828
/proc/meminfo: memFree=123689484/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=37960 memory=36984 CPUtime=12.64 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 6098 0 0 0 1263 1 0 0 20 0 1 0 194344928 38871040 9246 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 9490 9246 421 379 0 9024 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47892 KiB
Current children cumulated memory: 39768 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.26 4.24 5/247 1039830
/proc/meminfo: memFree=123745008/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=50716 memory=48036 CPUtime=25.4 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 6877 0 0 0 2538 2 0 0 20 0 1 0 194344928 51933184 12009 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 12679 12009 421 379 0 12213 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 60648 KiB
Current children cumulated memory: 50820 KiB

[startup+51.1132 s]
/proc/loadavg: 4.14 4.24 4.23 5/245 1039835
/proc/meminfo: memFree=123611780/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=81064 memory=80128 CPUtime=50.93 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 9195 0 0 0 5090 3 0 0 20 0 1 0 194344928 83009536 20032 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 20266 20032 421 379 0 19800 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 90996 KiB
Current children cumulated memory: 82912 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.22 4.22 5/245 1039844
/proc/meminfo: memFree=123668608/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=93076 memory=91008 CPUtime=101.95 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 9412 0 0 0 10191 4 0 0 20 0 1 0 194344928 95309824 22752 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 23269 22752 421 379 0 22803 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 103008 KiB
Current children cumulated memory: 93792 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123737032/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=93076 memory=92300 CPUtime=161.74 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 10073 0 0 0 16166 8 0 0 20 0 1 0 194344928 95309824 23075 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 23269 23075 421 379 0 22803 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 103008 KiB
Current children cumulated memory: 95084 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.18 4.20 5/245 1039914
/proc/meminfo: memFree=123704184/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=142396 memory=127128 CPUtime=221.54 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 10446 0 0 0 22141 13 0 0 20 0 1 0 194344928 145813504 31782 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 35599 31782 421 379 0 35133 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 152328 KiB
Current children cumulated memory: 129912 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.16 4.19 5/245 1039925
/proc/meminfo: memFree=123832600/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=93076 memory=92456 CPUtime=281.34 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 10759 0 0 0 28116 18 0 0 20 0 1 0 194344928 95309824 23114 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 23269 23114 421 379 0 22803 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 103008 KiB
Current children cumulated memory: 95240 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.16 4.18 5/247 1039939
/proc/meminfo: memFree=123616044/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=142528 CPUtime=341.14 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11305 0 0 0 34091 23 0 0 20 0 1 0 194344928 165711872 35632 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 35632 421 379 0 39991 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 145312 KiB

[startup+382.493 s]
# the end of solver process 1039822 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=380.947 s, system=0.259508 s

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

[startup+358.4 s]
/proc/loadavg: 4.09 4.15 4.18 5/247 1039942
/proc/meminfo: memFree=123631584/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=112508 memory=103616 CPUtime=357.18 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11364 0 0 0 35695 23 0 0 20 0 1 0 194344928 115208192 25904 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 28127 25904 421 379 0 27661 0
Current children cumulated CPU time: 357.18 s
Current children cumulated vsize: 122440 KiB
Current children cumulated memory: 106400 KiB

[startup+371.2 s]
/proc/loadavg: 4.14 4.16 4.18 5/247 1039943
/proc/meminfo: memFree=123577592/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=112508 memory=105664 CPUtime=369.93 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11420 0 0 0 36969 24 0 0 20 0 1 0 194344928 115208192 26416 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 28127 26416 421 379 0 27661 0
Current children cumulated CPU time: 369.93 s
Current children cumulated vsize: 122440 KiB
Current children cumulated memory: 108448 KiB

[startup+377.6 s]
/proc/loadavg: 4.29 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123556216/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=148672 CPUtime=376.31 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11472 0 0 0 37606 25 0 0 20 0 1 0 194344928 165711872 37168 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 37168 421 379 0 39991 0
Current children cumulated CPU time: 376.31 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 151456 KiB

[startup+380.8 s]
/proc/loadavg: 4.27 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123647536/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=150844 CPUtime=379.5 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11530 0 0 0 37925 25 0 0 20 0 1 0 194344928 165711872 37711 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 37711 421 379 0 39991 0
Current children cumulated CPU time: 379.5 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 153628 KiB

[startup+381.6 s]
/proc/loadavg: 4.27 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123612764/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=150844 CPUtime=380.3 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11530 0 0 0 38005 25 0 0 20 0 1 0 194344928 165711872 37711 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 37711 421 379 0 39991 0
Current children cumulated CPU time: 380.3 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 153628 KiB

[startup+382 s]*
/proc/loadavg: 4.27 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123608640/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=152892 CPUtime=380.71 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11531 0 0 0 38046 25 0 0 20 0 1 0 194344928 165711872 38223 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 38223 421 379 0 39991 0
Current children cumulated CPU time: 380.71 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 155676 KiB

[startup+382.4 s]
/proc/loadavg: 4.27 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123608640/131655788 swapFree=131071996/131071996
[pid=1039822] ppid=1039819 vsize=9932 memory=2784 CPUtime=0 cores=0,2
/proc/1039822/stat : 1039822 (naps-1.02b5.sh) S 1039819 1039822 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194344928 10170368 696 134679101440 94816242192384 94816243271704 140735729120128 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94816245370160 94816245417348 94816269189120 140735729124318 140735729124445 140735729124445 140735729131462 0
/proc/1039822/statm: 2483 696 619 264 0 134 0
[pid=1039827] ppid=1039822 vsize=161828 memory=152892 CPUtime=381.1 cores=0,2
/proc/1039827/stat : 1039827 (naps-1.02b5) R 1039822 1039822 1034518 0 -1 4194304 11531 0 0 0 38085 25 0 0 20 0 1 0 194344928 165711872 38223 134679101440 4194304 5746509 140726021125696 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 19808256 140726021133293 140726021133407 140726021133407 140726021140425 0
/proc/1039827/statm: 40457 38223 421 379 0 39991 0
Current children cumulated CPU time: 381.1 s
Current children cumulated vsize: 171760 KiB
Current children cumulated memory: 155676 KiB

Child status: 20

Real time (s): 382.493
CPU time (s): 381.207
CPU user time (s): 380.947
CPU system time (s): 0.259508
CPU usage (%): 99.6637
Max. virtual memory (cumulated for all children) (KiB): 171760
Max. memory (cumulated for all children) (KiB): 155676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 380.947
system time used= 0.259508
maximum resident set size= 154816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12010
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= 24
involuntary context switches= 2668


# summary of solver processes directly reported to runsolver:
#   pid: 1039822
#   total CPU time (s): 381.207
#   total CPU user time (s): 380.947
#   total CPU system time (s): 0.259508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85504 second user time and 4.18622 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 22:45:00
IDJOB=4451021
IDBENCH=162339
IDSOLVER=3065
FILE ID=nodeC003/4451021-1721421888
RUNJOBID= nodeC003-1721412725-1034528
SLURM_JOB_ID= 7545486
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x130split.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451021-1721421888/watcher-4451021-1721421888 -o /tmp/evaluation-result-4451021-1721421888/solver-4451021-1721421888 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034528 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451021-1721421888.opb

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

MD5SUM BENCH= d15c8502de0d235fb9400ddf00f66b48
RANDOM SEED=2086362683

nodeC003.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		: 3491.902
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.76
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		: 3591.265
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.30
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.220
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.76
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.316
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.30
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		: 3522.424
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.76
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		: 3506.965
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.30
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.401
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.76
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.354
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123759672 kB
MemAvailable:   129393864 kB
Buffers:          546500 kB
Cached:          5870408 kB
SwapCached:            0 kB
Active:          1036480 kB
Inactive:        6171180 kB
Active(anon):       1500 kB
Inactive(anon):   835176 kB
Active(file):    1034980 kB
Inactive(file):  5336004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4028 kB
Writeback:            12 kB
AnonPages:        790776 kB
Mapped:           113296 kB
Shmem:             45896 kB
KReclaimable:     206480 kB
Slab:             322100 kB
SReclaimable:     206480 kB
SUnreclaim:       115620 kB
KernelStack:        3984 kB
PageTables:        10472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1215064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-19 22:51:23