Trace number 4435305

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.12 3609.12

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15928581
Best CPU time to get the best result obtained on this benchmark3602.46
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
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-4435305-1721139836.opb
3600.09/3609.10	c 
3600.09/3609.10	c *** TERMINATED *** by signal 15
3600.09/3609.10	s UNKNOWN
3600.09/3609.10	c _____________________________________________________________________________
3600.09/3609.10	c 
3600.09/3609.10	c std/band forms        : 985351,3
3600.09/3609.10	c 2cl/3cl ITE-codings   : 353698,552725
3600.09/3609.10	c BDD/srt/adr Max costs : 413692,0,0
3600.09/3609.10	c BDDraw/bin/mul/srt/adr: 985354,0,0,0,0
3600.09/3609.10	c BDD nodes             : 4865576
3600.09/3609.10	c Es1/CC detections     : 0,0
3600.09/3609.10	c SAT/UNSAT calls       : 0,0
3600.09/3609.10	c regenrated variables  : 0
3600.09/3609.10	c restarts              : 0
3600.09/3609.10	c conflicts             : 0              (0 /sec)
3600.09/3609.10	c decisions             : 0              (0 /sec)
3600.09/3609.10	c propagations          : 0              (0 /sec)
3600.09/3609.10	c inspects              : 0              (0 /sec)
3600.09/3609.10	c CPU time (solving tm) : 3598 s        (3551 s)
3600.09/3609.10	c Time for Opt-base     : 0 s
3600.09/3609.10	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (54305 MiB free)
  memory of node 1: 64510 MiB (33653 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=885479, runsolver pid=885476

[startup+0.100092 s]*
/proc/loadavg: 4.13 4.12 4.10 5/262 885484
/proc/meminfo: memFree=90057272/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=19736 memory=13752 CPUtime=0.09 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 3273 0 0 0 9 0 0 0 20 0 1 0 166149077 20209664 3438 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 4934 3438 405 379 0 4468 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 29668 KiB
Current children cumulated memory: 16472 KiB

[startup+0.205764 s]*
/proc/loadavg: 4.13 4.12 4.10 5/262 885484
/proc/meminfo: memFree=90049040/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=27652 memory=21672 CPUtime=0.2 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 5276 0 0 0 19 1 0 0 20 0 1 0 166149077 28315648 5418 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 6913 5418 405 379 0 6447 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37584 KiB
Current children cumulated memory: 24392 KiB

[startup+0.305716 s]*
/proc/loadavg: 4.13 4.12 4.10 5/262 885484
/proc/meminfo: memFree=90046548/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=29640 memory=24040 CPUtime=0.3 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 5859 0 0 0 29 1 0 0 20 0 1 0 166149077 30351360 6010 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 7410 6010 405 379 0 6944 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39572 KiB
Current children cumulated memory: 26760 KiB

[startup+0.700259 s]
/proc/loadavg: 4.13 4.12 4.10 5/262 885484
/proc/meminfo: memFree=90031872/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=73268 memory=68476 CPUtime=0.69 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 16644 0 0 0 66 3 0 0 20 0 1 0 166149077 75026432 17119 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 18317 17119 405 379 0 17851 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 83200 KiB
Current children cumulated memory: 71196 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 4.12 4.10 5/262 885484
/proc/meminfo: memFree=89956048/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=200464 memory=192024 CPUtime=1.48 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 47661 0 0 0 141 7 0 0 20 0 1 0 166149077 205275136 48006 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 50116 48006 405 379 0 49650 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 210396 KiB
Current children cumulated memory: 194744 KiB

[startup+3.10557 s]
/proc/loadavg: 4.12 4.11 4.10 5/262 885484
/proc/meminfo: memFree=89641156/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=452204 memory=437624 CPUtime=3.09 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 105963 0 0 0 291 18 0 0 20 0 1 0 166149077 463056896 109406 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 113051 109406 405 379 0 112585 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 462136 KiB
Current children cumulated memory: 440344 KiB

[startup+6.30025 s]
/proc/loadavg: 4.12 4.11 4.10 5/262 885484
/proc/meminfo: memFree=89185496/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=935012 memory=922804 CPUtime=6.27 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 218351 0 0 0 591 36 0 0 20 0 1 0 166149077 957452288 230701 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 233753 230701 405 379 0 233287 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 944944 KiB
Current children cumulated memory: 925524 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.11 4.10 5/262 885486
/proc/meminfo: memFree=88969596/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=1132136 memory=1100032 CPUtime=12.67 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 252231 0 0 0 1223 44 0 0 20 0 1 0 166149077 1159307264 275008 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 283034 275008 405 379 0 282568 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 1142068 KiB
Current children cumulated memory: 1102752 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.12 4.10 5/262 885487
/proc/meminfo: memFree=88465192/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=1663052 memory=1617568 CPUtime=25.43 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 369053 0 0 0 2477 66 0 0 20 0 1 0 166149077 1702965248 404392 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 415763 404392 421 379 0 415297 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1672984 KiB
Current children cumulated memory: 1620288 KiB

[startup+51.1058 s]
/proc/loadavg: 4.11 4.11 4.10 5/265 885497
/proc/meminfo: memFree=87502668/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2685740 memory=2543056 CPUtime=50.98 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 394565 0 0 0 5010 88 0 0 20 0 1 0 166149077 2750197760 635764 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 671435 635764 421 379 0 670969 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2695672 KiB
Current children cumulated memory: 2545776 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 885889
/proc/meminfo: memFree=87469804/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2685740 memory=2552280 CPUtime=102.04 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 395793 0 0 0 10110 94 0 0 20 0 1 0 166149077 2750197760 638070 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 671435 638070 421 379 0 670969 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2695672 KiB
Current children cumulated memory: 2555000 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 885899
/proc/meminfo: memFree=87428712/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2685740 memory=2554328 CPUtime=161.9 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 395995 0 0 0 16095 95 0 0 20 0 1 0 166149077 2750197760 638582 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 671435 638582 421 379 0 670969 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 2695672 KiB
Current children cumulated memory: 2557048 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 885910
/proc/meminfo: memFree=87401340/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2685740 memory=2556376 CPUtime=221.75 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 396184 0 0 0 22079 96 0 0 20 0 1 0 166149077 2750197760 639094 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 671435 639094 421 379 0 670969 0
Current children cumulated CPU time: 221.75 s

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

/proc/885484/statm: 706551 650520 421 379 0 706085 0
Current children cumulated CPU time: 3094.51 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2604800 KiB

[startup+3162.3 s]
/proc/loadavg: 1.09 1.22 2.03 2/235 887341
/proc/meminfo: memFree=121275272/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2612320 CPUtime=3154.36 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 420271 0 0 0 315273 163 0 0 20 0 1 0 166149077 2894032896 653080 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 653080 421 379 0 706085 0
Current children cumulated CPU time: 3154.36 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2615040 KiB

[startup+3222.3 s]
/proc/loadavg: 1.14 1.20 1.97 2/235 887352
/proc/meminfo: memFree=121268536/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2618464 CPUtime=3214.21 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 420965 0 0 0 321258 163 0 0 20 0 1 0 166149077 2894032896 654616 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 654616 421 379 0 706085 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2621184 KiB

[startup+3282.3 s]
/proc/loadavg: 1.16 1.20 1.92 2/235 887363
/proc/meminfo: memFree=121252744/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2633564 CPUtime=3274.08 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 421619 0 0 0 327244 164 0 0 20 0 1 0 166149077 2894032896 658391 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 658391 421 379 0 706085 0
Current children cumulated CPU time: 3274.08 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2636284 KiB

[startup+3342.3 s]
/proc/loadavg: 1.18 1.19 1.87 2/235 887374
/proc/meminfo: memFree=121297948/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2693944 memory=2587884 CPUtime=3333.94 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 423104 0 0 0 333225 169 0 0 20 0 1 0 166149077 2758598656 646971 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 673486 646971 421 379 0 673020 0
Current children cumulated CPU time: 3333.94 s
Current children cumulated vsize: 2703876 KiB
Current children cumulated memory: 2590604 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 1.17 1.82 2/237 887391
/proc/meminfo: memFree=121274620/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2610224 CPUtime=3393.8 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 424392 0 0 0 339210 170 0 0 20 0 1 0 166149077 2894032896 652556 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 652556 421 379 0 706085 0
Current children cumulated CPU time: 3393.8 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2612944 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.17 1.78 2/237 887401
/proc/meminfo: memFree=121258260/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2624560 CPUtime=3453.65 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 425039 0 0 0 345195 170 0 0 20 0 1 0 166149077 2894032896 656140 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 656140 421 379 0 706085 0
Current children cumulated CPU time: 3453.65 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2627280 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.16 1.74 2/238 887413
/proc/meminfo: memFree=121257156/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2626608 CPUtime=3513.5 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 425834 0 0 0 351180 170 0 0 20 0 1 0 166149077 2894032896 656652 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 656652 421 379 0 706085 0
Current children cumulated CPU time: 3513.5 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2629328 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.15 1.69 2/238 887424
/proc/meminfo: memFree=121252184/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2630704 CPUtime=3573.35 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 426526 0 0 0 357165 170 0 0 20 0 1 0 166149077 2894032896 657676 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 657676 421 379 0 706085 0
Current children cumulated CPU time: 3573.35 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2633424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 1.13 1.15 1.68 2/238 887431
/proc/meminfo: memFree=121249396/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2632752 CPUtime=3600.09 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 427037 0 0 0 359839 170 0 0 20 0 1 0 166149077 2894032896 658188 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 658188 421 379 0 706085 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2635472 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.11 s]
# the end of solver process 885479 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001716 s, system=0.001203 s

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

# cumulated CPU time of all completed processes:  user=3598.39 s, system=1.72491 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3609.11 s]
/proc/loadavg: 1.13 1.15 1.68 2/238 887431
/proc/meminfo: memFree=121249396/131524600 swapFree=131071996/131071996
[pid=885479] ppid=885476 vsize=9932 memory=2720 CPUtime=0 cores=4,6
/proc/885479/stat : 885479 (naps-1.02b5.sh) S 885476 885479 880414 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 166149077 10170368 680 134679101440 93867214123008 93867215202328 140734619130112 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 93867217300784 93867217347972 93867217989632 140734619136992 140734619137119 140734619137119 140734619144134 0
/proc/885479/statm: 2483 680 602 264 0 134 0
[pid=885484] ppid=885479 vsize=2826204 memory=2632752 CPUtime=3600.09 cores=4,6
/proc/885484/stat : 885484 (naps-1.02b5) R 885479 885479 880414 0 -1 4194304 427037 0 0 0 359839 170 0 0 20 0 1 0 166149077 2894032896 658188 134679101440 4194304 5746509 140722413603008 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 28651520 140722413609967 140722413610081 140722413610081 140722413617097 0
/proc/885484/statm: 706551 658188 421 379 0 706085 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2836136 KiB
Current children cumulated memory: 2635472 KiB

Child status: 0

Real time (s): 3609.12
CPU time (s): 3600.12
CPU user time (s): 3598.39
CPU system time (s): 1.72491
CPU usage (%): 99.7505
Max. virtual memory (cumulated for all children) (KiB): 3047752
Max. memory (cumulated for all children) (KiB): 2840180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.39
system time used= 1.72491
maximum resident set size= 2837460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 427501
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= 275
involuntary context switches= 1767


# summary of solver processes directly reported to runsolver:
#   pid: 885479,885484
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.39
#   total CPU system time (s): 1.72491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.06191 second user time and 17.9604 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-16 16:24:10
IDJOB=4435305
IDBENCH=155745
IDSOLVER=3065
FILE ID=nodeC025/4435305-1721139836
RUNJOBID= nodeC025-1721131091-880585
SLURM_JOB_ID= 7505698
Free space on /tmp= 889680 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_ic.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435305-1721139836/watcher-4435305-1721139836 -o /tmp/evaluation-result-4435305-1721139836/solver-4435305-1721139836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721131091-880585 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435305-1721139836.opb

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=1123287812

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        90070104 kB
MemAvailable:   96025744 kB
Buffers:          431044 kB
Cached:          6289664 kB
SwapCached:            0 kB
Active:          1047504 kB
Inactive:       39585100 kB
Active(anon):       1552 kB
Inactive(anon): 33948060 kB
Active(file):    1045952 kB
Inactive(file):  5637040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            103872 kB
Writeback:             0 kB
AnonPages:      33909884 kB
Mapped:           109208 kB
Shmem:             37720 kB
KReclaimable:     224588 kB
Slab:             346356 kB
SReclaimable:     224588 kB
SUnreclaim:       121768 kB
KernelStack:        4192 kB
PageTables:        75768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   38389768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64032 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11765760 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:      289492 kB
DirectMap2M:    41426944 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 889928 MiB
End job on nodeC025 at 2024-07-16 17:24:19