Trace number 4261067

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
Mistral-2.0 2017-07-28OPT0 2378.0901 2378

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c 280717
41.52/41.63	o 6
41.52/41.64	o 5
41.52/41.64	o 3
41.62/41.76	o 2
139.02/139.18	o 1
2377.98/2377.99	o 0
2377.98/2377.99	s OPTIMUM FOUND
2377.98/2377.99	v <instantiation type="optimum" cost="0">
2377.98/2377.99	v   <list> q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] </list>
2377.98/2377.99	v   <values> 14 0 8 16 5 9 1 12 25 14 6 19 30 26 34 23 10 2 13 21 29 33 22 35 27 31 20 24 32 28 17 4 15 11 3 7 18 0 0 0 0 0 0 0 0 0 0 0 </values>
2377.98/2377.99	v </instantiation>

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261067-1502373526/watcher-4261067-1502373526 -o /tmp/evaluation-result-4261067-1502373526/solver-4261067-1502373526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502330739-31366 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1240983323 HOME/instance-4261067-1502373526.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6584
/proc/meminfo: memFree=31238068/32770624 swapFree=0/443676
[pid=6584] ppid=6581 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6584/stat : 6584 (runsolver) D 6581 6584 9153 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 79263692 24240128 107 18446744073709551615 4194304 4338465 140731461718704 140731461716344 140579377275607 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 7331840 140731461726346 140731461726793 140731461726793 140731461730250 0
/proc/6584/statm: 5918 107 54 36 0 2156 0

[startup+0.101037 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6584
/proc/meminfo: memFree=31238068/32770624 swapFree=0/443676
[pid=6584] ppid=6581 vsize=29196 CPUtime=0.02 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 1171 0 0 0 2 0 0 0 20 0 1 0 79263692 29896704 1000 18446744073709551615 4194304 7396336 140732054683904 140732054673576 5929826 0 0 1 0 0 0 0 17 7 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7299 1000 734 782 0 315 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29196

[startup+0.201039 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6584
/proc/meminfo: memFree=31238068/32770624 swapFree=0/443676
[pid=6584] ppid=6581 vsize=30704 CPUtime=0.12 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 1627 0 0 0 12 0 0 0 20 0 1 0 79263692 31440896 1461 18446744073709551615 4194304 7396336 140732054683904 140732054678248 4407141 0 0 1 16386 0 0 0 17 7 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7676 1461 791 782 0 692 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 30704

[startup+0.301037 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6584
/proc/meminfo: memFree=31238068/32770624 swapFree=0/443676
[pid=6584] ppid=6581 vsize=30844 CPUtime=0.22 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 1637 0 0 0 22 0 0 0 20 0 1 0 79263692 31584256 1461 18446744073709551615 4194304 7396336 140732054683904 140732054678344 5862704 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1461 791 782 0 727 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 30844

[startup+0.70022 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6584
/proc/meminfo: memFree=31238068/32770624 swapFree=0/443676
[pid=6584] ppid=6581 vsize=30844 CPUtime=0.62 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 1646 0 0 0 62 0 0 0 20 0 1 0 79263692 31584256 1461 18446744073709551615 4194304 7396336 140732054683904 140732054678344 5165842 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1461 791 782 0 727 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 30844

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 6585
/proc/meminfo: memFree=31235216/32770624 swapFree=0/443684
[pid=6584] ppid=6581 vsize=30844 CPUtime=1.42 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 1653 0 0 0 142 0 0 0 20 0 1 0 79263692 31584256 1461 18446744073709551615 4194304 7396336 140732054683904 140732054678344 5586330 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1461 791 782 0 727 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 30844

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 6586
/proc/meminfo: memFree=31234828/32770624 swapFree=0/443684
[pid=6584] ppid=6581 vsize=30844 CPUtime=3.01 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 2154 0 0 0 301 0 0 0 20 0 1 0 79263692 31584256 1497 18446744073709551615 4194304 7396336 140732054683904 140732054678344 4581669 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1497 792 782 0 727 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 30844

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 6586
/proc/meminfo: memFree=31234592/32770624 swapFree=0/443688
[pid=6584] ppid=6581 vsize=30844 CPUtime=6.21 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 2672 0 0 0 621 0 0 0 20 0 1 0 79263692 31584256 1502 18446744073709551615 4194304 7396336 140732054683904 140732054678344 4582252 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1502 792 782 0 727 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 30844

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6586
/proc/meminfo: memFree=31234360/32770624 swapFree=0/443688
[pid=6584] ppid=6581 vsize=30844 CPUtime=12.62 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 3177 0 0 0 1262 0 0 0 20 0 1 0 79263692 31584256 1508 18446744073709551615 4194304 7396336 140732054683904 140732054678344 5834240 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7711 1508 792 782 0 727 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 30844

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6586
/proc/meminfo: memFree=31234360/32770624 swapFree=0/443688
[pid=6584] ppid=6581 vsize=30972 CPUtime=25.42 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 4201 0 0 0 2542 0 0 0 20 0 1 0 79263692 31715328 1513 18446744073709551615 4194304 7396336 140732054683904 140732054678504 4379146 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1513 792 782 0 759 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 30972

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6586
/proc/meminfo: memFree=31234360/32770624 swapFree=0/443684
[pid=6584] ppid=6581 vsize=30972 CPUtime=51.02 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 4767 0 0 0 5102 0 0 0 20 0 1 0 79263692 31715328 1524 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5686080 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1524 793 782 0 759 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 30972

[startup+102.3 s]
/proc/loadavg: 2.06 2.01 2.05 3/185 6588
/proc/meminfo: memFree=31234004/32770624 swapFree=0/443712
[pid=6584] ppid=6581 vsize=30972 CPUtime=102.23 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 5297 0 0 0 10223 0 0 0 20 0 1 0 79263692 31715328 1530 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4407297 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1530 793 782 0 759 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 30972

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/185 6590
/proc/meminfo: memFree=31233508/32770624 swapFree=0/443716
[pid=6584] ppid=6581 vsize=30972 CPUtime=162.23 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 5840 0 0 0 16223 0 0 0 20 0 1 0 79263692 31715328 1530 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5668768 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1530 793 782 0 759 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 30972

[startup+222.306 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 6592
/proc/meminfo: memFree=31233528/32770624 swapFree=0/443720
[pid=6584] ppid=6581 vsize=30972 CPUtime=222.24 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 6369 0 0 0 22224 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4249495 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 30972

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6595
/proc/meminfo: memFree=31233016/32770624 swapFree=0/443728
[pid=6584] ppid=6581 vsize=30972 CPUtime=282.23 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 6370 0 0 0 28223 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5576146 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 30972

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 6611
/proc/meminfo: memFree=31229440/32770624 swapFree=0/443728
[pid=6584] ppid=6581 vsize=30972 CPUtime=342.24 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 6898 0 0 0 34224 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5605122 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 30972

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 6613
/proc/meminfo: memFree=31228812/32770624 swapFree=0/443724
[pid=6584] ppid=6581 vsize=30972 CPUtime=402.24 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 6899 0 0 0 40224 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 140153364497472 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 30972

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6615
/proc/meminfo: memFree=31232032/32770624 swapFree=0/443724
[pid=6584] ppid=6581 vsize=30972 CPUtime=462.25 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 7429 0 0 0 46225 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5861536 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 30972

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6617
/proc/meminfo: memFree=31232404/32770624 swapFree=0/443732
[pid=6584] ppid=6581 vsize=30972 CPUtime=522.25 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 7429 0 0 0 52225 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4253040 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 30972

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6620
/proc/meminfo: memFree=31232172/32770624 swapFree=0/443740
[pid=6584] ppid=6581 vsize=30972 CPUtime=582.26 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 7959 0 0 0 58226 0 0 0 20 0 1 0 79263692 31715328 1531 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4581543 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1531 793 782 0 759 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 30972


################
# More data... #
################

/proc/loadavg: 2.00 2.01 2.05 3/186 6724
/proc/meminfo: memFree=31232032/32770624 swapFree=0/443944
[pid=6584] ppid=6581 vsize=30972 CPUtime=1842.34 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 13263 0 0 0 184234 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5798094 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 1842.34
Current children cumulated vsize (KiB) 30972

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6726
/proc/meminfo: memFree=31231800/32770624 swapFree=0/443952
[pid=6584] ppid=6581 vsize=30972 CPUtime=1902.35 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 13793 0 0 0 190235 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5798140 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 30972

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6728
/proc/meminfo: memFree=31232544/32770624 swapFree=0/443960
[pid=6584] ppid=6581 vsize=30972 CPUtime=1962.35 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 13793 0 0 0 196235 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4406701 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 30972

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 6730
/proc/meminfo: memFree=31232172/32770624 swapFree=0/443960
[pid=6584] ppid=6581 vsize=30972 CPUtime=2022.36 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 14323 0 0 0 202236 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5666543 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 30972

[startup+2082.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/185 6793
/proc/meminfo: memFree=31218600/32770624 swapFree=0/444000
[pid=6584] ppid=6581 vsize=30972 CPUtime=2082.37 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 14323 0 0 0 208237 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5685354 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2082.37
Current children cumulated vsize (KiB) 30972

[startup+2142.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/189 6810
/proc/meminfo: memFree=31213276/32770624 swapFree=0/443996
[pid=6584] ppid=6581 vsize=30972 CPUtime=2142.37 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 14854 0 0 0 214237 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4320974 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2142.37
Current children cumulated vsize (KiB) 30972

[startup+2202.31 s]
/proc/loadavg: 2.04 2.01 2.05 3/190 6813
/proc/meminfo: memFree=31213216/32770624 swapFree=0/444000
[pid=6584] ppid=6581 vsize=30972 CPUtime=2202.37 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 14854 0 0 0 220237 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5687076 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2202.37
Current children cumulated vsize (KiB) 30972

[startup+2262.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/187 6815
/proc/meminfo: memFree=31216240/32770624 swapFree=0/444020
[pid=6584] ppid=6581 vsize=30972 CPUtime=2262.37 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15384 0 0 0 226237 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5165842 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2262.37
Current children cumulated vsize (KiB) 30972

[startup+2322.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 6817
/proc/meminfo: memFree=31215992/32770624 swapFree=0/444032
[pid=6584] ppid=6581 vsize=30972 CPUtime=2322.38 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15384 0 0 0 232238 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5686435 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2322.38
Current children cumulated vsize (KiB) 30972

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6584 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2329.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6817
/proc/meminfo: memFree=31215992/32770624 swapFree=0/444028
[pid=6584] ppid=6581 vsize=30972 CPUtime=2329.68 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15384 0 0 0 232968 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5686718 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2329.68
Current children cumulated vsize (KiB) 30972

[startup+2355.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2355.29 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 235529 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 140153358303839 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2355.29
Current children cumulated vsize (KiB) 30972

[startup+2368 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2368.08 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 236808 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5575980 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2368.08
Current children cumulated vsize (KiB) 30972

[startup+2374.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2374.48 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237448 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5686704 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2374.48
Current children cumulated vsize (KiB) 30972

[startup+2376 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2376.09 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237609 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4582254 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2376.09
Current children cumulated vsize (KiB) 30972

[startup+2376.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2376.88 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237688 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 4407297 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2376.88
Current children cumulated vsize (KiB) 30972

[startup+2377.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2377.68 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237768 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5798506 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2377.68
Current children cumulated vsize (KiB) 30972

[startup+2377.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2377.88 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237788 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5872149 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2377.88
Current children cumulated vsize (KiB) 30972

[startup+2377.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6819
/proc/meminfo: memFree=31215496/32770624 swapFree=0/444044
[pid=6584] ppid=6581 vsize=30972 CPUtime=2377.98 cores=1,3,5,7
/proc/6584/stat : 6584 (MistralXCSP) R 6581 6584 9153 0 -1 4202496 15913 0 0 0 237798 0 0 0 20 0 1 0 79263692 31715328 1532 18446744073709551615 4194304 7396336 140732054683904 140732054678920 5869958 0 0 1 16386 0 0 0 17 1 0 0 7 0 0 9496464 9501696 26288128 140732054692274 140732054692424 140732054692424 140732054695881 0
/proc/6584/statm: 7743 1532 793 782 0 759 0
Current children cumulated CPU time (s) 2377.98
Current children cumulated vsize (KiB) 30972

Child status: 0
Real time (s): 2378
CPU time (s): 2378.09
CPU user time (s): 2378.09
CPU system time (s): 0.005
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 30972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2378.09
system time used= 0.005
maximum resident set size= 6168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16082
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= 8
involuntary context switches= 633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85313 second user time and 7.94389 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-10 15:44:50
IDJOB=4261067
IDBENCH=130609
IDSOLVER=2649
FILE ID=node135/4261067-1502373526
RUNJOBID= node135-1502330739-31366
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-06.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261067-1502373526/watcher-4261067-1502373526 -o /tmp/evaluation-result-4261067-1502373526/solver-4261067-1502373526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502330739-31366 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1240983323 HOME/instance-4261067-1502373526.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=1240983323

node135.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.21
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.21
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.21
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.21
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:        31238336 kB
MemAvailable:   31978512 kB
Buffers:          276032 kB
Cached:           756872 kB
SwapCached:            0 kB
Active:           618500 kB
Inactive:         476816 kB
Active(anon):      62828 kB
Inactive(anon):    33140 kB
Active(file):     555672 kB
Inactive(file):   443676 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5840 kB
Writeback:             4 kB
AnonPages:         62532 kB
Mapped:            49220 kB
Shmem:             33464 kB
Slab:             140496 kB
SReclaimable:     113328 kB
SUnreclaim:        27168 kB
KernelStack:        3264 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     330204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62020 MiB
End job on node135 at 2017-08-10 16:24:28