Trace number 4448568

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-GM 1.03UNSAT 214.662 215.258

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
MD5SUMe216a9526ca3dc38bcdba98c3f3990b1
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 benchmark22.0111
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)451
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4448568-1721355398.opb
214.59/215.25	s UNSATISFIABLE
214.59/215.25	c _____________________________________________________________________________
214.59/215.25	c std/band forms        : 900,0
214.59/215.25	c 2cl/3cl ITE-codings   : 0,0
214.59/215.25	c BDD/srt/adr Max costs : 0,11,0
214.59/215.25	c BDDraw/bin/mul/srt/adr: 0,0,0,900,0
214.59/215.25	c BDD nodes             : 0
214.59/215.25	c Es1/CC detections     : 0,0
214.59/215.25	c CC sort               : 450
214.59/215.25	c SAT/UNSAT calls       : 0,1
214.59/215.25	c regenrated variables  : 0
214.59/215.25	c eliminated fixed lits : 0
214.59/215.25	c goal lit flips        : 0
214.59/215.25	c goal stages           : 0
214.59/215.25	c goal shrink           : 0
214.59/215.25	c goal coeff separations: 0
214.59/215.25	c restarts              : 53752
214.59/215.25	c conflicts             : 7678332        (35786 /sec)
214.59/215.25	c decisions             : 16200645       (75505 /sec)
214.59/215.25	c propagations          : 88963111       (414623 /sec)
214.59/215.25	c inspects              : 0              (0 /sec)
214.59/215.25	c CPU time (solving tm) : 214.6 s        (214.6 s, SAT 0 s, UNSAT 214.6 s)
214.59/215.25	c Time for Opt-base     : 0.000792 s
214.59/215.25	c Steps for Opt-base    : 0
214.59/215.25	c Time for BDD coding   : 0 s
214.59/215.25	c Time for srt coding   : 0.001559 s
214.59/215.25	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: 63968 MiB (60358 MiB free)
  memory of node 1: 64473 MiB (60739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448568-1721355398/watcher-4448568-1721355398 -o /tmp/evaluation-result-4448568-1721355398/solver-4448568-1721355398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721351295-991222 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4448568-1721355398.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10021 s]*
/proc/loadavg: 3.98 4.07 4.08 5/259 995243
/proc/meminfo: memFree=123997980/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=8712 memory=6768 CPUtime=0.09 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 1469 0 0 0 9 0 0 0 20 0 1 0 187710349 8921088 1692 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 2178 1692 468 659 0 1382 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18644 KiB
Current children cumulated memory: 9508 KiB

[startup+0.206225 s]*
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=123996212/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=10468 memory=8088 CPUtime=0.19 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 1817 0 0 0 19 0 0 0 20 0 1 0 187710349 10719232 2022 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 2617 2022 468 659 0 1821 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 20400 KiB
Current children cumulated memory: 10828 KiB

[startup+0.305916 s]*
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=123995184/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=11104 memory=8880 CPUtime=0.29 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 2022 0 0 0 29 0 0 0 20 0 1 0 187710349 11370496 2220 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 2776 2220 468 659 0 1980 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 21036 KiB
Current children cumulated memory: 11620 KiB

[startup+0.70027 s]
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=123992692/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=15876 memory=11784 CPUtime=0.68 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 2766 0 0 0 68 0 0 0 20 0 1 0 187710349 16257024 2946 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 3969 2946 468 659 0 3173 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 25808 KiB
Current children cumulated memory: 14524 KiB

[startup+1.50028 s]
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=123989640/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=17552 memory=15216 CPUtime=1.48 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 3626 0 0 0 148 0 0 0 20 0 1 0 187710349 17973248 3804 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 4388 3804 468 659 0 3592 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27484 KiB
Current children cumulated memory: 17956 KiB

[startup+3.1059 s]
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=123971700/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=23276 memory=20244 CPUtime=3.07 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 4026 0 0 0 307 0 0 0 20 0 1 0 187710349 23834624 5061 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 5819 5061 468 659 0 5023 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 33208 KiB
Current children cumulated memory: 22984 KiB

[startup+6.30026 s]
/proc/loadavg: 3.98 4.07 4.08 5/259 995245
/proc/meminfo: memFree=124082016/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=32768 memory=30712 CPUtime=6.26 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 6139 0 0 0 626 0 0 0 20 0 1 0 187710349 33554432 7678 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 8192 7678 468 659 0 7396 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 42700 KiB
Current children cumulated memory: 33452 KiB

[startup+12.7003 s]
/proc/loadavg: 3.98 4.07 4.08 5/259 995246
/proc/meminfo: memFree=124007752/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=39908 memory=37216 CPUtime=12.65 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 7090 0 0 0 1264 1 0 0 20 0 1 0 187710349 40865792 9304 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 9977 9304 468 659 0 9181 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 49840 KiB
Current children cumulated memory: 39956 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.08 4.08 5/259 995248
/proc/meminfo: memFree=123957480/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=54164 memory=52168 CPUtime=25.41 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 8250 0 0 0 2540 1 0 0 20 0 1 0 187710349 55463936 13042 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 13541 13042 468 659 0 12745 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 64096 KiB
Current children cumulated memory: 54908 KiB

[startup+51.1059 s]
/proc/loadavg: 4.04 4.07 4.08 5/259 995254
/proc/meminfo: memFree=123884228/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=76712 memory=74784 CPUtime=50.94 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 9273 0 0 0 5092 2 0 0 20 0 1 0 187710349 78553088 18696 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 19178 18696 468 659 0 18382 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 86644 KiB
Current children cumulated memory: 77524 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/259 995263
/proc/meminfo: memFree=123885144/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=95568 memory=93456 CPUtime=102 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 9910 0 0 0 10197 3 0 0 20 0 1 0 187710349 97861632 23364 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 23892 23364 468 659 0 23096 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 105500 KiB
Current children cumulated memory: 96196 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.12 4.10 5/259 995323
/proc/meminfo: memFree=123917188/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=108348 memory=106544 CPUtime=161.84 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10265 0 0 0 16179 5 0 0 20 0 1 0 187710349 110948352 26636 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 27087 26636 468 659 0 26291 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 118280 KiB
Current children cumulated memory: 109284 KiB

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

# cumulated CPU time of all completed processes:  user=214.566 s, system=0.096026 s

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

[startup+179.2 s]
/proc/loadavg: 4.16 4.11 4.09 5/259 995324
/proc/meminfo: memFree=123864564/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=108348 memory=106544 CPUtime=178.68 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10357 0 0 0 17862 6 0 0 20 0 1 0 187710349 110948352 26636 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 27087 26636 468 659 0 26291 0
Current children cumulated CPU time: 178.68 s
Current children cumulated vsize: 118280 KiB
Current children cumulated memory: 109284 KiB

[startup+192 s]*
/proc/loadavg: 4.21 4.12 4.10 5/259 995327
/proc/meminfo: memFree=123944680/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=108348 memory=106544 CPUtime=191.46 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10400 0 0 0 19139 7 0 0 20 0 1 0 187710349 110948352 26636 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 27087 26636 468 659 0 26291 0
Current children cumulated CPU time: 191.46 s
Current children cumulated vsize: 118280 KiB
Current children cumulated memory: 109284 KiB

[startup+204.8 s]
/proc/loadavg: 4.18 4.12 4.09 5/259 995329
/proc/meminfo: memFree=123863916/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=108348 memory=106544 CPUtime=204.22 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10536 0 0 0 20414 8 0 0 20 0 1 0 187710349 110948352 26636 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 27087 26636 468 659 0 26291 0
Current children cumulated CPU time: 204.22 s
Current children cumulated vsize: 118280 KiB
Current children cumulated memory: 109284 KiB

[startup+211.2 s]
/proc/loadavg: 4.16 4.12 4.09 5/259 995331
/proc/meminfo: memFree=123882348/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=108348 memory=106544 CPUtime=210.6 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10537 0 0 0 21052 8 0 0 20 0 1 0 187710349 110948352 26636 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 27087 26636 468 659 0 26291 0
Current children cumulated CPU time: 210.6 s
Current children cumulated vsize: 118280 KiB
Current children cumulated memory: 109284 KiB

[startup+212.8 s]
/proc/loadavg: 4.15 4.11 4.09 5/259 995331
/proc/meminfo: memFree=123877132/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=157668 memory=137264 CPUtime=212.2 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10577 0 0 0 21211 9 0 0 20 0 1 0 187710349 161452032 34316 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 39417 34316 468 659 0 38621 0
Current children cumulated CPU time: 212.2 s
Current children cumulated vsize: 167600 KiB
Current children cumulated memory: 140004 KiB

[startup+214.4 s]
/proc/loadavg: 4.15 4.11 4.09 5/259 995331
/proc/meminfo: memFree=123838700/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=157668 memory=139312 CPUtime=213.79 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10578 0 0 0 21370 9 0 0 20 0 1 0 187710349 161452032 34828 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 39417 34828 468 659 0 38621 0
Current children cumulated CPU time: 213.79 s
Current children cumulated vsize: 167600 KiB
Current children cumulated memory: 142052 KiB

[startup+214.8 s]
/proc/loadavg: 4.15 4.11 4.09 5/259 995331
/proc/meminfo: memFree=123838700/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=157668 memory=139312 CPUtime=214.19 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10578 0 0 0 21410 9 0 0 20 0 1 0 187710349 161452032 34828 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 39417 34828 468 659 0 38621 0
Current children cumulated CPU time: 214.19 s
Current children cumulated vsize: 167600 KiB
Current children cumulated memory: 142052 KiB

[startup+215.2 s]
/proc/loadavg: 4.15 4.11 4.09 5/259 995331
/proc/meminfo: memFree=123838700/131524596 swapFree=131071996/131071996
[pid=995238] ppid=995235 vsize=9932 memory=2740 CPUtime=0 cores=1,3
/proc/995238/stat : 995238 (naps-1.03.sh) S 995235 995238 991210 0 -1 4194304 222 241 0 0 0 0 0 0 20 0 1 0 187710349 10170368 685 134679101440 93855702319104 93855703398424 140730687190272 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93855705496880 93855705544068 93855710310400 140730687194079 140730687194208 140730687194208 140730687201224 0
/proc/995238/statm: 2483 685 608 264 0 134 0
[pid=995243] ppid=995238 vsize=157668 memory=139312 CPUtime=214.59 cores=1,3
/proc/995243/stat : 995243 (naps-1.03) R 995238 995238 991210 0 -1 4194304 10578 0 0 0 21450 9 0 0 20 0 1 0 187710349 161452032 34828 134679101440 4194304 6891213 140724551308144 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 17252352 140724551316464 140724551316580 140724551316580 140724551323595 0
/proc/995243/statm: 39417 34828 468 659 0 38621 0
Current children cumulated CPU time: 214.59 s
Current children cumulated vsize: 167600 KiB
Current children cumulated memory: 142052 KiB

Child status: 10

Real time (s): 215.258
CPU time (s): 214.662
CPU user time (s): 214.566
CPU system time (s): 0.096026
CPU usage (%): 99.7232
Max. virtual memory (cumulated for all children) (KiB): 167600
Max. memory (cumulated for all children) (KiB): 146244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.566
system time used= 0.096026
maximum resident set size= 143504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11055
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= 26
involuntary context switches= 150


# summary of solver processes directly reported to runsolver:
#   pid: 995238
#   total CPU time (s): 214.662
#   total CPU user time (s): 214.566
#   total CPU system time (s): 0.096026

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.463567 second user time and 1.12222 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-19 04:16:50
IDJOB=4448568
IDBENCH=160430
IDSOLVER=3062
FILE ID=nodeC034/4448568-1721355398
RUNJOBID= nodeC034-1721351295-991222
SLURM_JOB_ID= 7542752
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448568-1721355398/watcher-4448568-1721355398 -o /tmp/evaluation-result-4448568-1721355398/solver-4448568-1721355398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721351295-991222 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4448568-1721355398.opb

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

MD5SUM BENCH= e216a9526ca3dc38bcdba98c3f3990b1
RANDOM SEED=933357371

nodeC034.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		: 3668.764
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.99
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		: 3656.897
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	: 7005.58
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		: 3600.181
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.99
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		: 3661.446
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	: 7005.58
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		: 3668.725
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.99
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		: 3665.084
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	: 7005.58
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		: 3600.241
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.99
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		: 3623.821
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        124004232 kB
MemAvailable:   129246228 kB
Buffers:          503780 kB
Cached:          5512108 kB
SwapCached:            0 kB
Active:          1000056 kB
Inactive:        5768964 kB
Active(anon):       1548 kB
Inactive(anon):   788972 kB
Active(file):     998508 kB
Inactive(file):  4979992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10816 kB
Writeback:            16 kB
AnonPages:        752844 kB
Mapped:           111704 kB
Shmem:             37720 kB
KReclaimable:     206640 kB
Slab:             333012 kB
SReclaimable:     206640 kB
SUnreclaim:       126372 kB
KernelStack:        4108 kB
PageTables:        10348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    1190740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71168 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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:      307924 kB
DirectMap2M:    41408512 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC034 at 2024-07-19 04:20:26