Trace number 4407675

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
(reference) PicatSAT 2019-09-12UNSAT 110.884 110.906

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-LV/
Subisomorphism-g19-g25.xml
MD5SUM6a0b9ff28537b74082311c97fcf8fc06
Bench CategoryCSP (decision problem)
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 benchmark0.015492
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints233
Number of domains1
Minimum domain size75
Maximum domain size75
Distribution of domain sizes[{"size":75,"count":64}]
Minimum variable degree4
Maximum variable degree10
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":20},{"degree":8,"count":16},{"degree":10,"count":16}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":64},{"arity":2,"count":168},{"arity":64,"count":1}]
Number of extensional constraints232
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":232},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

36.38/36.40	c xcsp_picat version 2.7b12 (9/12/2019)
110.86/110.90	s UNSATISFIABLE

Verifier Data


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 (13529 MiB free)
  memory of node 1: 16384 MiB (10814 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407675-1569512046/watcher-4407675-1569512046 -o /var/tmp/evaluation-result-4407675-1569512046/solver-4407675-1569512046 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569509597-16052 --watchdog 2560 xcsp_picat HOME/instance-4407675-1569512046.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB

solver pid=17071, runsolver pid=17068

[startup+0.100794 s]*
/proc/loadavg: 2.00 2.01 1.87 3/200 17072
/proc/meminfo: memFree=24905768/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2034276 memory=25864 CPUtime=0.1 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 2122 0 0 0 10 0 0 0 20 0 1 0 527118329 2083098624 6466 33554432000 4194304 5870510 140728499212560 140728499211816 5298726 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 508569 6466 906 410 0 504042 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2034276 KiB
Current children cumulated memory: 25864 KiB

[startup+0.209964 s]*
/proc/loadavg: 2.00 2.01 1.87 3/200 17072
/proc/meminfo: memFree=24905412/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2034912 memory=26400 CPUtime=0.2 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 2295 0 0 0 20 0 0 0 20 0 1 0 527118329 2083749888 6600 33554432000 4194304 5870510 140728499212560 140728499211816 5282416 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 508728 6600 906 410 0 504201 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2034912 KiB
Current children cumulated memory: 26400 KiB

[startup+0.309232 s]*
/proc/loadavg: 2.00 2.01 1.87 3/200 17072
/proc/meminfo: memFree=24904668/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2035940 memory=27036 CPUtime=0.3 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 2420 0 0 0 30 0 0 0 20 0 1 0 527118329 2084802560 6759 33554432000 4194304 5870510 140728499212560 140728499211816 5282627 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 508985 6759 906 410 0 504458 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2035940 KiB
Current children cumulated memory: 27036 KiB

[startup+0.700288 s]
/proc/loadavg: 2.00 2.01 1.87 3/200 17072
/proc/meminfo: memFree=24903540/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2038144 memory=28900 CPUtime=0.68 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 2926 0 0 0 68 0 0 0 20 0 1 0 527118329 2087059456 7225 33554432000 4194304 5870510 140728499212560 140728499210856 5283106 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 509536 7225 906 410 0 505009 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2038144 KiB
Current children cumulated memory: 28900 KiB

[startup+1.5003 s]
/proc/loadavg: 1.92 2.00 1.87 3/200 17072
/proc/meminfo: memFree=24901432/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2041392 memory=33028 CPUtime=1.49 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 3477 0 0 0 148 1 0 0 20 0 1 0 527118329 2090385408 8257 33554432000 4194304 5870510 140728499212560 140728499210920 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 510348 8257 907 410 0 505821 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2041392 KiB
Current children cumulated memory: 33028 KiB

[startup+3.10977 s]
/proc/loadavg: 1.92 2.00 1.87 3/200 17072
/proc/meminfo: memFree=24892124/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2053852 memory=41740 CPUtime=3.09 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 8048 0 0 0 308 1 0 0 20 0 1 0 527118329 2103144448 10435 33554432000 4194304 5870510 140728499212560 140728499210920 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 513463 10435 907 410 0 508936 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2053852 KiB
Current children cumulated memory: 41740 KiB

[startup+6.30036 s]
/proc/loadavg: 1.93 2.00 1.87 3/200 17073
/proc/meminfo: memFree=24873524/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=59952 CPUtime=6.28 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 11070 0 0 0 626 2 0 0 20 0 1 0 527118329 2146848768 14988 33554432000 4194304 5870510 140728499212560 140728499211000 5298780 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 14988 907 410 0 519606 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 59952 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.87 3/200 17073
/proc/meminfo: memFree=24842904/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=12.68 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 13342 0 0 0 1265 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211000 5282578 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.87 3/200 17073
/proc/meminfo: memFree=24842748/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=25.48 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 16685 0 0 0 2545 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211000 139717824381939 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+51.1097 s]
/proc/loadavg: 1.97 2.00 1.87 3/200 17075
/proc/meminfo: memFree=24842036/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=51.08 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 19914 0 0 0 5105 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5282505 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24832964/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=102.27 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22022 0 0 0 10224 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5282759 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+110.906 s]
# the end of solver process 17071 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=110.843 s, system=0.040993 s

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

[startup+102.4 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24832964/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=102.37 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22022 0 0 0 10234 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5282767 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 102.37 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+105.6 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24830916/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=105.56 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22023 0 0 0 10553 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5282617 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 105.56 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+108.8 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24829116/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=108.76 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22030 0 0 0 10873 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 4204240 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 108.76 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+109.6 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24829116/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=109.56 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22032 0 0 0 10953 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5282690 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 109.56 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+110.4 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24829116/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=110.36 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22032 0 0 0 11033 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 110.36 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+110.8 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24829116/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=110.76 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22032 0 0 0 11073 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5283135 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 110.76 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

[startup+110.9 s]
/proc/loadavg: 1.99 2.00 1.88 3/199 17079
/proc/meminfo: memFree=24829116/32770624 swapFree=66935996/67108860
[pid=17071] ppid=17068 vsize=2096532 memory=88320 CPUtime=110.86 cores=1,3,5,7
/proc/17071/stat : 17071 (xcsp_picat) R 17068 17071 16020 0 -1 4202496 22032 0 0 0 11083 3 0 0 20 0 1 0 527118329 2146848768 22080 33554432000 4194304 5870510 140728499212560 140728499211672 5283087 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7970040 9572284 44773376 140728499217415 140728499217497 140728499217497 140728499220422 0
/proc/17071/statm: 524133 22080 907 410 0 519606 0
Current children cumulated CPU time: 110.86 s
Current children cumulated vsize: 2096532 KiB
Current children cumulated memory: 88320 KiB

Child status: 0
Real time (s): 110.906
CPU time (s): 110.884
CPU user time (s): 110.843
CPU system time (s): 0.040993
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 2096532
Max. memory (cumulated for all children) (KiB): 88320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.843
system time used= 0.040993
maximum resident set size= 88348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22089
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= 4
involuntary context switches= 92


# summary of solver processes directly reported to runsolver:
#   pid: 17071
#   total CPU time (s): 110.884
#   total CPU user time (s): 110.843
#   total CPU system time (s): 0.040993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.48198 second user time and 0.776957 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-26 17:33:22
IDJOB=4407675
IDBENCH=132068
IDSOLVER=2873
FILE ID=node147/4407675-1569512046
RUNJOBID= node147-1569509597-16052
PBS_JOBID= 21705780
Free space on /var/tmp= 13512 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-LV/Subisomorphism-g19-g25.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407675-1569512046/watcher-4407675-1569512046 -o /var/tmp/evaluation-result-4407675-1569512046/solver-4407675-1569512046 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1569509597-16052 --watchdog 2560  xcsp_picat HOME/instance-4407675-1569512046.xml

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

MD5SUM BENCH= 6a0b9ff28537b74082311c97fcf8fc06
RANDOM SEED=642432590

node147.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.52
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.52
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.52
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.52
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:        24927936 kB
MemAvailable:   31606072 kB
Buffers:          187128 kB
Cached:          6562752 kB
SwapCached:        68684 kB
Active:          3528000 kB
Inactive:        3451180 kB
Active(anon):     174752 kB
Inactive(anon):   128516 kB
Active(file):    3353248 kB
Inactive(file):  3322664 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66935996 kB
Dirty:              3120 kB
Writeback:             0 kB
AnonPages:        269952 kB
Mapped:            24180 kB
Shmem:             65480 kB
Slab:             460328 kB
SReclaimable:     430684 kB
SUnreclaim:        29644 kB
KernelStack:        3568 kB
PageTables:         5796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2699548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13508 MiB
End job on node147 at 2019-09-26 17:35:13