Trace number 4394932

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-12UNSAT 107.715 107.752

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

15.99/16.06	c xcsp_picat version 2.7b12 (9/12/2019)
107.65/107.74	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 (14644 MiB free)
  memory of node 1: 16384 MiB (12161 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394932-1568343206/watcher-4394932-1568343206 -o /tmp/evaluation-result-4394932-1568343206/solver-4394932-1568343206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580 xcsp_picat HOME/instance-4394932-1568343206.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=20609, runsolver pid=20606

[startup+0.10012 s]*
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27425248/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2031716 memory=29888 CPUtime=0.09 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 2045 0 0 0 9 0 0 0 20 0 1 0 410243307 2080477184 7472 33554432000 4194304 5870510 140736594134896 140736594132040 4460248 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 507929 7472 855 410 0 503402 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 29888 KiB

[startup+0.210005 s]*
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27400192/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2055148 memory=56328 CPUtime=0.2 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 7046 0 0 0 19 1 0 0 20 0 1 0 410243307 2104471552 14082 33554432000 4194304 5870510 140736594134896 140736594132040 140257999850469 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 513787 14082 889 410 0 509260 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2055148 KiB
Current children cumulated memory: 56328 KiB

[startup+0.30985 s]*
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27381736/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2070880 memory=71132 CPUtime=0.31 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 10775 0 0 0 29 2 0 0 20 0 1 0 410243307 2120581120 17783 33554432000 4194304 5870510 140736594134896 140736594132040 5478371 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 517720 17783 927 410 0 513193 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2070880 KiB
Current children cumulated memory: 71132 KiB

[startup+0.700233 s]
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27381736/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2070880 memory=71132 CPUtime=0.69 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 10782 0 0 0 67 2 0 0 20 0 1 0 410243307 2120581120 17783 33554432000 4194304 5870510 140736594134896 140736594134088 5562048 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 517720 17783 927 410 0 513193 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2070880 KiB
Current children cumulated memory: 71132 KiB

[startup+1.50033 s]
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27381080/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2092524 memory=93496 CPUtime=1.49 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 14900 0 0 0 146 3 0 0 20 0 1 0 410243307 2142744576 23374 33554432000 4194304 5870510 140736594134896 140736594134088 5334339 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 523131 23374 953 410 0 518604 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2092524 KiB
Current children cumulated memory: 93496 KiB

[startup+3.10982 s]
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27370244/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2082296 memory=82780 CPUtime=3.1 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 22102 0 0 0 306 4 0 0 20 0 1 0 410243307 2132271104 20695 33554432000 4194304 5870510 140736594134896 140736594134152 5282467 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 520574 20695 974 410 0 516047 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2082296 KiB
Current children cumulated memory: 82780 KiB

[startup+6.30031 s]
/proc/loadavg: 1.92 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27370248/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2100972 memory=85828 CPUtime=6.29 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 30124 0 0 0 624 5 0 0 20 0 1 0 410243307 2151395328 21457 33554432000 4194304 5870510 140736594134896 140736594134152 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 525243 21457 976 410 0 520716 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2100972 KiB
Current children cumulated memory: 85828 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27344768/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2108156 memory=109412 CPUtime=12.68 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 39321 0 0 0 1262 6 0 0 20 0 1 0 410243307 2158751744 27353 33554432000 4194304 5870510 140736594134896 140736594133464 5272722 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 527039 27353 976 410 0 522512 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2108156 KiB
Current children cumulated memory: 109412 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 1.97 2.03 3/205 20610
/proc/meminfo: memFree=27334532/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2120368 memory=119712 CPUtime=25.48 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 54096 0 0 0 2541 7 0 0 20 0 1 0 410243307 2171256832 29928 33554432000 4194304 5870510 140736594134896 140736594133464 5283024 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 530092 29928 976 410 0 525565 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2120368 KiB
Current children cumulated memory: 119712 KiB

[startup+51.1098 s]
/proc/loadavg: 1.96 1.97 2.03 3/205 20613
/proc/meminfo: memFree=27313168/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140488 CPUtime=51.08 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 66827 0 0 0 5100 8 0 0 20 0 1 0 410243307 2191994880 35122 33554432000 4194304 5870510 140736594134896 140736594133464 5272968 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35122 976 410 0 530628 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140488 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=102.25 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 76923 0 0 0 10216 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 140258005547833 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+107.752 s]
# the end of solver process 20609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=107.61 s, system=0.104963 s

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

[startup+102.4 s]
/proc/loadavg: 1.98 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=102.35 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 76939 0 0 0 10226 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5258670 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 102.35 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+105.6 s]
/proc/loadavg: 1.99 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=105.55 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 76967 0 0 0 10546 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5282767 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 105.55 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+106.4 s]
/proc/loadavg: 1.99 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=106.35 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 77006 0 0 0 10626 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5282515 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 106.35 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+107.2 s]
/proc/loadavg: 1.99 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=107.15 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 77052 0 0 0 10706 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5283024 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 107.15 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+107.6 s]
/proc/loadavg: 1.99 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=107.55 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 77055 0 0 0 10746 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 107.55 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

[startup+107.7 s]
/proc/loadavg: 1.99 1.98 2.03 3/204 20617
/proc/meminfo: memFree=27312716/32770624 swapFree=67008892/67108860
[pid=20609] ppid=20606 vsize=2140620 memory=140708 CPUtime=107.65 cores=0,2,4,6
/proc/20609/stat : 20609 (xcsp_picat) R 20606 20609 14854 0 -1 4202496 77058 0 0 0 10756 9 0 0 20 0 1 0 410243307 2191994880 35177 33554432000 4194304 5870510 140736594134896 140736594133464 5282240 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 45686784 140736594142239 140736594142317 140736594142317 140736594145226 0
/proc/20609/statm: 535155 35177 976 410 0 530628 0
Current children cumulated CPU time: 107.65 s
Current children cumulated vsize: 2140620 KiB
Current children cumulated memory: 140708 KiB

Child status: 0
Real time (s): 107.752
CPU time (s): 107.715
CPU user time (s): 107.61
CPU system time (s): 0.104963
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 2140620
Max. memory (cumulated for all children) (KiB): 140708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.61
system time used= 0.104963
maximum resident set size= 140732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77633
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= 121


# summary of solver processes directly reported to runsolver:
#   pid: 20609
#   total CPU time (s): 107.715
#   total CPU user time (s): 107.61
#   total CPU system time (s): 0.104963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.433545 second user time and 0.809047 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 04:52:36
IDJOB=4394932
IDBENCH=138447
IDSOLVER=2844
FILE ID=node132/4394932-1568343206
RUNJOBID= node132-1568322174-14885
PBS_JOBID= 21701138
Free space on /tmp= 60300 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394932-1568343206/watcher-4394932-1568343206 -o /tmp/evaluation-result-4394932-1568343206/solver-4394932-1568343206 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580  xcsp_picat HOME/instance-4394932-1568343206.xml

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=959935497

node132.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.95
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.95
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.95
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.95
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:        27449056 kB
MemAvailable:   28842632 kB
Buffers:          127496 kB
Cached:          1536804 kB
SwapCached:         8444 kB
Active:          3383996 kB
Inactive:        1351424 kB
Active(anon):    3070344 kB
Inactive(anon):    28024 kB
Active(file):     313652 kB
Inactive(file):  1323400 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008892 kB
Dirty:              3196 kB
Writeback:             0 kB
AnonPages:       3313456 kB
Mapped:            33408 kB
Shmem:             18756 kB
Slab:             174028 kB
SReclaimable:     144716 kB
SUnreclaim:        29312 kB
KernelStack:        3856 kB
PageTables:        11844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5828480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1284096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60300 MiB
End job on node132 at 2019-09-13 04:54:24