Trace number 4303166

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-08-02? (exit code) 72.1173 72.1366

General information on the benchmark

NameTal/
Tal-10_c18.xml
MD5SUM5b503c3a6c92db57b21a5ce4dae05a14
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark258
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1376
Number of constraints875
Number of domains15
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":234},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":112},{"size":7,"count":9},{"size":8,"count":10},{"size":9,"count":11},{"size":10,"count":103},{"size":11,"count":13},{"size":12,"count":14},{"size":13,"count":15},{"size":42,"count":194}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":639},{"degree":1,"count":234},{"degree":2,"count":128},{"degree":3,"count":14},{"degree":4,"count":15},{"degree":5,"count":82},{"degree":6,"count":29},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":29},{"degree":10,"count":28},{"degree":11,"count":45},{"degree":12,"count":25},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":18},{"degree":16,"count":11},{"degree":17,"count":1}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":230},{"arity":2,"count":285},{"arity":3,"count":93},{"arity":4,"count":16},{"arity":5,"count":28},{"arity":6,"count":27},{"arity":7,"count":26},{"arity":8,"count":25},{"arity":9,"count":28},{"arity":10,"count":32},{"arity":11,"count":17},{"arity":12,"count":31},{"arity":13,"count":12},{"arity":14,"count":13},{"arity":15,"count":12}]
Number of extensional constraints169
Number of intensional constraints682
Distribution of constraint types[{"type":"extension","count":169},{"type":"intension","count":682},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

71.67/71.70	% error: OUT OF MEMORY
71.67/71.70	% unhandled interrupt event 
71.67/71.70	c xcsp_picat version 2.4#6 (8/1/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 (3356 MiB free)
  memory of node 1: 16384 MiB (4711 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303166-1533995194/watcher-4303166-1533995194 -o /tmp/evaluation-result-4303166-1533995194/solver-4303166-1533995194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580 xcsp_picat HOME/instance-4303166-1533995194.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=18477, runsolver pid=18474
Current StackSize limit: 8192 KiB


[startup+0.100731 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8219604/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=30800 CPUtime=0.1 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 1776 0 0 0 10 0 0 0 20 0 1 0 217082608 2074361856 7700 33554432000 4194304 5849708 140729396042736 140729396042040 4572157 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 7700 622 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 30800 KiB

[startup+0.209938 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8180248/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=49484 CPUtime=0.21 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 1801 0 0 0 20 1 0 0 20 0 1 0 217082608 2074361856 12371 33554432000 4194304 5849708 140729396042736 140729396042040 4488229 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 12371 622 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 49484 KiB

[startup+0.309786 s]*
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8145060/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=65868 CPUtime=0.31 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 1809 0 0 0 30 1 0 0 20 0 1 0 217082608 2074361856 16467 33554432000 4194304 5849708 140729396042736 140729396042040 4475401 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 16467 622 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 65868 KiB

[startup+0.700443 s]
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=8077104/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=129356 CPUtime=0.69 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 1840 0 0 0 67 2 0 0 20 0 1 0 217082608 2074361856 32339 33554432000 4194304 5849708 140729396042736 140729396042040 4490396 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 32339 622 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 129356 KiB

[startup+1.50045 s]
/proc/loadavg: 2.36 2.21 2.05 3/187 18478
/proc/meminfo: memFree=7908580/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=268704 CPUtime=1.49 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 1912 0 0 0 145 4 0 0 20 0 1 0 217082608 2074361856 66664 33554432000 4194304 5849708 140729396042736 140729396042040 4840207 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 66664 626 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 268704 KiB

[startup+3.10966 s]
/proc/loadavg: 2.25 2.19 2.04 3/187 18478
/proc/meminfo: memFree=7190508/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2025744 memory=559520 CPUtime=3.1 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 2153 0 0 0 301 9 0 0 20 0 1 0 217082608 2074361856 139880 33554432000 4194304 5849708 140729396042736 140729396042040 4490165 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 506436 139880 626 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 559520 KiB

[startup+6.30042 s]
/proc/loadavg: 2.25 2.19 2.04 3/187 18478
/proc/meminfo: memFree=6115140/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2056996 memory=1125368 CPUtime=6.29 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3452 0 0 0 611 18 0 0 20 0 1 0 217082608 2106363904 281342 33554432000 4194304 5849708 140729396042736 140729396042040 4552985 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 514249 281342 626 405 0 511194 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2056996 KiB
Current children cumulated memory: 1125368 KiB

[startup+12.7004 s]
/proc/loadavg: 2.23 2.19 2.04 3/187 18478
/proc/meminfo: memFree=4314956/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=2244496 memory=1849268 CPUtime=12.69 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 6227 0 0 0 1237 32 0 0 20 0 1 0 217082608 2298363904 462317 33554432000 4194304 5849708 140729396042736 140729396041928 4489818 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 561124 462317 638 405 0 558069 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2244496 KiB
Current children cumulated memory: 1849268 KiB

[startup+25.5005 s]
/proc/loadavg: 2.10 2.17 2.03 3/187 18478
/proc/meminfo: memFree=1469736/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=7231988 memory=5128452 CPUtime=25.49 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 641740 0 0 0 2329 220 0 0 20 0 1 0 217082608 7405555712 1282113 33554432000 4194304 5849708 140729396042736 140729396041736 5260504 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 1807997 1282113 657 405 0 1804942 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 7231988 KiB
Current children cumulated memory: 5128452 KiB

[startup+51.1098 s]
/proc/loadavg: 2.06 2.15 2.03 3/187 18478
/proc/meminfo: memFree=209204/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=15747384 memory=11682908 CPUtime=51.08 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3038894 0 0 0 4301 807 0 0 20 0 1 0 217082608 16125321216 2920727 33554432000 4194304 5849708 140729396042736 140729396041736 5260504 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 3936846 2920727 657 405 0 3933791 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 15747384 KiB
Current children cumulated memory: 11682908 KiB

[startup+72.1365 s]
# the end of solver process 18477 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=61.4822 s, system=10.6351 s

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

[startup+51.2005 s]
/proc/loadavg: 2.06 2.15 2.03 3/187 18478
/proc/meminfo: memFree=209204/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=15747384 memory=11682908 CPUtime=51.17 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3038894 0 0 0 4310 807 0 0 20 0 1 0 217082608 16125321216 2920727 33554432000 4194304 5849708 140729396042736 140729396041736 5260525 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 3936846 2920727 657 405 0 3933791 0
Current children cumulated CPU time: 51.17 s
Current children cumulated vsize: 15747384 KiB
Current children cumulated memory: 11682908 KiB

[startup+64.0004 s]*
/proc/loadavg: 2.06 2.14 2.03 3/187 18479
/proc/meminfo: memFree=6680200/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=11841132 memory=9492396 CPUtime=63.98 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3040680 0 0 0 5551 847 0 0 20 0 1 0 217082608 12125319168 2373099 33554432000 4194304 5849708 140729396042736 140729396042024 4488840 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 2960283 2373099 657 405 0 2957228 0
Current children cumulated CPU time: 63.98 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 9492396 KiB

[startup+67.2004 s]
/proc/loadavg: 2.06 2.14 2.03 3/187 18479
/proc/meminfo: memFree=3670276/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=11841132 memory=10592172 CPUtime=67.17 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 12593152 3055525 0 0 0 5839 878 0 0 20 0 1 0 217082608 12125319168 2648043 33554432000 4194304 5849708 140729396042736 140729396042024 4533693 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 2960283 2648043 657 405 0 2957228 0
Current children cumulated CPU time: 67.17 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 10592172 KiB

[startup+70.4003 s]
/proc/loadavg: 2.13 2.16 2.04 3/187 18479
/proc/meminfo: memFree=434156/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=11841132 memory=11581408 CPUtime=70.38 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3158790 0 0 0 6102 936 0 0 20 0 1 0 217082608 12125319168 2895352 33554432000 4194304 5849708 140729396042736 140729396042024 4533693 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 2960283 2895352 657 405 0 2957228 0
Current children cumulated CPU time: 70.38 s
Current children cumulated vsize: 11841132 KiB
Current children cumulated memory: 11581408 KiB

[startup+71.2003 s]
/proc/loadavg: 2.13 2.16 2.04 3/187 18479
/proc/meminfo: memFree=549584/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=12329412 memory=11717232 CPUtime=71.17 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3280015 0 0 0 6142 975 0 0 20 0 1 0 217082608 12625317888 2929242 33554432000 4194304 5849708 140729396042736 140729396041704 5257119 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 3082353 2929308 657 405 0 3079298 0
Current children cumulated CPU time: 71.17 s
Current children cumulated vsize: 12329412 KiB
Current children cumulated memory: 11717232 KiB

[startup+71.6003 s]
/proc/loadavg: 2.13 2.16 2.04 3/187 18479
/proc/meminfo: memFree=549584/32770624 swapFree=67108820/67108860
[pid=18477] ppid=18474 vsize=12329412 memory=10823204 CPUtime=71.57 cores=0,2,4,6
/proc/18477/stat : 18477 (xcsp_picat) R 18474 18477 18221 0 -1 4202496 3395523 0 0 0 6148 1009 0 0 20 0 1 0 217082608 12625317888 2705801 33554432000 4194304 5849708 140729396042736 140729396041704 139627426987559 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 48037888 140729396044982 140729396045060 140729396045060 140729396047818 0
/proc/18477/statm: 3082353 2705801 657 405 0 3079298 0
Current children cumulated CPU time: 71.57 s
Current children cumulated vsize: 12329412 KiB
Current children cumulated memory: 10823204 KiB

[startup+72.0001 s]*
/proc/loadavg: 2.13 2.16 2.04 3/187 18479
/proc/meminfo: memFree=10309224/32770624 swapFree=67108820/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+72.1097 s]
/proc/loadavg: 2.13 2.16 2.04 3/187 18479
/proc/meminfo: memFree=10309224/32770624 swapFree=67108820/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 72.1366
CPU time (s): 72.1173
CPU user time (s): 61.4822
CPU system time (s): 10.6351
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 15747384
Max. memory (cumulated for all children) (KiB): 12141744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.4822
system time used= 10.6351
maximum resident set size= 12178968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3395543
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= 3
involuntary context switches= 286


# summary of solver processes directly reported to runsolver:
#   pid: 18477
#   total CPU time (s): 72.1173
#   total CPU user time (s): 61.4822
#   total CPU system time (s): 10.6351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.29494 second user time and 0.613321 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 15:46:34
IDJOB=4303166
IDBENCH=141102
IDSOLVER=2778
FILE ID=node105/4303166-1533995194
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40728 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Tal/Tal-10_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303166-1533995194/watcher-4303166-1533995194 -o /tmp/evaluation-result-4303166-1533995194/solver-4303166-1533995194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580  xcsp_picat HOME/instance-4303166-1533995194.xml

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

MD5SUM BENCH= 5b503c3a6c92db57b21a5ce4dae05a14
RANDOM SEED=1704987720

node105.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.32
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.32
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.32
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.32
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:         8263604 kB
MemAvailable:   31888328 kB
Buffers:          237692 kB
Cached:         23406984 kB
SwapCached:           12 kB
Active:          6393848 kB
Inactive:       17319864 kB
Active(anon):      21768 kB
Inactive(anon):   100184 kB
Active(file):    6372080 kB
Inactive(file): 17219680 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108820 kB
Dirty:              6920 kB
Writeback:             0 kB
AnonPages:         60900 kB
Mapped:            53604 kB
Shmem:             49764 kB
Slab:             488392 kB
SReclaimable:     461424 kB
SUnreclaim:        26968 kB
KernelStack:        3296 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2391484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 40724 MiB
End job on node105 at 2018-08-11 15:47:47