Trace number 4394874

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
PicatSAT 2019-09-12SAT 42.9669 42.9694

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si6-bvg/
Subisomorphism-si6-b06-m200-07.xml
MD5SUMd7eafb215ab3d3f066855d3513f44111
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.030068
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints355
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":120}]
Minimum variable degree4
Maximum variable degree7
Distribution of variable degrees[{"degree":4,"count":2},{"degree":5,"count":2},{"degree":6,"count":2},{"degree":7,"count":114}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":354},{"arity":120,"count":1}]
Number of extensional constraints354
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":354},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

24.28/24.35	c xcsp_picat version 2.7b12 (9/12/2019)
42.88/42.96	s SATISFIABLE
42.88/42.96	v <instantiation>
42.88/42.96	v     <list> x[]  </list> 
42.88/42.96	v     <values> 116 104 120 145 43 177 79 20 143 41 158 195 142 65 46 121 173 91 197 164 129 124 182 102 133 110 55 134 199 54 49 166 58 75 60 109 19 84 186 184 13 57 188 155 181 146 187 132 111 63 161 163 26 88 61 171 178 21 76 198 4 122 190 175 130 150 117 189 168 22 151 114 118 193 68 89 141 105 64 30 33 92 9 36 59 98 185 125 10 183 113 131 69 37 66 157 48 194 136 52 77 62 108 51 80 74 14 172 97 24 165 3 2 174 6 106 71 191 101 81   </values> 
42.88/42.96	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394874-1568334848/watcher-4394874-1568334848 -o /tmp/evaluation-result-4394874-1568334848/solver-4394874-1568334848 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580 xcsp_picat HOME/instance-4394874-1568334848.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=31668, runsolver pid=31665

[startup+0.100117 s]*
/proc/loadavg: 1.97 2.07 2.07 3/200 31669
/proc/meminfo: memFree=28401760/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2031716 memory=24960 CPUtime=0.1 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 1294 0 0 0 10 0 0 0 20 0 1 0 409752614 2080477184 6240 33554432000 4194304 5870510 140727445456576 140727445453720 4442847 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 507929 6240 841 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24960 KiB

[startup+0.209674 s]*
/proc/loadavg: 1.97 2.07 2.07 3/200 31669
/proc/meminfo: memFree=28381280/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2031716 memory=43392 CPUtime=0.2 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 1324 0 0 0 20 0 0 0 20 0 1 0 409752614 2080477184 10848 33554432000 4194304 5870510 140727445456576 140727445453720 4512345 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 507929 10848 841 410 0 503402 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 43392 KiB

[startup+0.309619 s]*
/proc/loadavg: 1.97 2.07 2.07 3/200 31669
/proc/meminfo: memFree=28358444/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2031716 memory=65920 CPUtime=0.3 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 1335 0 0 0 30 0 0 0 20 0 1 0 409752614 2080477184 16480 33554432000 4194304 5870510 140727445456576 140727445453720 4463459 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 507929 16480 841 410 0 503402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 65920 KiB

[startup+0.700333 s]
/proc/loadavg: 1.97 2.07 2.07 3/200 31669
/proc/meminfo: memFree=28315672/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2058460 memory=125668 CPUtime=0.69 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 7163 0 0 0 67 2 0 0 20 0 1 0 409752614 2107863040 31417 33554432000 4194304 5870510 140727445456576 140727445455864 5337589 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 514615 31417 873 410 0 510088 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2058460 KiB
Current children cumulated memory: 125668 KiB

[startup+1.50035 s]
/proc/loadavg: 1.97 2.07 2.07 3/200 31669
/proc/meminfo: memFree=28293712/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2056348 memory=124160 CPUtime=1.49 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 7374 0 0 0 147 2 0 0 20 0 1 0 409752614 2105700352 31040 33554432000 4194304 5870510 140727445456576 140727445455864 5272962 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 514087 31040 902 410 0 509560 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2056348 KiB
Current children cumulated memory: 124160 KiB

[startup+3.1096 s]
/proc/loadavg: 1.97 2.07 2.07 3/200 31670
/proc/meminfo: memFree=28275904/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2061032 memory=127992 CPUtime=3.1 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 11730 0 0 0 307 3 0 0 20 0 1 0 409752614 2110496768 31998 33554432000 4194304 5870510 140727445456576 140727445455528 5272699 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 515258 31998 902 410 0 510731 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2061032 KiB
Current children cumulated memory: 127992 KiB

[startup+6.30034 s]
/proc/loadavg: 1.90 2.05 2.06 3/200 31670
/proc/meminfo: memFree=28246528/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2071256 memory=137480 CPUtime=6.28 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 20286 0 0 0 625 3 0 0 20 0 1 0 409752614 2120966144 34370 33554432000 4194304 5870510 140727445456576 140727445454648 5262639 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 517814 34370 902 410 0 513287 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2071256 KiB
Current children cumulated memory: 137480 KiB

[startup+12.7003 s]
/proc/loadavg: 1.91 2.05 2.06 3/201 31672
/proc/meminfo: memFree=28245972/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2103792 memory=167640 CPUtime=12.69 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 31547 0 0 0 1263 6 0 0 20 0 1 0 409752614 2154283008 41910 33554432000 4194304 5870510 140727445456576 140727445454936 5282736 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 525948 41910 903 410 0 521421 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2103792 KiB
Current children cumulated memory: 167640 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.07 2.07 3/200 31672
/proc/meminfo: memFree=28127432/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2188972 memory=230636 CPUtime=25.48 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 62417 0 0 0 2538 10 0 0 20 0 1 0 409752614 2241507328 57659 33554432000 4194304 5870510 140727445456576 140727445454936 5268084 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 547243 57659 903 410 0 542716 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2188972 KiB
Current children cumulated memory: 230636 KiB

[startup+42.9694 s]
# the end of solver process 31668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=42.823 s, system=0.143993 s

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

[startup+25.6004 s]
/proc/loadavg: 2.00 2.07 2.07 3/200 31672
/proc/meminfo: memFree=28127432/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2188972 memory=230636 CPUtime=25.58 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 62446 0 0 0 2548 10 0 0 20 0 1 0 409752614 2241507328 57659 33554432000 4194304 5870510 140727445456576 140727445454936 140300430765029 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 547243 57659 903 410 0 542716 0
Current children cumulated CPU time: 25.58 s
Current children cumulated vsize: 2188972 KiB
Current children cumulated memory: 230636 KiB

[startup+32.0003 s]*
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28088836/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2194020 memory=243552 CPUtime=32 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 63774 0 0 0 3188 12 0 0 20 0 1 0 409752614 2246676480 60888 33554432000 4194304 5870510 140727445456576 140727445454936 5267727 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 548505 60888 903 410 0 543978 0
Current children cumulated CPU time: 32 s
Current children cumulated vsize: 2194020 KiB
Current children cumulated memory: 243552 KiB

[startup+38.4003 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28152892/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2097188 memory=163180 CPUtime=38.39 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 71896 0 0 0 3826 13 0 0 20 0 1 0 409752614 2147520512 40795 33554432000 4194304 5870510 140727445456576 140727445454936 5282894 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 524297 40795 903 410 0 519770 0
Current children cumulated CPU time: 38.39 s
Current children cumulated vsize: 2097188 KiB
Current children cumulated memory: 163180 KiB

[startup+40.0003 s]*
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28144020/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2116700 memory=168036 CPUtime=40 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 72888 0 0 0 3987 13 0 0 20 0 1 0 409752614 2167500800 42009 33554432000 4194304 5870510 140727445456576 140727445455528 5272427 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 529175 42009 903 410 0 524648 0
Current children cumulated CPU time: 40 s
Current children cumulated vsize: 2116700 KiB
Current children cumulated memory: 168036 KiB

[startup+41.6003 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28137256/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2117908 memory=169140 CPUtime=41.59 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 73278 0 0 0 4146 13 0 0 20 0 1 0 409752614 2168737792 42285 33554432000 4194304 5870510 140727445456576 140727445454648 5272624 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 529477 42285 903 410 0 524950 0
Current children cumulated CPU time: 41.59 s
Current children cumulated vsize: 2117908 KiB
Current children cumulated memory: 169140 KiB

[startup+42.4003 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28134588/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2118308 memory=169532 CPUtime=42.38 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 73422 0 0 0 4225 13 0 0 20 0 1 0 409752614 2169147392 42383 33554432000 4194304 5870510 140727445456576 140727445454648 5283064 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 529577 42383 903 410 0 525050 0
Current children cumulated CPU time: 42.38 s
Current children cumulated vsize: 2118308 KiB
Current children cumulated memory: 169532 KiB

[startup+42.8003 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28134588/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2118440 memory=169676 CPUtime=42.78 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 73485 0 0 0 4265 13 0 0 20 0 1 0 409752614 2169282560 42419 33554432000 4194304 5870510 140727445456576 140727445454648 5282747 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 529610 42419 903 410 0 525083 0
Current children cumulated CPU time: 42.78 s
Current children cumulated vsize: 2118440 KiB
Current children cumulated memory: 169676 KiB

[startup+42.9003 s]
/proc/loadavg: 2.00 2.06 2.07 3/200 31672
/proc/meminfo: memFree=28134588/32770624 swapFree=67004752/67108860
[pid=31668] ppid=31665 vsize=2118440 memory=169676 CPUtime=42.88 cores=1,3,5,7
/proc/31668/stat : 31668 (xcsp_picat) R 31665 31668 28785 0 -1 4202496 73490 0 0 0 4275 13 0 0 20 0 1 0 409752614 2169282560 42419 33554432000 4194304 5870510 140727445456576 140727445454648 5282767 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7970040 9572284 43249664 140727445459999 140727445460077 140727445460077 140727445462986 0
/proc/31668/statm: 529610 42419 903 410 0 525083 0
Current children cumulated CPU time: 42.88 s
Current children cumulated vsize: 2118440 KiB
Current children cumulated memory: 169676 KiB

Child status: 0
Real time (s): 42.9694
CPU time (s): 42.9669
CPU user time (s): 42.823
CPU system time (s): 0.143993
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 2317044
Max. memory (cumulated for all children) (KiB): 325324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.823
system time used= 0.143993
maximum resident set size= 325324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73704
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= 60


# summary of solver processes directly reported to runsolver:
#   pid: 31668
#   total CPU time (s): 42.9669
#   total CPU user time (s): 42.823
#   total CPU system time (s): 0.143993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.129575 second user time and 0.420497 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 02:33:30
IDJOB=4394874
IDBENCH=131540
IDSOLVER=2844
FILE ID=node126/4394874-1568334848
RUNJOBID= node126-1568323917-28817
PBS_JOBID= 21701150
Free space on /tmp= 55384 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si6-bvg/Subisomorphism-si6-b06-m200-07.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394874-1568334848/watcher-4394874-1568334848 -o /tmp/evaluation-result-4394874-1568334848/solver-4394874-1568334848 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28817 --watchdog 2580  xcsp_picat HOME/instance-4394874-1568334848.xml

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

MD5SUM BENCH= d7eafb215ab3d3f066855d3513f44111
RANDOM SEED=1032677437

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28421076 kB
MemAvailable:   31607092 kB
Buffers:          121828 kB
Cached:          3314580 kB
SwapCached:         2860 kB
Active:          2100344 kB
Inactive:        1600156 kB
Active(anon):     262112 kB
Inactive(anon):    43288 kB
Active(file):    1838232 kB
Inactive(file):  1556868 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              3272 kB
Writeback:           292 kB
AnonPages:        268884 kB
Mapped:            45932 kB
Shmem:             32816 kB
Slab:             243544 kB
SReclaimable:     213504 kB
SUnreclaim:        30040 kB
KernelStack:        3568 kB
PageTables:         6392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2648132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55380 MiB
End job on node126 at 2019-09-13 02:34:14