Trace number 4293984

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
PicatSAT 2018-06-15? (exit code) 69.5799 69.5942

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-10-4-rom_c18.xml
MD5SUM1ce90bfeea193be77ab92ac06e9a3657
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark2520.4
Satisfiable
(Un)Satisfiability was proved
Number of variables340
Number of constraints80
Number of domains5
Minimum domain size2
Maximum domain size102325
Distribution of domain sizes[{"size":2,"count":20},{"size":11,"count":140},{"size":27,"count":100},{"size":102325,"count":80}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":100},{"degree":2,"count":140},{"degree":8,"count":100}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":20},{"arity":14,"count":60}]
Number of extensional constraints80
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":80}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

69.48/69.56	% error: OUT OF MEMORY
69.48/69.56	% unhandled interrupt event 
69.48/69.56	c xcsp_picat version 2.4#4 (June 15, 2018)

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (13221 MiB free)
  memory of node 1: 16384 MiB (2603 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293984-1532405048/watcher-4293984-1532405048 -o /tmp/evaluation-result-4293984-1532405048/solver-4293984-1532405048 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532401118-22574 --watchdog 2580 xcsp_picat HOME/instance-4293984-1532405048.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23275, runsolver pid=23272
Current StackSize limit: 8192 KiB


[startup+0.100829 s]*
/proc/loadavg: 2.32 2.12 2.00 3/188 23276
/proc/meminfo: memFree=16190516/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=111688 memory=15960 CPUtime=0.1 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 1637 0 0 0 10 0 0 0 20 0 1 0 58068016 114368512 3990 33554432000 4194304 5849740 140722076752928 140722076752232 139754817543168 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 27922 3990 593 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 15960 KiB

[startup+0.209653 s]*
/proc/loadavg: 2.32 2.12 2.00 3/188 23276
/proc/meminfo: memFree=16184388/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=111688 memory=22104 CPUtime=0.2 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 1640 0 0 0 20 0 0 0 20 0 1 0 58068016 114368512 5526 33554432000 4194304 5849740 140722076752928 140722076752232 139754817543168 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 27922 5526 593 405 0 24866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 22104 KiB

[startup+0.30943 s]*
/proc/loadavg: 2.32 2.12 2.00 3/188 23276
/proc/meminfo: memFree=16178244/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=111688 memory=28248 CPUtime=0.3 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 1643 0 0 0 30 0 0 0 20 0 1 0 58068016 114368512 7062 33554432000 4194304 5849740 140722076752928 140722076752232 139754817543168 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 27922 7062 593 405 0 24866 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 28248 KiB

[startup+0.700253 s]
/proc/loadavg: 2.32 2.12 2.00 3/188 23276
/proc/meminfo: memFree=16168004/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=111688 memory=51000 CPUtime=0.69 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 1653 0 0 0 68 1 0 0 20 0 1 0 58068016 114368512 12238 33554432000 4194304 5849740 140722076752928 140722076752232 4524781 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 27922 12238 593 405 0 24866 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 51000 KiB

[startup+1.50039 s]
/proc/loadavg: 2.38 2.13 2.01 3/188 23276
/proc/meminfo: memFree=16129180/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=181020 memory=102680 CPUtime=1.49 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 2825 0 0 0 145 4 0 0 20 0 1 0 58068016 185364480 25670 33554432000 4194304 5849740 140722076752928 140722076752232 5262157 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 45255 25670 597 405 0 42199 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 181020 KiB
Current children cumulated memory: 102680 KiB

[startup+3.10985 s]
/proc/loadavg: 2.38 2.13 2.01 3/188 23276
/proc/meminfo: memFree=16084928/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=181020 memory=121116 CPUtime=3.09 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 4299 0 0 0 305 4 0 0 20 0 1 0 58068016 185364480 30279 33554432000 4194304 5849740 140722076752928 140722076752248 5262149 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 45255 30279 597 405 0 42199 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 181020 KiB
Current children cumulated memory: 121116 KiB

[startup+6.30032 s]
/proc/loadavg: 2.35 2.13 2.01 3/188 23276
/proc/meminfo: memFree=15730252/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=641960 memory=515832 CPUtime=6.28 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 8095 0 0 0 610 18 0 0 20 0 1 0 58068016 657367040 128958 33554432000 4194304 5849740 140722076752928 140722076752216 4541580 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 160490 128958 614 405 0 157434 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 641960 KiB
Current children cumulated memory: 515832 KiB

[startup+12.7003 s]
/proc/loadavg: 2.32 2.13 2.01 3/188 23276
/proc/meminfo: memFree=18275508/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=3259148 memory=2201436 CPUtime=12.68 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 12913 0 0 0 1214 54 0 0 20 0 1 0 58068016 3337367552 550359 33554432000 4194304 5849740 140722076752928 140722076751928 5269555 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 814787 550359 614 405 0 811731 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 3259148 KiB
Current children cumulated memory: 2201436 KiB

[startup+25.5004 s]
/proc/loadavg: 2.27 2.12 2.01 3/188 23276
/proc/meminfo: memFree=13405004/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=4415396 memory=2845032 CPUtime=25.48 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 15800 0 0 0 2437 111 0 0 20 0 1 0 58068016 4521365504 711258 33554432000 4194304 5849740 140722076752928 140722076752216 4488878 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 1103849 711258 614 405 0 1100793 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 4415396 KiB
Current children cumulated memory: 2845032 KiB

[startup+51.1096 s]
/proc/loadavg: 2.16 2.11 2.01 3/188 23276
/proc/meminfo: memFree=9910068/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8727896 memory=6206400 CPUtime=51.09 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 21237 0 0 0 4885 224 0 0 20 0 1 0 58068016 8937365504 1551600 33554432000 4194304 5849740 140722076752928 140722076752216 4514933 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2181974 1551600 623 405 0 2178918 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 8727896 KiB
Current children cumulated memory: 6206400 KiB

[startup+69.5941 s]
# the end of solver process 23275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=66.7643 s, system=2.81559 s

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

[startup+51.2005 s]
/proc/loadavg: 2.16 2.11 2.01 3/188 23276
/proc/meminfo: memFree=9910068/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8727896 memory=6222784 CPUtime=51.18 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 21245 0 0 0 4894 224 0 0 20 0 1 0 58068016 8937365504 1555696 33554432000 4194304 5849740 140722076752928 140722076752216 4458045 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2181974 1555696 623 405 0 2178918 0
Current children cumulated CPU time: 51.18 s
Current children cumulated vsize: 8727896 KiB
Current children cumulated memory: 6222784 KiB

[startup+57.6003 s]
/proc/loadavg: 2.15 2.11 2.01 3/187 23276
/proc/meminfo: memFree=8763152/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8727896 memory=7433160 CPUtime=57.57 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 21867 0 0 0 5515 242 0 0 20 0 1 0 58068016 8937365504 1858290 33554432000 4194304 5849740 140722076752928 140722076752216 4488932 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2181974 1858290 623 405 0 2178918 0
Current children cumulated CPU time: 57.57 s
Current children cumulated vsize: 8727896 KiB
Current children cumulated memory: 7433160 KiB

[startup+64.0003 s]*
/proc/loadavg: 2.14 2.11 2.01 3/187 23277
/proc/meminfo: memFree=7692300/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8852896 memory=8365612 CPUtime=63.99 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 23403 0 0 0 6140 259 0 0 20 0 1 0 58068016 9065365504 2091403 33554432000 4194304 5849740 140722076752928 140722076752216 4468681 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2213224 2091403 623 405 0 2210168 0
Current children cumulated CPU time: 63.99 s
Current children cumulated vsize: 8852896 KiB
Current children cumulated memory: 8365612 KiB

[startup+67.2003 s]
/proc/loadavg: 2.13 2.10 2.01 3/187 23277
/proc/meminfo: memFree=7515924/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8852896 memory=8551980 CPUtime=67.18 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 23494 0 0 0 6457 261 0 0 20 0 1 0 58068016 9065365504 2137995 33554432000 4194304 5849740 140722076752928 140722076752216 4512794 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2213224 2137995 623 405 0 2210168 0
Current children cumulated CPU time: 67.18 s
Current children cumulated vsize: 8852896 KiB
Current children cumulated memory: 8551980 KiB

[startup+68.8004 s]
/proc/loadavg: 2.13 2.10 2.01 3/187 23277
/proc/meminfo: memFree=7460504/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8852896 memory=8644140 CPUtime=68.77 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 23539 0 0 0 6615 262 0 0 20 0 1 0 58068016 9065365504 2161035 33554432000 4194304 5849740 140722076752928 140722076752216 4593540 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2213224 2161035 623 405 0 2210168 0
Current children cumulated CPU time: 68.77 s
Current children cumulated vsize: 8852896 KiB
Current children cumulated memory: 8644140 KiB

[startup+69.2003 s]
/proc/loadavg: 2.13 2.10 2.01 3/187 23277
/proc/meminfo: memFree=11809888/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=8852896 memory=8664620 CPUtime=69.17 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 23549 0 0 0 6655 262 0 0 20 0 1 0 58068016 9065365504 2166155 33554432000 4194304 5849740 140722076752928 140722076752216 4503386 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2213224 2166155 623 405 0 2210168 0
Current children cumulated CPU time: 69.17 s
Current children cumulated vsize: 8852896 KiB
Current children cumulated memory: 8664620 KiB

[startup+69.4003 s]
/proc/loadavg: 2.13 2.10 2.01 3/187 23277
/proc/meminfo: memFree=11809888/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=9327952 memory=8478648 CPUtime=69.38 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 24148 0 0 0 6671 267 0 0 20 0 1 0 58068016 9551822848 2119662 33554432000 4194304 5849740 140722076752928 140722076752216 5257103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2331988 2119662 623 405 0 2328932 0
Current children cumulated CPU time: 69.38 s
Current children cumulated vsize: 9327952 KiB
Current children cumulated memory: 8478648 KiB

[startup+69.5004 s]
/proc/loadavg: 2.13 2.10 2.01 3/187 23277
/proc/meminfo: memFree=11809888/32770624 swapFree=67108860/67108860
[pid=23275] ppid=23272 vsize=9327952 memory=8886200 CPUtime=69.48 cores=0,2,4,6
/proc/23275/stat : 23275 (xcsp_picat) R 23272 23275 17273 0 -1 4202496 24347 0 0 0 6674 274 0 0 20 0 1 0 58068016 9551822848 2221550 33554432000 4194304 5849740 140722076752928 140722076752216 5257103 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 40341504 140722076759222 140722076759300 140722076759300 140722076762058 0
/proc/23275/statm: 2331988 2221550 623 405 0 2328932 0
Current children cumulated CPU time: 69.48 s
Current children cumulated vsize: 9327952 KiB
Current children cumulated memory: 8886200 KiB

Child status: 1
Real time (s): 69.5942
CPU time (s): 69.5799
CPU user time (s): 66.7643
CPU system time (s): 2.81559
CPU usage (%): 99.9795
Max. virtual memory (cumulated for all children) (KiB): 12727900
Max. memory (cumulated for all children) (KiB): 8886200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.7643
system time used= 2.81559
maximum resident set size= 9141508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24886
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= 2
involuntary context switches= 106


# summary of solver processes directly reported to runsolver:
#   pid: 23275
#   total CPU time (s): 69.5799
#   total CPU user time (s): 66.7643
#   total CPU system time (s): 2.81559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.295367 second user time and 0.551113 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-24 06:04:08
IDJOB=4293984
IDBENCH=141306
IDSOLVER=2754
FILE ID=node151/4293984-1532405048
RUNJOBID= node151-1532401118-22574
PBS_JOBID= 21021572
Free space on /tmp= 55032 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-10-4-rom_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293984-1532405048/watcher-4293984-1532405048 -o /tmp/evaluation-result-4293984-1532405048/solver-4293984-1532405048 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532401118-22574 --watchdog 2580  xcsp_picat HOME/instance-4293984-1532405048.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1ce90bfeea193be77ab92ac06e9a3657
RANDOM SEED=1504248919

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16205040 kB
MemAvailable:   20685732 kB
Buffers:          156184 kB
Cached:          4565620 kB
SwapCached:            0 kB
Active:         12193156 kB
Inactive:        3832232 kB
Active(anon):   11254024 kB
Inactive(anon):    69372 kB
Active(file):     939132 kB
Inactive(file):  3762860 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             31176 kB
Writeback:             0 kB
AnonPages:      11311516 kB
Mapped:            39764 kB
Shmem:             17032 kB
Slab:             216540 kB
SReclaimable:     189072 kB
SUnreclaim:        27468 kB
KernelStack:        3280 kB
PageTables:        27436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13666556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11249664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55028 MiB
End job on node151 at 2018-07-24 06:05:18