Trace number 4309414

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-14OPT92 110.192 110.203

General information on the benchmark

NameRcpsp/
Rcpsp-j90-01-02_c18.xml
MD5SUM7549aa093fe24285400bc63faca9f795
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark92
Best CPU time to get the best result obtained on this benchmark2.9696
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size478
Distribution of domain sizes[{"size":1,"count":1},{"size":478,"count":91}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":37},{"degree":4,"count":20},{"degree":5,"count":34},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":138},{"arity":16,"count":1},{"arity":19,"count":1},{"arity":23,"count":1},{"arity":32,"count":1}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

110.18/110.20	c xcsp_picat version 2.4#7 (8/14/2018)
110.18/110.20	o 282
110.18/110.20	o 184
110.18/110.20	o 135
110.18/110.20	o 111
110.18/110.20	o 99
110.18/110.20	o 93
110.18/110.20	o 92
110.18/110.20	s OPTIMUM FOUND
110.18/110.20	v <instantiation>
110.18/110.20	v     <list> s[]  </list> 
110.18/110.20	v     <values> 0 0 0 0 9 5 6 12 16 20 19 14 7 7 20 6 31 23 38 44 5 63 15 15 55 43 8 13 24 38 28 26 30 10 26 67 28 27 25 17 28 31 36 36 28 44 43 29 46 45 51 33 36 44 51 29 53 59 56 60 36 45 49 58 48 41 63 46 57 66 66 75 66 66 55 70 30 65 59 73 72 70 77 81 79 76 80 77 85 83 88 92   </values> 
110.18/110.20	v </instantiation>

Verifier Data

OK	92

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309414-1534309680/watcher-4309414-1534309680 -o /tmp/evaluation-result-4309414-1534309680/solver-4309414-1534309680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580 xcsp_picat HOME/instance-4309414-1534309680.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
Current StackSize limit: 8192 KiB

solver pid=15712, runsolver pid=15709

[startup+0.100559 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24135212/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2025876 memory=28016 CPUtime=0.09 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 2059 0 0 0 9 0 0 0 20 0 1 0 248531180 2074497024 7004 33554432000 4194304 5849940 140728358887024 140728358886136 140522423795591 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 506469 7004 706 405 0 503413 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025876 KiB
Current children cumulated memory: 28016 KiB

[startup+0.209547 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24134468/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2027916 memory=30004 CPUtime=0.2 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 2617 0 0 0 19 1 0 0 20 0 1 0 248531180 2076585984 7501 33554432000 4194304 5849940 140728358887024 140728358886136 140522423383968 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 506979 7501 710 405 0 503923 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027916 KiB
Current children cumulated memory: 30004 KiB

[startup+0.308883 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24120472/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2040044 memory=42388 CPUtime=0.31 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 5889 0 0 0 29 2 0 0 20 0 1 0 248531180 2089005056 10597 33554432000 4194304 5849940 140728358887024 140728358885880 5376448 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 510011 10597 711 405 0 506955 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2040044 KiB
Current children cumulated memory: 42388 KiB

[startup+0.700324 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24118020/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2042384 memory=44636 CPUtime=0.69 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 9134 0 0 0 67 2 0 0 20 0 1 0 248531180 2091401216 11159 33554432000 4194304 5849940 140728358887024 140728358885880 5303152 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 510596 11159 726 405 0 507540 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2042384 KiB
Current children cumulated memory: 44636 KiB

[startup+1.50032 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24118640/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2050860 memory=52792 CPUtime=1.49 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 9853 0 0 0 147 2 0 0 20 0 1 0 248531180 2100080640 13198 33554432000 4194304 5849940 140728358887024 140728358885672 4217781 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 512715 13198 729 405 0 509659 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2050860 KiB
Current children cumulated memory: 52792 KiB

[startup+3.10919 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24117784/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2053556 memory=55760 CPUtime=3.09 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 13183 0 0 0 307 2 0 0 20 0 1 0 248531180 2102841344 13940 33554432000 4194304 5849940 140728358887024 140728358884568 5309792 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 513389 13940 738 405 0 510333 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2053556 KiB
Current children cumulated memory: 55760 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24127692/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2053556 memory=55760 CPUtime=6.28 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 16299 0 0 0 626 2 0 0 20 0 1 0 248531180 2102841344 13940 33554432000 4194304 5849940 140728358887024 140728358884568 5305794 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 513389 13940 738 405 0 510333 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2053556 KiB
Current children cumulated memory: 55760 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24121056/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2053556 memory=55760 CPUtime=12.68 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 20221 0 0 0 1266 2 0 0 20 0 1 0 248531180 2102841344 13940 33554432000 4194304 5849940 140728358887024 140728358884568 5326433 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 513389 13940 738 405 0 510333 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2053556 KiB
Current children cumulated memory: 55760 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15713
/proc/meminfo: memFree=24107376/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=62036 CPUtime=25.48 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 29022 0 0 0 2544 4 0 0 20 0 1 0 248531180 2110296064 15509 33554432000 4194304 5849940 140728358887024 140728358885512 4230619 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 15509 751 405 0 512153 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 62036 KiB

[startup+51.1095 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 15713
/proc/meminfo: memFree=24109796/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060824 memory=59884 CPUtime=51.08 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 39977 0 0 0 5101 7 0 0 20 0 1 0 248531180 2110283776 14971 33554432000 4194304 5849940 140728358887024 140728358885512 4230288 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515206 14971 751 405 0 512150 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2060824 KiB
Current children cumulated memory: 59884 KiB

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24111716/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59892 CPUtime=102.28 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 49536 0 0 0 10215 13 0 0 20 0 1 0 248531180 2110296064 14973 33554432000 4194304 5849940 140728358887024 140728358885512 5306423 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14973 751 405 0 512153 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59892 KiB

[startup+110.203 s]
# the end of solver process 15712 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=110.041 s, system=0.15099 s

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

[startup+102.4 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24111716/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59892 CPUtime=102.38 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 49536 0 0 0 10225 13 0 0 20 0 1 0 248531180 2110296064 14973 33554432000 4194304 5849940 140728358887024 140728358885512 4212035 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14973 751 405 0 512153 0
Current children cumulated CPU time: 102.38 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59892 KiB

[startup+105.6 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24107560/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59896 CPUtime=105.57 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 52862 0 0 0 10543 14 0 0 20 0 1 0 248531180 2110296064 14974 33554432000 4194304 5849940 140728358887024 140728358885752 4204832 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14974 751 405 0 512153 0
Current children cumulated CPU time: 105.57 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59896 KiB

[startup+108.8 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24107560/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59896 CPUtime=108.77 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 52872 0 0 0 10863 14 0 0 20 0 1 0 248531180 2110296064 14974 33554432000 4194304 5849940 140728358887024 140728358885512 4212035 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14974 751 405 0 512153 0
Current children cumulated CPU time: 108.77 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59896 KiB

[startup+109.6 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24119340/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59896 CPUtime=109.57 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 52872 0 0 0 10943 14 0 0 20 0 1 0 248531180 2110296064 14974 33554432000 4194304 5849940 140728358887024 140728358885512 4212035 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14974 751 405 0 512153 0
Current children cumulated CPU time: 109.57 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59896 KiB

[startup+110 s]*
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24119340/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59896 CPUtime=109.98 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 52872 0 0 0 10984 14 0 0 20 0 1 0 248531180 2110296064 14974 33554432000 4194304 5849940 140728358887024 140728358885512 4211646 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14974 751 405 0 512153 0
Current children cumulated CPU time: 109.98 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59896 KiB

[startup+110.2 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 15714
/proc/meminfo: memFree=24119340/32770624 swapFree=67059128/67108860
[pid=15712] ppid=15709 vsize=2060836 memory=59896 CPUtime=110.18 cores=0,2,4,6
/proc/15712/stat : 15712 (xcsp_picat) R 15709 15712 13719 0 -1 4202496 52872 0 0 0 11004 14 0 0 20 0 1 0 248531180 2110296064 14974 33554432000 4194304 5849940 140728358887024 140728358885512 5444597 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 19644416 140728358892726 140728358892804 140728358892804 140728358895562 0
/proc/15712/statm: 515209 14974 751 405 0 512153 0
Current children cumulated CPU time: 110.18 s
Current children cumulated vsize: 2060836 KiB
Current children cumulated memory: 59896 KiB

Child status: 0
Real time (s): 110.203
CPU time (s): 110.192
CPU user time (s): 110.041
CPU system time (s): 0.15099
CPU usage (%): 99.9896
Max. virtual memory (cumulated for all children) (KiB): 2061592
Max. memory (cumulated for all children) (KiB): 64080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.041
system time used= 0.15099
maximum resident set size= 64080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52912
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= 94


# summary of solver processes directly reported to runsolver:
#   pid: 15712
#   total CPU time (s): 110.192
#   total CPU user time (s): 110.041
#   total CPU system time (s): 0.15099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.424934 second user time and 0.779548 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 07:08:00
IDJOB=4309414
IDBENCH=141474
IDSOLVER=2794
FILE ID=node103/4309414-1534309680
RUNJOBID= node103-1534293202-13750
PBS_JOBID= 21038140
Free space on /tmp= 37336 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j90-01-02_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309414-1534309680/watcher-4309414-1534309680 -o /tmp/evaluation-result-4309414-1534309680/solver-4309414-1534309680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13750 --watchdog 2580  xcsp_picat HOME/instance-4309414-1534309680.xml

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

MD5SUM BENCH= 7549aa093fe24285400bc63faca9f795
RANDOM SEED=1560666357

node103.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.48
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.48
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.48
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.48
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:        24160688 kB
MemAvailable:   31877468 kB
Buffers:          185568 kB
Cached:          7733048 kB
SwapCached:         5148 kB
Active:          4233032 kB
Inactive:        3758772 kB
Active(anon):      65540 kB
Inactive(anon):    67484 kB
Active(file):    4167492 kB
Inactive(file):  3691288 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059128 kB
Dirty:              3284 kB
Writeback:             0 kB
AnonPages:         76136 kB
Mapped:            55944 kB
Shmem:             56916 kB
Slab:             315576 kB
SReclaimable:     286460 kB
SUnreclaim:        29116 kB
KernelStack:        3328 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2440972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37332 MiB
End job on node103 at 2018-08-15 07:09:50